summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Teach verify_heapam() to validate update chains within a page.Robert Haas2023-03-222-17/+524
* doc: Add description of some missing monitoring functionsMichael Paquier2023-03-221-0/+28
* Fix a couple of typosMichael Paquier2023-03-223-5/+5
* Support language tags in older ICU versions (53 and earlier).Jeff Davis2023-03-214-11/+50
* Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/Michael Paquier2023-03-222-5/+6
* Fix incorrect comment in preptlist.cDavid Rowley2023-03-221-1/+1
* Correct Memoize's estimated cache hit ratio calculationDavid Rowley2023-03-221-4/+3
* Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane2023-03-216-3/+88
* docs: use consistent markup for PostgreSQLDaniel Gustafsson2023-03-211-1/+1
* Avoid using atooid for numerical comparisons which arent OidsDaniel Gustafsson2023-03-211-1/+1
* pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut2023-03-212-5/+35
* Ignore dropped columns during apply of update/delete.Amit Kapila2023-03-212-2/+63
* Fix race in parallel hash join batch cleanup, take II.Thomas Munro2023-03-213-33/+74
* Stabilize pg_stat_io writes testAndres Freund2023-03-202-9/+8
* meson: rename html_help target to htmlhelpAndres Freund2023-03-201-2/+2
* Add @extschema:name@ and no_relocate options to extensions.Tom Lane2023-03-2012-8/+272
* doc/PDF: Add page breaks for <sect1> in contrib appendixAlvaro Herrera2023-03-201-0/+6
* 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