Commit Graph

51690 Commits (b2d71c455f05d9d7f959789fcebdc035189defde)
 

Author SHA1 Message Date
Tom Lane 001c09d8b7 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 8 months ago
Tom Lane 6397819c8a Update time zone data files to tzdata release 2025a. 8 months ago
Tom Lane dee1e86d0e Avoid using timezone Asia/Manila in regression tests. 8 months ago
Michael Paquier 0f0431e919 Fix header check for continuation records where standbys could be stuck 8 months ago
Thomas Munro 2c4a532c96 Fix readlink() for non-PostgreSQL junction points on Windows. 8 months ago
Thomas Munro fbf8efbda8 Fix stat() for recursive junction points on Windows. 8 months ago
Michael Paquier 4d6d7bdc06 Revert recent changes related to handling of 2PC files at recovery 8 months ago
Tom Lane 45004f527a Fix setrefs.c's failure to do expression processing on prune steps. 8 months ago
Michael Paquier c9e50ce2a0 Move routines to manipulate WAL into PostgreSQL::Test::Cluster 8 months ago
Tom Lane cfd7aadebe Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 8 months ago
Heikki Linnakangas f217c41055 Fix catcache invalidation of a list entry that's being built 8 months ago
Fujii Masao 226c9048d7 ecpg: Restore detection of unsupported COPY FROM STDIN. 8 months ago
Michael Paquier 332023e2d0 Fix potential integer overflow in bringetbitmap() 8 months ago
Daniel Gustafsson 7b1f50d8c8 Fix HBA option count 8 months ago
Dean Rasheed 8f137f0382 Fix XMLTABLE() deparsing to quote namespace names if necessary. 8 months ago
Tom Lane 02a38bc84b Repair memory leaks in plpython. 8 months ago
Daniel Gustafsson 84b8f6d9f5 Fix missing ldapscheme option in pg_hba_file_rules() 8 months ago
Thomas Munro bd0564f61d Fix off_t overflow in pg_basebackup on Windows. 8 months ago
Thomas Munro d02486cc8e Provide 64-bit ftruncate() and lseek() on Windows. 8 months ago
Thomas Munro a722252ef1 Back-patch b1ffe3ff into REL_13_STABLE. 8 months ago
Thomas Munro 417d41c658 Fix C error reported by Oracle compiler. 8 months ago
Michael Paquier a786cf04df Fix memory leak in pgoutput with relation attribute map 8 months ago
Thomas Munro a1d17a8947 Restore smgrtruncate() prototype in back-branches. 8 months ago
Andrew Dunstan 20a344bce8 Document strange jsonb sort order for empty top level arrays 8 months ago
Bruce Momjian 73055a2bb1 Update copyright for 2025 8 months ago
Michael Paquier 8f67f994e8 Fix handling of orphaned 2PC files in the future at recovery 9 months ago
Tom Lane 70d067cecc Exclude parallel workers from connection privilege/limit checks. 9 months ago
Noah Misch 1025463225 In REASSIGN OWNED of a database, lock the tuple as mandated. 9 months ago
Michael Paquier ba230ce40f Fix memory leak in pgoutput with publication list cache 9 months ago
Heikki Linnakangas 9c1afd3447 Update TransactionXmin when MyProc->xmin is updated 9 months ago
Thomas Munro 2280912165 Fix corruption when relation truncation fails. 9 months ago
Michael Paquier 26a79cbbda Replace durable_rename_excl() by durable_rename(), take two 9 months ago
David Rowley 2c7887c9d6 Fix Assert failure in WITH RECURSIVE UNION queries 9 months ago
Nathan Bossart 853cef0976 Accommodate very large dshash tables. 9 months ago
Heikki Linnakangas e438b0f424 Make 009_twophase.pl test pass with recovery_min_apply_delay set 9 months ago
Tom Lane ec0dc2c596 pgbench: fix misprocessing of some nested \if constructs. 9 months ago
Tom Lane b6df2d6e5d Fix possible crash in pg_dump with identity sequences. 9 months ago
Noah Misch 6151769f6e Fix elog(FATAL) before PostmasterMain() or just after fork(). 9 months ago
Nathan Bossart 0fbcb9da18 Fix unused-but-set-variable compiler warning in reorderbuffer.c. 9 months ago
David Rowley a51ec088db Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes 9 months ago
Tom Lane 4d20bad5e9 Simplify executor's determination of whether to use parallelism. 9 months ago
Tom Lane 725d981028 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. 9 months ago
Tom Lane 531cbd8b74 Make getObjectDescription robust against dangling amproc type links. 9 months ago
Tom Lane f2eba400bc Fix is_digit labeling of to_timestamp's FFn format codes. 9 months ago
Tom Lane cd1c8b992e Avoid low-probability crash on out-of-memory. 9 months ago
Thomas Munro 1168acbca4 RelationTruncate() must set DELAY_CHKPT_START. 9 months ago
Tom Lane e359cbb846 Fix broken list-munging in ecpg's remove_variables(). 9 months ago
Thomas Munro fce6fd5da5 Fix MinGW %d vs %lu warnings in back branches. 10 months ago
Thomas Munro aa663d37c0 Skip SectionMemoryManager.h in cpluspluscheck. 10 months ago
Michael Paquier 24da0e7618 Revert "Handle better implicit transaction state of pipeline mode" 10 months ago