Commit Graph

53723 Commits (2eb7ea97d8af4f4a8c65ff9f95fcbe4e4ab8e7a8)
 

Author SHA1 Message Date
Amit Kapila 41fb3f51cb Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 5 months ago
Noah Misch 7ee7c1cd38 Sort dump objects independent of OIDs, for the 7 holdout object types. 5 months ago
Tom Lane 25388fb2cb pg_dump: provide a stable sort order for rules. 5 months ago
Michael Paquier 60953d4cba Fix ./configure checks with __cpuidex() and __cpuid() 5 months ago
Tom Lane 2dee95bd0c Don't put library-supplied -L/-I switches before user-supplied ones. 5 months ago
Tom Lane cdcdabce5b Remove unnecessary complication around xmlParseBalancedChunkMemory. 5 months ago
Alexander Korotkov 276b022ec0 Clarify documentation for the initcap function 5 months ago
Tom Lane 0395464aff Avoid regression in the size of XML input that we will accept. 5 months ago
Alexander Korotkov 50026136cc Limit checkpointer requests queue size 5 months ago
Tom Lane 868b39a544 Fix build breakage on Solaris-alikes with late-model GCC. 5 months ago
Michael Paquier 408fe659a8 ecpg: Fix NULL pointer dereference during connection lookup 5 months ago
Fujii Masao 7efaf0a1b3 doc: Document reopen of output file via SIGHUP in pg_recvlogical. 5 months ago
Alexander Korotkov bedfdb85b0 Fix infinite wait when reading a partially written WAL record 5 months ago
Tom Lane d5cba77462 Fix PQport to never return NULL unless the connection is NULL. 5 months ago
Álvaro Herrera b9a8968284
Remove assertion from PortalRunMulti 5 months ago
Daniel Gustafsson 01d1c45c0a doc: Add example file for COPY 5 months ago
Álvaro Herrera e04aca1c4d
Fix dumping of comments on invalid constraints on domains 5 months ago
Nathan Bossart 0490d6efd2 psql: Fix note on project naming in output of \copyright. 5 months ago
Tom Lane 6f7d016e91 Doc: clarify description of regexp fields in pg_ident.conf. 5 months ago
Tom Lane 8254b7e33b Silence uninitialized-value warnings in compareJsonbContainers(). 5 months ago
Tom Lane 209a22d794 Doc: clarify description of current-date/time functions. 5 months ago
Tom Lane ac8cdb2495 Fix inconsistent quoting of role names in ACLs. 6 months ago
Masahiko Sawada 0514616f0e Fix tab-completion for COPY and \copy options. 6 months ago
Tom Lane 602c91cf2e Restore the ability to run pl/pgsql expression queries in parallel. 6 months ago
Michael Paquier ac166b19a1 Fix incompatibility with libxml2 >= 2.14 6 months ago
Álvaro Herrera 94dc2b37ba
Fix new pg_upgrade query not to rely on regnamespace 6 months ago
Álvaro Herrera ea3386cc78
pg_upgrade: check for inconsistencies in not-null constraints w/inheritance 6 months ago
Michael Paquier b61ddcaf41 Disable commit timestamps during bootstrap 6 months ago
Tom Lane e902f81819 Obtain required table lock during cross-table updates, redux. 6 months ago
Fujii Masao f062e43484 doc: Remove incorrect note about wal_status in pg_replication_slots. 6 months ago
Nathan Bossart e35a0174a9 Document pg_get_multixact_members(). 6 months ago
Tom Lane 71d71ac4d1 Make safeguard against incorrect flags for fsync more portable. 6 months ago
Nathan Bossart 326f2aaee6 Document age(xid) and mxid_age(xid). 6 months ago
Tom Lane 25cab44735 Obtain required table lock during cross-table constraint updates. 6 months ago
Nathan Bossart e2f0628212 Use correct DatumGet*() function in test_shm_mq_main(). 6 months ago
Melanie Plageman 5a24c20c84 Remove unused check in heap_xlog_insert() 6 months ago
Michael Paquier c079ba3fc2 Avoid scribbling of VACUUM options 6 months ago
Daniel Gustafsson af2c08671b doc: Remove dead link to NewbieDoc Docbook Guide 6 months ago
Fujii Masao 5fbaf0ffb5 doc: Fix incorrect UUID index entry in function documentation. 6 months ago
Tom Lane 9bd588f87d Doc: improve documentation about width_bucket(). 6 months ago
Tom Lane 27af8b9be8 Use SnapshotDirty when checking for conflicting index names. 6 months ago
Masahiko Sawada 983b363625 Fix re-distributing previously distributed invalidation messages during logical decoding. 6 months ago
Alexander Korotkov e2832bd961 Keep WAL segments by the flushed value of the slot's restart LSN 6 months ago
Peter Geoghegan 7c7c0a77dc Make _bt_killitems drop pins it acquired itself. 7 months ago
Tom Lane 0703c9385b Don't reduce output request size on non-Unix-socket connections. 7 months ago
Robert Haas a4b9707c41 pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 7 months ago
Tom Lane 09498d2f2c Doc: you must own the target object to use SECURITY LABEL. 7 months ago
Nathan Bossart 49584901ec doc: Remove notes about "unencrypted" passwords. 7 months ago
Tom Lane eb42346475 Disallow "=" in names of reloptions and foreign-data options. 7 months ago
Tom Lane d4556f592e Run pgindent on the previous commit. 7 months ago