summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure result of an aggregate's finalfunc is made read-only.Tom Lane2023-04-164-5/+96
* Avoid using non-ASCII commentary in daitch_mokotoff.c.Tom Lane2023-04-161-15/+9
* Doc: add note about --buffer-usage-limit being v16 onwardsDavid Rowley2023-04-161-0/+6
* Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley2023-04-164-18/+46
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-153-2/+21
* Remove some non-ASCII symbols from a comment.Tom Lane2023-04-151-1/+1
* Adjust Valgrind macro usage to protect chunk headersDavid Rowley2023-04-155-74/+170
* Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund2023-04-143-11/+154
* NULL is not an ideal way to spell bool "false".Tom Lane2023-04-141-1/+1
* doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+Daniel Gustafsson2023-04-141-0/+2
* Fix whitespacePeter Eisentraut2023-04-141-3/+0
* Add missing source files to nls.mkPeter Eisentraut2023-04-142-0/+5
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-143-31/+288
* doc: Fix some grammar for logical decoding description and functionsMichael Paquier2023-04-143-13/+15
* Fix PHJ match bit initialization.Thomas Munro2023-04-143-1/+65
* Remove code in charge of freeing regexps generation by Lab.cMichael Paquier2023-04-141-67/+5
* Remove old GUC name mapping for "force_parallel_mode"David Rowley2023-04-141-1/+0
* Update Unicode data to CLDR 43Peter Eisentraut2023-04-131-1/+1
* Harmonize some more function parameter names.Peter Geoghegan2023-04-1311-17/+17
* Explicitly require MIT Kerberos for GSSAPIStephen Frost2023-04-137-15/+57
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-1336-136/+755
* doc: Make HTML ids discoverablePeter Eisentraut2023-04-132-0/+138
* Add missing XML ID attributePeter Eisentraut2023-04-131-1/+1
* Skip the 004_io_direct.pl test if a pre-flight check fails.Thomas Munro2023-04-131-8/+27
* Remove overzealous assertion from PHJ.Thomas Munro2023-04-131-1/+0
* Revert "Adjust contrib/sepgsql regression test expected outputs."Alvaro Herrera2023-04-122-2/+12
* Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund2023-04-124-5/+5
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-1242-2874/+625
* basebackup_to_shell: Check for a NULL return from OpenPipeStream.Robert Haas2023-04-121-0/+5
* Document BaseBackupSync and BaseBackupWrite wait events.Robert Haas2023-04-121-0/+8
* Fix parallel-safety marking when moving initplans to another node.Tom Lane2023-04-124-10/+22
* doc: Reword unexplained abbreviationDaniel Gustafsson2023-04-122-1/+21
* Fix incorrect format placeholdersPeter Eisentraut2023-04-123-4/+4
* Update config.guess and config.subPeter Eisentraut2023-04-122-22/+59
* doc: Fix some typos and grammarMichael Paquier2023-04-1212-22/+21
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-128-22/+166
* Refine the guidelines for rmgrdesc authors.Peter Geoghegan2023-04-112-20/+44
* Fix Heap rmgr's desc output for infobits arrays.Peter Geoghegan2023-04-111-49/+71
* Fix xl_heap_lock WAL record field's data type.Peter Geoghegan2023-04-113-8/+8
* 035_standby_logical_decoding: Add missing waits for replicationAndres Freund2023-04-111-0/+6
* Document new pg_subscription columns.Robert Haas2023-04-111-0/+20
* Fix uninitialized variable in transformTableLikeClause()David Rowley2023-04-111-1/+1
* Improve ereports for VACUUM's BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-112-28/+11
* Doc: use "an SQL" consistently rather than "a SQL"David Rowley2023-04-111-3/+3
* Clarify nbtree posting list update desc issue.Peter Geoghegan2023-04-101-0/+5
* Doc: add missed entries in BRIN extensibility tables.Tom Lane2023-04-101-0/+8
* Fix nbtree posting list update desc output.Peter Geoghegan2023-04-105-98/+87
* Doc: adjust examples of EXTRACT() output to match current reality.Tom Lane2023-04-101-8/+8
* Doc: avoid using pg_get_publication_tables() in an example.Tom Lane2023-04-101-6/+8
* Simplify version check for SKIP clauseDaniel Gustafsson2023-04-081-1/+1