Commit Graph

59620 Commits (e81a5031d51f9cd68adb7bdccc424880bac6838e)
 

Author SHA1 Message Date
Michael Paquier e81a5031d5 postgres_fdw: Fix tests with ANALYZE and remote sampling 1 month ago
Tom Lane 7885b94dd8 Stamp 17.6. 1 month ago
Tom Lane 86ad5a84c7 Last-minute updates for release notes. 1 month ago
Nathan Bossart 575f54d4ce Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 9b92f115bd Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Peter Eisentraut ac4c0d3451 Translation updates 1 month ago
Dean Rasheed a85eddab23 Fix security checks in selectivity estimation functions. 1 month ago
Tom Lane 024123a0d3 Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 1 month ago
Noah Misch 28e7252e45 Remove, from stable branches, the new assertion of no pg_dump OID sort. 1 month ago
Tom Lane b70d9de77f First-draft release notes for 17.6. 1 month ago
Peter Eisentraut 276cdd4cc3 Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita e028ce911a Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Fujii Masao 7dafc4a413 pg_dump: Fix incorrect parsing of object types in pg_dump --filter. 1 month ago
Etsuro Fujita 9048a83c7a Disallow collecting transition tuples from child foreign tables. 1 month ago
Michael Paquier bdda6ba30c Add information about "generation" when dropping twice pgstats entry 1 month ago
Tom Lane 13244ba103 doc: add float as an alias for double precision. 1 month ago
Peter Eisentraut 45e7ad980e doc: Formatting improvements 1 month ago
Alexander Korotkov 6058900348 Fix checkpointer shared memory allocation 1 month ago
Peter Eisentraut be26c77ef9 Message improvements 1 month ago
Alexander Korotkov 3b3aa1f651 Revert "Clarify documentation for the initcap function" 1 month ago
John Naylor 21ae8fc5fd Update ICU C++ API symbols 1 month ago
Peter Eisentraut 930e1faec5 pg_upgrade: Improve message indentation 1 month ago
Fujii Masao 753177604b doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRESSION AS. 1 month ago
Tom Lane 0b0d3c19bf Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago
Melanie Plageman 74dffe5c14 Minor test fixes in 035_standby_logical_decoding.pl 1 month ago
Dean Rasheed 191110b8ff Fix typo in create_index.sql. 1 month ago
Fujii Masao f71fa981c9 Avoid unexpected shutdown when sync_replication_slots is enabled. 1 month ago
Álvaro Herrera a9b4b0665d
doc: mention unusability of dropped CHECK to verify NOT NULL 1 month ago
Fujii Masao 398e07162e Fix assertion failure in pgbench when handling multiple pipeline sync messages. 1 month ago
Etsuro Fujita 59a984e637 Doc: clarify the restrictions of AFTER triggers with transition tables. 1 month ago
Michael Paquier 9e0b4b1ab5 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 1 month ago
Nathan Bossart 39ff056365 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Amit Kapila 8c298324a4 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 1 month ago
Noah Misch 1ca1889ea6 Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago
Tom Lane 5dd4957b28 pg_dump: provide a stable sort order for rules. 1 month ago
Michael Paquier 8de56323c1 Fix ./configure checks with __cpuidex() and __cpuid() 2 months ago
Tom Lane a644f5fc66 Don't put library-supplied -L/-I switches before user-supplied ones. 2 months ago
Tom Lane 7571e0f6e9 Remove unnecessary complication around xmlParseBalancedChunkMemory. 2 months ago
Alexander Korotkov 3c05d4d343 Clarify documentation for the initcap function 2 months ago
Tom Lane fd4ad33fe2 Avoid regression in the size of XML input that we will accept. 2 months ago
Alexander Korotkov 13559de953 Limit checkpointer requests queue size 2 months ago
Amit Kapila 967309116f Fix duplicate transaction replay during pg_createsubscriber. 2 months ago
Tom Lane 635a856279 Fix build breakage on Solaris-alikes with late-model GCC. 2 months ago
Michael Paquier d331243dc9 doc: Inform about aminsertcleanup optional NULLness 2 months ago
Michael Paquier 2805e1c1ed ecpg: Fix NULL pointer dereference during connection lookup 2 months ago
Álvaro Herrera 6b755d8d70
pg_dump: include comments on not-null constraints on domains, too 2 months ago
Fujii Masao 227d0ce18a doc: Document reopen of output file via SIGHUP in pg_recvlogical. 2 months ago
Alexander Korotkov c9f4e75206 Fix infinite wait when reading a partially written WAL record 2 months ago
Alexander Korotkov fd39c3cf28 Improve the stability of the recovery test 047_checkpoint_physical_slot 2 months ago
Alexander Korotkov 6aefde2a2d Improve recovery test 046_checkpoint_logical_slot 2 months ago