summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-2030-76/+448
* Fix netmask handling in inet_minmax_multi_opsTomas Vondra2023-03-203-2/+15
* doc: Additional information about timeline ID hexadecimal formatPeter Eisentraut2023-03-202-1/+18
* Have the planner account for the Memoize cache key memoryDavid Rowley2023-03-201-46/+58
* Fix memory leak in Memoize cache key evaluationDavid Rowley2023-03-201-1/+8
* Avoid copying undefined data in _readA_Const().Tom Lane2023-03-192-6/+27
* Doc: fix documentation example for bytea hex output format.Tom Lane2023-03-181-1/+6
* Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane2023-03-186-44/+291
* Add files related to query jumbling in src/include/nodes/ for mesonMichael Paquier2023-03-181-0/+2
* Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane2023-03-174-180/+142
* Fix typoPeter Eisentraut2023-03-171-1/+1
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-178-42/+16
* Simplify and speed up pg_dump's creation of parent-table links.Tom Lane2023-03-173-80/+56
* Fix pg_dump for hash partitioning on enum columns.Tom Lane2023-03-178-52/+288
* Improve several permission-related error messages.Peter Eisentraut2023-03-1718-109/+282
* postgres_fdw: Remove useless if-test in GetConnection().Etsuro Fujita2023-03-171-2/+1
* libpq: Use modern socket flags, if available.Thomas Munro2023-03-171-1/+25
* Fix incorrect format placeholdersPeter Eisentraut2023-03-171-2/+2
* tests: Prevent syslog activity by slapd, take 2Andres Freund2023-03-161-2/+2
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-174-33/+41
* Fix incorrect logic for determining safe WindowAgg run conditionsDavid Rowley2023-03-173-84/+161
* tests: Minimize syslog activity by slapdAndres Freund2023-03-161-0/+1
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-1710-178/+1
* Small tidyup for commit d41a178b, part II.Thomas Munro2023-03-171-5/+0
* Enable use of Memoize atop an Append that came from UNION ALL.Tom Lane2023-03-164-18/+44
* Work around spurious compiler warning in inet operatorsAndres Freund2023-03-161-5/+5
* Small tidyup for commit d41a178b.Thomas Munro2023-03-171-7/+4
* Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.Tom Lane2023-03-162-10/+23
* Tighten error checks in datetime input, and remove bogus "ISO" format.Tom Lane2023-03-163-220/+92
* Silence pedantic compiler warning introduced in ce340e530d1Andres Freund2023-03-161-1/+1
* Use "data directory" not "current directory" in error messages.Tom Lane2023-03-163-3/+3
* Integrate superuser check into has_rolreplication()Peter Eisentraut2023-03-163-2/+6
* Small code simplificationPeter Eisentraut2023-03-161-1/+1
* pkg-config Requires.private entries should be comma-separatedPeter Eisentraut2023-03-163-3/+3
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-165-28/+18
* Tweak regression test of pg_walinspect to be less collation-sensitiveMichael Paquier2023-03-162-6/+15
* Add .gitignore to ldap_password_funcMichael Paquier2023-03-161-0/+4
* Improve handling of psql \watch's interval argumentMichael Paquier2023-03-162-3/+32
* MSVC: Don't build ldap_password_func if not building with ldapAndrew Dunstan2023-03-151-0/+5
* Don't try to read default for a non-existent attributeAndrew Dunstan2023-03-151-2/+4
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-1515-22/+775
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-158-1/+255
* Support PlaceHolderVars in MERGE actions.Tom Lane2023-03-154-14/+41
* doc: Add lists of modules trusted/obsoleteAlvaro Herrera2023-03-151-0/+36
* Use nanosleep() to implement pg_usleep().Thomas Munro2023-03-151-15/+10
* Update obsolete comment about pg_usleep() accuracy.Thomas Munro2023-03-151-3/+4
* Add the testcases for 89e46da5e5.Amit Kapila2023-03-151-0/+448
* Improve WIN32 port of fstat() to detect more file typesMichael Paquier2023-03-151-17/+49
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-156-69/+325
* Fix fractional vacuum_cost_delay.Thomas Munro2023-03-151-5/+13