summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-23Validate ltree siglen GiST option to be int-alignedHEADmasterAlexander Korotkov
2023-04-23Fix custom validators call in build_local_reloptions()Alexander Korotkov
2023-04-22Doc: update pgindent/README some more.Tom Lane
2023-04-21Fix initdb --no-locale.Jeff Davis
2023-04-21Avoid character classification in regex escape parsing.Jeff Davis
2023-04-21Reorder connection markers in loadbalance testsDaniel Gustafsson
2023-04-21Make libpq error messages consistent for translationDaniel Gustafsson
2023-04-21doc: Add documentation for PGLOADBALANCEHOSTS environment variable in libpq.Fujii Masao
2023-04-20Remove unused global variableDavid Rowley
2023-04-20Fix incorrect function name referenceDavid Rowley
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-04-20Use --strip-unneeded when stripping static libraries with GNU strip.Tom Lane
2023-04-20Fix autovacuum cost debug loggingDaniel Gustafsson
2023-04-20Doc: clarify NULLS NOT DISTINCT use in unique indexesDavid Rowley
2023-04-20Restart the apply worker if the 'password_required' option is changed.Amit Kapila
2023-04-20Remove obsolete defense against strxfrm() bugs.Thomas Munro
2023-04-19Fix list_copy_head() with empty ListsDavid Rowley
2023-04-19Use nbtdesc "level" field name consistently.Peter Geoghegan
2023-04-19Fix wal_consistency_checking enhanced desc output.Peter Geoghegan
2023-04-19Add missed case for tab completion of GRANT/REVOKE MAINTAIN.Tom Lane
2023-04-19Fix errormessage for missing system CA in OpenSSL 3.1Daniel Gustafsson
2023-04-19Remove some tabs in SQL code in C string literalsPeter Eisentraut
2023-04-19Fix generation of distribution tarballMichael Paquier
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Build ICU support by default.Jeff Davis
2023-04-18Update time zone data files to tzdata release 2023c.Tom Lane
2023-04-18Remove useless argument from nbtree dedup function.Peter Geoghegan
2023-04-18Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane
2023-04-18Fix pg_basebackup with in-place tablespaces some more.Robert Haas
2023-04-18ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-17Comment fix for 60684dd834.Jeff Davis
2023-04-17Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too.Tom Lane
2023-04-17Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane
2023-04-17Fix incorrect comment about nbtree WAL record.Peter Geoghegan
2023-04-17Further cleanup of autoconf output files for GSSAPI changes.Tom Lane
2023-04-17Update configure for ab969a376Stephen Frost
2023-04-17doc: Add additional SQL features codes from SQL:2023Peter Eisentraut
2023-04-17Update Kerberos/GSSAPI configure/meson checkStephen Frost
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