Commit Graph

51822 Commits (3d0a4636aa4c976e971c05c77e162fc70c61f40b)
 

Author SHA1 Message Date
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 5 years ago
Tom Lane 899564e010 Fix corner-case uninitialized-variable issues in plpgsql. 5 years ago
Michael Paquier 3a0d2d0cba Fix some issues with WAL segment opening for pg_receivewal --compress 5 years ago
Peter Geoghegan e1cdf61726 Doc: vacuum_multixact_failsafe_age is multixact-based. 5 years ago
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