Commit Graph

61819 Commits (REL_18_STABLE)
 

Author SHA1 Message Date
Peter Eisentraut ce13bb96fb Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT 1 month ago
Fujii Masao 3e65e77f76 doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRESSION AS. 1 month ago
Tom Lane 9b681e2397 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago
Álvaro Herrera f71ad5b082
Put PG_TEST_EXTRA doc items back in alphabetical order 1 month ago
Álvaro Herrera d185161e47
Hide expensive pg_upgrade test behind PG_TEST_EXTRA 1 month ago
Jeff Davis 06697909b6 Don't copy datlocale from template unless provider matches. 1 month ago
Amit Kapila e5d04aedaf Throw ERROR when publish_generated_columns is specified without a value. 1 month ago
Andrew Dunstan 7c3a036f5c fix apparent typo in release notes 1 month ago
Melanie Plageman 0e6b791846 Minor test fixes in 035_standby_logical_decoding.pl 1 month ago
Dean Rasheed 347b6a1fff Fix typo in create_index.sql. 1 month ago
Fujii Masao 2d81a246f4 Avoid unexpected shutdown when sync_replication_slots is enabled. 1 month ago
Álvaro Herrera 7b1053a577
doc: mention unusability of dropped CHECK to verify NOT NULL 1 month ago
Fujii Masao fee46ab4f2 Fix assertion failure in pgbench when handling multiple pipeline sync messages. 1 month ago
Jeff Davis a3e8dc1438 Simplify options in pg_dump and pg_restore. 1 month ago
Michael Paquier d0c12b98f2 Fix typo in foreign_key.sql 1 month ago
Etsuro Fujita 5a900d6482 Doc: clarify the restrictions of AFTER triggers with transition tables. 1 month ago
Michael Paquier 11de339aad Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 1 month ago
Nathan Bossart 7b9674a8b1 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Jeff Davis 60121890f7 pg_dump: reject combination of "only" and "with" 1 month ago
Heikki Linnakangas 42b1480eb2 libpq: Complain about missing BackendKeyData later with PGgetCancel() 1 month ago
Amit Kapila d9f01a287a Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 1 month ago
Tomas Vondra 88914332ea Fix tab completion for ALTER ROLE|USER ... RESET 1 month ago
Tomas Vondra 72c437f6e4 Schema-qualify unnest() in ALTER DATABASE ... RESET 1 month ago
Noah Misch c0ae03384f Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago
Nathan Bossart da103c7bc8 doc: Adjust documentation for vacuumdb --missing-stats-only. 1 month ago
Andrew Dunstan 3a954813a0 Remove release note item for Non text modes for pg_dumpall 1 month ago
Andrew Dunstan 4a9ee867bf Revert Non text modes for pg_dumpall, and pg_restore support 1 month ago
Michael Paquier cd2d52cc6b Fix ./configure checks with __cpuidex() and __cpuid() 1 month ago
Bruce Momjian a60691eb20 doc PG 18 relnotes: update to current 1 month ago
Heikki Linnakangas fce7da1e73 Handle cancel requests with PID 0 gracefully 1 month ago
Tom Lane 8e5e3ff556 Don't put library-supplied -L/-I switches before user-supplied ones. 1 month ago
Tom Lane d5f014d897 Remove unnecessary complication around xmlParseBalancedChunkMemory. 1 month ago
Alexander Korotkov 1fe9e3822c Clarify documentation for the initcap function 1 month ago
Tom Lane 637ead2e1a Avoid regression in the size of XML input that we will accept. 1 month ago
Robert Haas 44e135ad57 Avoid throwing away the error message in syncrep_yyerror. 1 month ago
Michael Paquier 13eb6bb76d Fix performance regression with flush of pending fixed-numbered stats 2 months ago
Alexander Korotkov bae5078217 Limit checkpointer requests queue size 2 months ago
Fujii Masao 75f633f54a Fix background worker not restarting after crash-and-restart cycle. 2 months ago
Michael Paquier f7dfccf960 Fix assertion failure with latch wait in single-user mode 2 months ago
Michael Paquier 2973b1cd3a Lower bounds related to pgstats kinds 2 months ago
Amit Kapila 33f74b806c Fix duplicate transaction replay during pg_createsubscriber. 2 months ago
Fujii Masao a8acfb133c doc: Add missing index entries and fix title formatting in pg_buffercache docs. 2 months ago
Tom Lane 3d039b53a1 Fix build breakage on Solaris-alikes with late-model GCC. 2 months ago
Andres Freund 7b98c55368 aio: Fix assertion, clarify README 2 months ago
Amit Kapila 0e8c656551 Doc: Fix logical replication examples. 2 months ago
Michael Paquier 282b10cb05 doc: Inform about aminsertcleanup optional NULLness 2 months ago
Michael Paquier 0ded7615d8 ecpg: Fix NULL pointer dereference during connection lookup 2 months ago
Álvaro Herrera f9545e95c5
pg_dump: include comments on not-null constraints on domains, too 2 months ago
Fujii Masao 6cf5b10ce9 doc: Document reopen of output file via SIGHUP in pg_recvlogical. 2 months ago
Alexander Korotkov 226c567454 Reintroduce test 046_checkpoint_logical_slot 2 months ago