Commit Graph

56104 Commits (8bbd0cce92be98de9f4f727b8bf66fe26e5831ea)
 

Author SHA1 Message Date
Alexander Korotkov 8bbd0cce92 Validate ltree siglen GiST option to be int-aligned 3 years ago
Alexander Korotkov cd115c3530 Fix custom validators call in build_local_reloptions() 3 years ago
Tom Lane 0ec0e20955 Doc: update pgindent/README some more. 3 years ago
Jeff Davis 5cd1a5af4d Fix initdb --no-locale. 3 years ago
Jeff Davis c04c6c5d6f Avoid character classification in regex escape parsing. 3 years ago
Daniel Gustafsson a23ab2eebf Reorder connection markers in loadbalance tests 3 years ago
Daniel Gustafsson 60ce452729 Make libpq error messages consistent for translation 3 years ago
Fujii Masao 0a16512d40 doc: Add documentation for PGLOADBALANCEHOSTS environment variable in libpq. 3 years ago
David Rowley 84e05beb11 Remove unused global variable 3 years ago
David Rowley d91d163529 Fix incorrect function name reference 3 years ago
Michael Paquier 0ecb87e1fa Remove io prefix from pg_stat_io columns 3 years ago
Tom Lane eab2d3147e Use --strip-unneeded when stripping static libraries with GNU strip. 3 years ago
Daniel Gustafsson a9781ae11b Fix autovacuum cost debug logging 3 years ago
David Rowley 0d0aeb04c1 Doc: clarify NULLS NOT DISTINCT use in unique indexes 3 years ago
Amit Kapila c1cc4e688b Restart the apply worker if the 'password_required' option is changed. 3 years ago
Thomas Munro 7d3d72b55e Remove obsolete defense against strxfrm() bugs. 3 years ago
David Rowley e35ded2956 Fix list_copy_head() with empty Lists 3 years ago
Peter Geoghegan 2584639653 Use nbtdesc "level" field name consistently. 3 years ago
Peter Geoghegan 50547a3fae Fix wal_consistency_checking enhanced desc output. 3 years ago
Tom Lane 9e1e9d6560 Add missed case for tab completion of GRANT/REVOKE MAINTAIN. 3 years ago
Daniel Gustafsson 0b5d1fb36a Fix errormessage for missing system CA in OpenSSL 3.1 3 years ago
Peter Eisentraut 77dedeb2c4 Remove some tabs in SQL code in C string literals 3 years ago
Michael Paquier dea4343535 Fix generation of distribution tarball 3 years ago
David Rowley 3f58a4e296 Fix various typos and incorrect/outdated name references 3 years ago
Jeff Davis fcb21b3acd Build ICU support by default. 3 years ago
Tom Lane 4ddee4d9de Update time zone data files to tzdata release 2023c. 3 years ago
Peter Geoghegan 06e0652750 Remove useless argument from nbtree dedup function. 3 years ago
Tom Lane b124104e73 Fix Utils.pm's locale-munging so that Perl itself is also affected. 3 years ago
Robert Haas 363e8f9115 Fix pg_basebackup with in-place tablespaces some more. 3 years ago
Michael Paquier f180290847 ecpg: Fix handling of strings in ORACLE compat code with SQLDA 3 years ago
David Rowley eef231e816 Fix some typos and some incorrectly duplicated words 3 years ago
David Rowley b4dbf3e924 Fix various typos 3 years ago
Jeff Davis e39d512f3e Comment fix for 60684dd834. 3 years ago
Tom Lane 38358aab9a Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too. 3 years ago
Tom Lane 3e383f9b68 Avoid trying to write an empty WAL record in log_newpage_range(). 3 years ago
Peter Geoghegan cd7cdc550c Fix incorrect comment about nbtree WAL record. 3 years ago
Tom Lane d48ac0070c Further cleanup of autoconf output files for GSSAPI changes. 3 years ago
Stephen Frost ca07a6e7bd Update configure for ab969a376 3 years ago
Peter Eisentraut 1c77de9801 doc: Add additional SQL features codes from SQL:2023 3 years ago
Stephen Frost 1c52f9c042 Update Kerberos/GSSAPI configure/meson check 3 years ago
Peter Eisentraut 2434d60a2a Put new command-line option into sensible order in help output 3 years ago
David Rowley fde9c06881 Doc: remove notes about the version vacuumdb options are valid from 3 years ago
Tom Lane 78d5952dd0 Ensure result of an aggregate's finalfunc is made read-only. 3 years ago
Tom Lane 1c54b93a8c Avoid using non-ASCII commentary in daitch_mokotoff.c. 3 years ago
David Rowley e9f451accb Doc: add note about --buffer-usage-limit being v16 onwards 3 years ago
David Rowley c0235013c1 Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs 3 years ago
Tom Lane 064eb89e83 Fix assignment to array of domain over composite, redux. 3 years ago
Tom Lane d6b5dee42d Remove some non-ASCII symbols from a comment. 3 years ago
David Rowley 414d66220a Adjust Valgrind macro usage to protect chunk headers 3 years ago
Andres Freund 43a33ef54e Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add tests 3 years ago