Commit Graph

59601 Commits (3b3aa1f651c713f1c17ec9c2f0216b8e4b62dba4)
 

Author SHA1 Message Date
Alexander Korotkov 3b3aa1f651 Revert "Clarify documentation for the initcap function" 5 months ago
John Naylor 21ae8fc5fd Update ICU C++ API symbols 5 months ago
Peter Eisentraut 930e1faec5 pg_upgrade: Improve message indentation 5 months ago
Fujii Masao 753177604b doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRESSION AS. 5 months ago
Tom Lane 0b0d3c19bf Fix incorrect return value in brin_minmax_multi_distance_numeric(). 5 months ago
Melanie Plageman 74dffe5c14 Minor test fixes in 035_standby_logical_decoding.pl 5 months ago
Dean Rasheed 191110b8ff Fix typo in create_index.sql. 5 months ago
Fujii Masao f71fa981c9 Avoid unexpected shutdown when sync_replication_slots is enabled. 5 months ago
Álvaro Herrera a9b4b0665d
doc: mention unusability of dropped CHECK to verify NOT NULL 5 months ago
Fujii Masao 398e07162e Fix assertion failure in pgbench when handling multiple pipeline sync messages. 5 months ago
Etsuro Fujita 59a984e637 Doc: clarify the restrictions of AFTER triggers with transition tables. 5 months ago
Michael Paquier 9e0b4b1ab5 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 5 months ago
Nathan Bossart 39ff056365 Allow resetting unknown custom GUCs with reserved prefixes. 5 months ago
Amit Kapila 8c298324a4 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 5 months ago
Noah Misch 1ca1889ea6 Sort dump objects independent of OIDs, for the 7 holdout object types. 5 months ago
Tom Lane 5dd4957b28 pg_dump: provide a stable sort order for rules. 5 months ago
Michael Paquier 8de56323c1 Fix ./configure checks with __cpuidex() and __cpuid() 5 months ago
Tom Lane a644f5fc66 Don't put library-supplied -L/-I switches before user-supplied ones. 5 months ago
Tom Lane 7571e0f6e9 Remove unnecessary complication around xmlParseBalancedChunkMemory. 5 months ago
Alexander Korotkov 3c05d4d343 Clarify documentation for the initcap function 5 months ago
Tom Lane fd4ad33fe2 Avoid regression in the size of XML input that we will accept. 5 months ago
Alexander Korotkov 13559de953 Limit checkpointer requests queue size 5 months ago
Amit Kapila 967309116f Fix duplicate transaction replay during pg_createsubscriber. 5 months ago
Tom Lane 635a856279 Fix build breakage on Solaris-alikes with late-model GCC. 5 months ago
Michael Paquier d331243dc9 doc: Inform about aminsertcleanup optional NULLness 5 months ago
Michael Paquier 2805e1c1ed ecpg: Fix NULL pointer dereference during connection lookup 5 months ago
Álvaro Herrera 6b755d8d70
pg_dump: include comments on not-null constraints on domains, too 5 months ago
Fujii Masao 227d0ce18a doc: Document reopen of output file via SIGHUP in pg_recvlogical. 5 months ago
Alexander Korotkov c9f4e75206 Fix infinite wait when reading a partially written WAL record 5 months ago
Alexander Korotkov fd39c3cf28 Improve the stability of the recovery test 047_checkpoint_physical_slot 5 months ago
Alexander Korotkov 6aefde2a2d Improve recovery test 046_checkpoint_logical_slot 5 months ago
Dean Rasheed 91ad1bdef8 Fix concurrent update trigger issues with MERGE in a CTE. 5 months ago
Tom Lane 3f10d2b665 Fix PQport to never return NULL unless the connection is NULL. 5 months ago
Álvaro Herrera 0c466f5e0b
Remove assertion from PortalRunMulti 5 months ago
Amit Langote 7c6a3d838b Remove duplicate line 5 months ago
Michael Paquier b3abec0ade Fix inconsistent LWLock tranche names for MultiXact* 5 months ago
Daniel Gustafsson b06a335eeb doc: Add example file for COPY 5 months ago
Álvaro Herrera d07bc7c2b3
Fix dumping of comments on invalid constraints on domains 5 months ago
Nathan Bossart c0a392c9e0 psql: Fix note on project naming in output of \copyright. 5 months ago
Fujii Masao 488c35f958 doc: Fix confusing description of streaming option in START_REPLICATION. 5 months ago
Tom Lane b70a2e8a1a Doc: clarify description of regexp fields in pg_ident.conf. 5 months ago
Tom Lane 5a2139a906 Silence uninitialized-value warnings in compareJsonbContainers(). 5 months ago
Tom Lane bdb052f53b Doc: clarify description of current-date/time functions. 5 months ago
Tom Lane 50959f96e7 Fix inconsistent quoting of role names in ACLs. 6 months ago
Amit Kapila 24f6c1bd41 Fix the handling of two GUCs during upgrade. 6 months ago
Nathan Bossart e43fae199e pg_dump: Fix object-type sort priority for large objects. 6 months ago
Masahiko Sawada c1c6169eb4 Fix tab-completion for COPY and \copy options. 6 months ago
Amit Kapila f2e41d9e2f Doc: Improve logical replication failover documentation. 6 months ago
Tom Lane 95cf1a1817 Fix low-probability memory leak in XMLSERIALIZE(... INDENT). 6 months ago
Tom Lane a553a2289d Restore the ability to run pl/pgsql expression queries in parallel. 6 months ago