Commit Graph

53058 Commits (3dadeef5d9ffe94deac926d7266a2ec64795e159)
 

Author SHA1 Message Date
Peter Geoghegan 9a3d41a26f vacuumdb: Correct comment about --force-index-cleanup. 5 years ago
Alvaro Herrera 1e87513808
Make new replication slot test code even less racy 5 years ago
Amit Kapila 40295d158f Don't allow to set replication slot_name as ''. 5 years ago
Michael Paquier 6d0dc1a7da doc: Mention CASCADE/RESTRICT for DROP STATISTICS 5 years ago
Alexander Korotkov 244ad54155 Support for unnest(multirange) 5 years ago
Alvaro Herrera d8f3b021c6
Make new replication slot test code less racy 5 years ago
Tom Lane 4466b38ec6 Doc: document the current-transaction-modes GUCs. 5 years ago
Alvaro Herrera 3c5b7c6286
Fix pg_dump for disabled triggers on partitioned tables 5 years ago
Alvaro Herrera eef92de11e
Preserve firing-on state when cloning row triggers to partitions 5 years ago
Alvaro Herrera e5bcbb1070
Advance old-segment horizon properly after slot invalidation 5 years ago
Peter Eisentraut 525115a332 doc: Spell checking 5 years ago
Daniel Gustafsson 9ffe128a6d docs: fix inconsistencies in markup and case 5 years ago
Tom Lane 081e86bd9e Ensure HAVE_DECL_XXX macros in MSVC builds match those in Unix. 5 years ago
Alexander Korotkov 4d39d4e639 Fix small inconsistencies in catalog definition of multirange operators 5 years ago
Michael Paquier b90063511a Remove unnecessary assertion in postmaster.c 5 years ago
Magnus Hagander 3b57d5af74 Clarify description of pg_stat_statements columns 5 years ago
Michael Paquier 0c83eb2e0e Fix unexpected error messages for various flavors of ALTER TABLE 5 years ago
Peter Eisentraut b4842a8d08 Fix lack of message pluralization 5 years ago
David Rowley 47ca483644 Change the name of the Result Cache node to Memoize 5 years ago
Tom Lane 6201fa3c16 Rename debug_invalidate_system_caches_always to debug_discard_caches. 5 years ago
David Rowley a92709fed6 Robustify tuplesort's free_sort_tuple function 5 years ago
David Rowley a3b8d91ccd Fix theoretical bug in tuplesort 5 years ago
Tom Lane e75da4f1b6 Probe for preadv/pwritev in a more macOS-friendly way. 5 years ago
Peter Eisentraut 9b450b1f1e doc: Fix typo in function prototype 5 years ago
Heikki Linnakangas 233280803c Remove dead assignment to local variable. 5 years ago
Peter Eisentraut 166fcf4a63 doc: Make release note entries more accurate 5 years ago
Michael Paquier 5e60237ad1 Revert "Fix issues with Windows' stat() for files pending on deletion" 5 years ago
Michael Paquier de1510e2f5 Fix issues with Windows' stat() for files pending on deletion 5 years ago
Tom Lane 69dfc36fd5 Lock the extension during ALTER EXTENSION ADD/DROP. 5 years ago
Thomas Munro 5614a0f78e Fix pgbench timestamp bugs. 5 years ago
Jeff Davis 10a07973cf Fix assign_record_type_typmod(). 5 years ago
Tom Lane ebc346e5bb Fix busted test for ldap_initialize. 5 years ago
Dean Rasheed 06883d58ff Fix numeric_mul() overflow due to too many digits after decimal point. 5 years ago
Tom Lane 9ffad7ae7f Un-break AIX build, take 2. 5 years ago
Alvaro Herrera 1beaa654da
libpq: Fix sending queries in pipeline aborted state 5 years ago
Tom Lane 7f2eca6f9d Un-break AIX build. 5 years ago
Tom Lane 1d98fdaed8 Avoid creating a RESULT RTE that's marked LATERAL. 5 years ago
Tom Lane 5620ec8336 Update configure's probe for libldap to work with OpenLDAP 2.5. 5 years ago
Tom Lane 39b6e85f13 Reject cases where a query in WITH rewrites to just NOTIFY. 5 years ago
Thomas Munro 8d48a3436d Remove more obsolete comments about semaphores. 5 years ago
David Rowley 6de3a21bbc Fix incorrect return value in pg_size_pretty(bigint) 5 years ago
Bruce Momjian 9893d5124b doc: minor PG 14 relnote changes 5 years ago
Bruce Momjian 6f566f0e9b doc: PG 14 relnote, move system view items to the proper sect. 5 years ago
Bruce Momjian 049d3617a3 doc: improve PG 14 relnote item about adding btree pages to FSM 5 years ago
Tom Lane 30a35bca3f Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. 5 years ago
Fujii Masao e48f2afee6 doc: Fix description about pg_stat_statements.track_planning. 5 years ago
Fujii Masao 4173477b38 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 5 years ago
Tom Lane 86d4914210 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. 5 years ago
Tom Lane 94911ec28f Doc: add info about timestamps with fractional-minute UTC offsets. 5 years ago
Tom Lane 07f1e06964 Reduce overhead of cache-clobber testing in LookupOpclassInfo(). 5 years ago