Commit Graph

55605 Commits (b9a02b9780bc93afef4bc268212960dec2f9c88d)
 

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