Commit Graph

51501 Commits (c24311c1fed18ebdf0e64f31a8cd86cd3232657b)
 

Author SHA1 Message Date
Alexander Korotkov c24311c1fe pg_controldata: Fix possible errors on corrupted pg_control 7 months ago
Nathan Bossart d6ea82f5da vacuumdb: Add missing PQfinish() calls to vacuum_one_database(). 7 months ago
Michael Paquier 21d7db2caf Mention jsonlog in description of logging_collector in GUC table 7 months ago
Michael Paquier edb191d593 Fix comment of StrategySyncStart() 7 months ago
Tom Lane 49a38238e2 Avoid integer overflow while testing wal_skip_threshold condition. 8 months ago
Tom Lane 98df8bace8 Avoid breaking SJIS encoding while de-backslashing Windows paths. 8 months ago
Noah Misch 8bfd2cebab At update of non-LP_NORMAL TID, fail instead of corrupting page header. 8 months ago
Noah Misch 6c1cc35d90 Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input. 8 months ago
Tom Lane aaa0f06193 Doc: recommend "psql -X" for restoring pg_dump scripts. 8 months ago
Tomas Vondra 88d322a160 Use the correct sizeof() in BufFileLoadBuffer 8 months ago
Tom Lane 63644c15d7 Don't ask for bug reports about pthread_is_threaded_np() != 0. 8 months ago
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