Commit Graph

57560 Commits (aae9aad19d824af72640f4597a812d75ae25e385)
 

Author SHA1 Message Date
John Naylor aae9aad19d Update ICU C++ API symbols 1 month ago
Peter Eisentraut 05b367bea4 pg_upgrade: Improve message indentation 1 month ago
Tom Lane b9279058a3 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago
Melanie Plageman 3c2c3f2ddb Minor test fixes in 035_standby_logical_decoding.pl 1 month ago
Dean Rasheed 112945a61e Fix typo in create_index.sql. 1 month ago
Álvaro Herrera 479ebce12d
doc: mention unusability of dropped CHECK to verify NOT NULL 1 month ago
Fujii Masao 1d3ded521a Fix assertion failure in pgbench when handling multiple pipeline sync messages. 1 month ago
Etsuro Fujita cd45fef058 Doc: clarify the restrictions of AFTER triggers with transition tables. 1 month ago
Michael Paquier ec96e88122 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 1 month ago
Nathan Bossart b998ce3272 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Amit Kapila adfd802191 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 1 month ago
Noah Misch 0ac1581c3f Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago
Tom Lane 9affed2634 pg_dump: provide a stable sort order for rules. 1 month ago
Michael Paquier c1984be23c Fix ./configure checks with __cpuidex() and __cpuid() 1 month ago
Tom Lane bbc20c8a9f Don't put library-supplied -L/-I switches before user-supplied ones. 1 month ago
Tom Lane 762c6d8d26 Remove unnecessary complication around xmlParseBalancedChunkMemory. 1 month ago
Alexander Korotkov d861b92822 Clarify documentation for the initcap function 1 month ago
Tom Lane 6d5e493b4a Avoid regression in the size of XML input that we will accept. 2 months ago
Alexander Korotkov f0cdc2afd1 Limit checkpointer requests queue size 2 months ago
Tom Lane e4d5854555 Fix build breakage on Solaris-alikes with late-model GCC. 2 months ago
Michael Paquier 313d3102fa ecpg: Fix NULL pointer dereference during connection lookup 2 months ago
Fujii Masao 2b09054e4d doc: Document reopen of output file via SIGHUP in pg_recvlogical. 2 months ago
Alexander Korotkov b485e1c89a Fix infinite wait when reading a partially written WAL record 2 months ago
Tom Lane 009c20a3da Fix PQport to never return NULL unless the connection is NULL. 2 months ago
Álvaro Herrera 4871c1e9cb
Remove assertion from PortalRunMulti 2 months ago
Daniel Gustafsson 246388618c doc: Add example file for COPY 2 months ago
Álvaro Herrera cef998ef83
Fix dumping of comments on invalid constraints on domains 2 months ago
Nathan Bossart 738ad9a538 psql: Fix note on project naming in output of \copyright. 2 months ago
Fujii Masao e92573917a doc: Fix confusing description of streaming option in START_REPLICATION. 2 months ago
Tom Lane ff6783ce52 Doc: clarify description of regexp fields in pg_ident.conf. 2 months ago
Tom Lane 5db55e13f2 Silence uninitialized-value warnings in compareJsonbContainers(). 2 months ago
Tom Lane 2e7390928e Doc: clarify description of current-date/time functions. 2 months ago
Tom Lane 53a936b61f Fix inconsistent quoting of role names in ACLs. 2 months ago
Masahiko Sawada d69836b13c Fix tab-completion for COPY and \copy options. 2 months ago
Tom Lane abb517d619 Fix low-probability memory leak in XMLSERIALIZE(... INDENT). 2 months ago
Tom Lane 3bbc1c4a73 Restore the ability to run pl/pgsql expression queries in parallel. 2 months ago
Michael Paquier d24a96ce2c Fix incompatibility with libxml2 >= 2.14 2 months ago
Álvaro Herrera f943e2339f
Fix new pg_upgrade query not to rely on regnamespace 2 months ago
Álvaro Herrera f63e408e89
pg_upgrade: check for inconsistencies in not-null constraints w/inheritance 2 months ago
Michael Paquier 7e7059abfd Disable commit timestamps during bootstrap 2 months ago
Tom Lane d36980b715 Obtain required table lock during cross-table updates, redux. 2 months ago
Fujii Masao db51bdf975 doc: Update outdated descriptions of wal_status in pg_replication_slots. 2 months ago
Fujii Masao 4ef4b9ba77 doc: Remove incorrect note about wal_status in pg_replication_slots. 2 months ago
Michael Paquier 5c639523f7 Fix bug in archive streamer with LZ4 decompression 2 months ago
Peter Eisentraut 779f24c0b7 Update comment for IndexInfo.ii_NullsNotDistinct 2 months ago
Nathan Bossart d271b04dc6 Document pg_get_multixact_members(). 2 months ago
Tom Lane d25d392e89 Make sure IOV_MAX is defined. 2 months ago
Tom Lane 3a2617e4f0 Make safeguard against incorrect flags for fsync more portable. 2 months ago
Amit Langote d74231839a Fix typos in comments 2 months ago
Tom Lane c15798cf94 Obtain required table lock during cross-table constraint updates. 2 months ago