Commit Graph

55452 Commits (f79ca73d75cb551f46b37b14407ae42a50b6d38c)
 

Author SHA1 Message Date
Nathan Bossart f79ca73d75 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Amit Kapila 434d2d147b Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 1 month ago
Noah Misch 22f126da6c Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago
Tom Lane e99010cbd8 pg_dump: provide a stable sort order for rules. 1 month ago
Michael Paquier d6ffc43f95 Fix ./configure checks with __cpuidex() and __cpuid() 1 month ago
Tom Lane 19857437b0 Don't put library-supplied -L/-I switches before user-supplied ones. 1 month ago
Tom Lane 0928e18eb8 Remove unnecessary complication around xmlParseBalancedChunkMemory. 1 month ago
Alexander Korotkov 9af075c4e2 Clarify documentation for the initcap function 2 months ago
Tom Lane 0ffbd345e4 Avoid regression in the size of XML input that we will accept. 2 months ago
Alexander Korotkov b248a3ba4e Limit checkpointer requests queue size 2 months ago
Tom Lane b252ce3111 Fix build breakage on Solaris-alikes with late-model GCC. 2 months ago
Michael Paquier 0123922f82 ecpg: Fix NULL pointer dereference during connection lookup 2 months ago
Fujii Masao f4a67e52b2 doc: Document reopen of output file via SIGHUP in pg_recvlogical. 2 months ago
Alexander Korotkov 9f270f48f3 Fix infinite wait when reading a partially written WAL record 2 months ago
Tom Lane a372a64db7 Fix PQport to never return NULL unless the connection is NULL. 2 months ago
Álvaro Herrera c2720ac601
Remove assertion from PortalRunMulti 2 months ago
Daniel Gustafsson 6242497bb4 doc: Add example file for COPY 2 months ago
Álvaro Herrera 5a261c135d
Fix dumping of comments on invalid constraints on domains 2 months ago
Nathan Bossart 4349206cc3 psql: Fix note on project naming in output of \copyright. 2 months ago
Tom Lane 2132ced7dc Doc: clarify description of regexp fields in pg_ident.conf. 2 months ago
Tom Lane f32e456414 Silence uninitialized-value warnings in compareJsonbContainers(). 2 months ago
Tom Lane 5ea9d9ac0c Doc: clarify description of current-date/time functions. 2 months ago
Tom Lane de73cb3ed6 Fix inconsistent quoting of role names in ACLs. 2 months ago
Masahiko Sawada e3584e457d Fix tab-completion for COPY and \copy options. 2 months ago
Tom Lane c65c36ab51 Restore the ability to run pl/pgsql expression queries in parallel. 2 months ago
Michael Paquier 75c1eb60b2 Fix incompatibility with libxml2 >= 2.14 2 months ago
Álvaro Herrera bd48455d88
Fix new pg_upgrade query not to rely on regnamespace 2 months ago
Álvaro Herrera 0f49586850
pg_upgrade: check for inconsistencies in not-null constraints w/inheritance 2 months ago
Michael Paquier dcbbd43317 Disable commit timestamps during bootstrap 2 months ago
Tom Lane e6dd6e6ee6 Obtain required table lock during cross-table updates, redux. 2 months ago
Fujii Masao 8a010df41e doc: Remove incorrect note about wal_status in pg_replication_slots. 2 months ago
Michael Paquier d44efe87ea Fix bug in archive streamer with LZ4 decompression 2 months ago
Peter Eisentraut 37b1fce858 Update comment for IndexInfo.ii_NullsNotDistinct 2 months ago
Nathan Bossart a167e654d0 Document pg_get_multixact_members(). 2 months ago
Tom Lane 0fb496c704 Make safeguard against incorrect flags for fsync more portable. 2 months ago
Nathan Bossart 8f456630ce Document age(xid) and mxid_age(xid). 2 months ago
Tom Lane 614ffb26d1 Obtain required table lock during cross-table constraint updates. 2 months ago
Nathan Bossart 4dc48ad28d Use correct DatumGet*() function in test_shm_mq_main(). 3 months ago
Melanie Plageman 98dd121fc8 Remove unused check in heap_xlog_insert() 3 months ago
Dean Rasheed ba33505c5f doc: Fix indentation of MERGE synopsis. 3 months ago
Michael Paquier 354944663d Avoid scribbling of VACUUM options 3 months ago
Daniel Gustafsson fd94f856a4 doc: Remove dead link to NewbieDoc Docbook Guide 3 months ago
Fujii Masao 4f3eedc8a3 doc: Fix incorrect UUID index entry in function documentation. 3 months ago
Tom Lane ccfe3dbaa4 Doc: improve documentation about width_bucket(). 3 months ago
Tom Lane 75b8982eae Use SnapshotDirty when checking for conflicting index names. 3 months ago
Masahiko Sawada fc0fb77c55 Fix re-distributing previously distributed invalidation messages during logical decoding. 3 months ago
Alexander Korotkov dd9bc1a17d Keep WAL segments by the flushed value of the slot's restart LSN 3 months ago
Peter Geoghegan d2ec671092 Make _bt_killitems drop pins it acquired itself. 3 months ago
Tom Lane 6a4d93edad Don't reduce output request size on non-Unix-socket connections. 3 months ago
Robert Haas d59ff3be24 pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 3 months ago