Commit Graph

53669 Commits (2dee95bd0cf18d99e4d4778f18a794160a8dcaba)
 

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