summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-17Put new command-line option into sensible order in help outputPeter Eisentraut
2023-04-16Doc: remove notes about the version vacuumdb options are valid fromDavid Rowley
2023-04-16Ensure result of an aggregate's finalfunc is made read-only.Tom Lane
2023-04-16Avoid using non-ASCII commentary in daitch_mokotoff.c.Tom Lane
2023-04-16Doc: add note about --buffer-usage-limit being v16 onwardsDavid Rowley
2023-04-16Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley
2023-04-15Fix assignment to array of domain over composite, redux.Tom Lane
2023-04-15Remove some non-ASCII symbols from a comment.Tom Lane
2023-04-14Adjust Valgrind macro usage to protect chunk headersDavid Rowley
2023-04-14Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund
2023-04-14NULL is not an ideal way to spell bool "false".Tom Lane
2023-04-14doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+Daniel Gustafsson
2023-04-14Fix whitespacePeter Eisentraut
2023-04-14Add missing source files to nls.mkPeter Eisentraut
2023-04-14Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley
2023-04-14doc: Fix some grammar for logical decoding description and functionsMichael Paquier
2023-04-13Fix PHJ match bit initialization.Thomas Munro
2023-04-13Remove code in charge of freeing regexps generation by Lab.cMichael Paquier
2023-04-13Remove old GUC name mapping for "force_parallel_mode"David Rowley
2023-04-13Update Unicode data to CLDR 43Peter Eisentraut
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-13Explicitly require MIT Kerberos for GSSAPIStephen Frost
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-13doc: Make HTML ids discoverablePeter Eisentraut
2023-04-13Add missing XML ID attributePeter Eisentraut
2023-04-13Skip the 004_io_direct.pl test if a pre-flight check fails.Thomas Munro
2023-04-12Remove overzealous assertion from PHJ.Thomas Munro
2023-04-12Revert "Adjust contrib/sepgsql regression test expected outputs."Alvaro Herrera
2023-04-12Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-12basebackup_to_shell: Check for a NULL return from OpenPipeStream.Robert Haas
2023-04-12Document BaseBackupSync and BaseBackupWrite wait events.Robert Haas
2023-04-12Fix parallel-safety marking when moving initplans to another node.Tom Lane
2023-04-12doc: Reword unexplained abbreviationDaniel Gustafsson
2023-04-12Fix incorrect format placeholdersPeter Eisentraut
2023-04-12Update config.guess and config.subPeter Eisentraut
2023-04-12doc: Fix some typos and grammarMichael Paquier
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-04-11Refine the guidelines for rmgrdesc authors.Peter Geoghegan
2023-04-11Fix Heap rmgr's desc output for infobits arrays.Peter Geoghegan
2023-04-11Fix xl_heap_lock WAL record field's data type.Peter Geoghegan
2023-04-11035_standby_logical_decoding: Add missing waits for replicationAndres Freund
2023-04-11Document new pg_subscription columns.Robert Haas
2023-04-11Fix uninitialized variable in transformTableLikeClause()David Rowley
2023-04-11Improve ereports for VACUUM's BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-11Doc: use "an SQL" consistently rather than "a SQL"David Rowley
2023-04-11Clarify nbtree posting list update desc issue.Peter Geoghegan
2023-04-10Doc: add missed entries in BRIN extensibility tables.Tom Lane
2023-04-10Fix nbtree posting list update desc output.Peter Geoghegan
2023-04-10Doc: adjust examples of EXTRACT() output to match current reality.Tom Lane