Commit Graph

51877 Commits (26f5391df63445692c88e4540dcbb558e567044c)
 

Author SHA1 Message Date
Michael Paquier f2a37ddbb1 doc: Fix command example to run regression tests with PGOPTIONS 4 years ago
Tom Lane e6d9544681 Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 4 years ago
David Rowley dece64a941 Fix incorrect comment for get_agg_clause_costs 4 years ago
Michael Paquier b0d2867196 Fix a couple of memory leaks in src/bin/pg_basebackup/ 4 years ago
Tom Lane b154ee63bb Get rid of artificial restriction on hash table sizes on Windows. 4 years ago
Andres Freund 3d0a4636aa Deduplicate choice of horizon for a relation procarray.c. 4 years ago
Tom Lane 712ba6b8b7 Fix check for conflicting session- vs transaction-level locks. 4 years ago
Tom Lane 89ad14cd78 Make printf("%s", NULL) print "(null)" instead of crashing. 4 years ago
Tom Lane d5e913a81c Remove configure-time thread safety checking (thread_test.c). 4 years ago
John Naylor 81322fc409 Fix division by zero error in date_bin 4 years ago
Thomas Munro b1c1b7af57 jit: Don't inline functions that access thread-locals. 4 years ago
Tom Lane 227c4e57d6 Doc: improve documentation about exponentiation operator. 4 years ago
John Naylor 65cc77c984 Document "B" and "us" as accepted units in postgres.conf.sample 4 years ago
John Naylor e5cebe1ae8 Add missing check of noError parameter in euc_tw_and_big5.c 4 years ago
Fujii Masao 9c1d56a9b0 doc: Document that only superusers can use pg_import_system_collations(). 4 years ago
Bruce Momjian f8d1333dec doc: PG 14 relnote adjustments 4 years ago
Tom Lane 899564e010 Fix corner-case uninitialized-variable issues in plpgsql. 4 years ago
Michael Paquier 3a0d2d0cba Fix some issues with WAL segment opening for pg_receivewal --compress 4 years ago
Peter Geoghegan e1cdf61726 Doc: vacuum_multixact_failsafe_age is multixact-based. 4 years ago
Peter Geoghegan 9a3d41a26f vacuumdb: Correct comment about --force-index-cleanup. 4 years ago
Alvaro Herrera 1e87513808
Make new replication slot test code even less racy 4 years ago
Amit Kapila 40295d158f Don't allow to set replication slot_name as ''. 4 years ago
Michael Paquier 6d0dc1a7da doc: Mention CASCADE/RESTRICT for DROP STATISTICS 4 years ago
Alexander Korotkov 244ad54155 Support for unnest(multirange) 4 years ago
Alvaro Herrera d8f3b021c6
Make new replication slot test code less racy 4 years ago
Tom Lane 4466b38ec6 Doc: document the current-transaction-modes GUCs. 4 years ago
Alvaro Herrera 3c5b7c6286
Fix pg_dump for disabled triggers on partitioned tables 4 years ago
Alvaro Herrera eef92de11e
Preserve firing-on state when cloning row triggers to partitions 4 years ago
Alvaro Herrera e5bcbb1070
Advance old-segment horizon properly after slot invalidation 4 years ago
Peter Eisentraut 525115a332 doc: Spell checking 4 years ago
Daniel Gustafsson 9ffe128a6d docs: fix inconsistencies in markup and case 4 years ago
Tom Lane 081e86bd9e Ensure HAVE_DECL_XXX macros in MSVC builds match those in Unix. 4 years ago
Alexander Korotkov 4d39d4e639 Fix small inconsistencies in catalog definition of multirange operators 4 years ago
Michael Paquier b90063511a Remove unnecessary assertion in postmaster.c 4 years ago
Magnus Hagander 3b57d5af74 Clarify description of pg_stat_statements columns 4 years ago
Michael Paquier 0c83eb2e0e Fix unexpected error messages for various flavors of ALTER TABLE 4 years ago
Peter Eisentraut b4842a8d08 Fix lack of message pluralization 4 years ago
David Rowley 47ca483644 Change the name of the Result Cache node to Memoize 4 years ago
Tom Lane 6201fa3c16 Rename debug_invalidate_system_caches_always to debug_discard_caches. 4 years ago
David Rowley a92709fed6 Robustify tuplesort's free_sort_tuple function 4 years ago
David Rowley a3b8d91ccd Fix theoretical bug in tuplesort 4 years ago
Tom Lane e75da4f1b6 Probe for preadv/pwritev in a more macOS-friendly way. 4 years ago
Peter Eisentraut 9b450b1f1e doc: Fix typo in function prototype 4 years ago
Heikki Linnakangas 233280803c Remove dead assignment to local variable. 4 years ago
Peter Eisentraut 166fcf4a63 doc: Make release note entries more accurate 4 years ago
Michael Paquier 5e60237ad1 Revert "Fix issues with Windows' stat() for files pending on deletion" 4 years ago
Michael Paquier de1510e2f5 Fix issues with Windows' stat() for files pending on deletion 4 years ago
Tom Lane 69dfc36fd5 Lock the extension during ALTER EXTENSION ADD/DROP. 4 years ago
Thomas Munro 5614a0f78e Fix pgbench timestamp bugs. 4 years ago
Jeff Davis 10a07973cf Fix assign_record_type_typmod(). 4 years ago