Commit Graph

53498 Commits (7b3259bd7cf37da472ff5c2ce25fe0aa552e6fe0)
 

Author SHA1 Message Date
Noah Misch 7b3259bd7c Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input. 12 months ago
Tom Lane 4106942f00 Doc: recommend "psql -X" for restoring pg_dump scripts. 12 months ago
Tomas Vondra fb60050f42 Use the correct sizeof() in BufFileLoadBuffer 12 months ago
Tom Lane 63a4b9f767 Don't ask for bug reports about pthread_is_threaded_np() != 0. 12 months ago
Tom Lane 3085993052 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 12 months ago
Tom Lane 20b4819d0e Update time zone data files to tzdata release 2025a. 12 months ago
Tom Lane aac0384975 Avoid using timezone Asia/Manila in regression tests. 12 months ago
Michael Paquier a2d4f806c4 Fix header check for continuation records where standbys could be stuck 12 months ago
Thomas Munro f4fd5325cc Fix readlink() for non-PostgreSQL junction points on Windows. 12 months ago
Thomas Munro 9f1c67488e Fix stat() for recursive junction points on Windows. 12 months ago
Michael Paquier 060f9f5ea5 Revert recent changes related to handling of 2PC files at recovery 12 months ago
Tom Lane 5f725648fa Fix setrefs.c's failure to do expression processing on prune steps. 12 months ago
Michael Paquier 50406b1554 Move routines to manipulate WAL into PostgreSQL::Test::Cluster 12 months ago
Tom Lane 02e69313ad Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 12 months ago
Fujii Masao d06ab3c0c1 ecpg: Restore detection of unsupported COPY FROM STDIN. 12 months ago
Heikki Linnakangas fce17c3a53 Fix catcache invalidation of a list entry that's being built 12 months ago
Michael Paquier e35ff65205 Fix potential integer overflow in bringetbitmap() 12 months ago
Daniel Gustafsson 9e596a099a Fix HBA option count 12 months ago
Dean Rasheed dc8cd9cd01 Fix XMLTABLE() deparsing to quote namespace names if necessary. 12 months ago
Tom Lane bcb4db0d37 Repair memory leaks in plpython. 12 months ago
Daniel Gustafsson 83ffb9f20f Fix missing ldapscheme option in pg_hba_file_rules() 1 year ago
Thomas Munro 8f40d46126 Fix off_t overflow in pg_basebackup on Windows. 1 year ago
Thomas Munro 1636c5e56e Provide 64-bit ftruncate() and lseek() on Windows. 1 year ago
Thomas Munro 049c8cb9a2 Fix C error reported by Oracle compiler. 1 year ago
Michael Paquier c53d90bb47 Fix memory leak in pgoutput with relation attribute map 1 year ago
Thomas Munro f154f028d8 Restore smgrtruncate() prototype in back-branches. 1 year ago
Andrew Dunstan 9577dd523b Document strange jsonb sort order for empty top level arrays 1 year ago
Bruce Momjian 6a2440167a Update copyright for 2025 1 year ago
Michael Paquier 58626e24a9 Fix handling of orphaned 2PC files in the future at recovery 1 year ago
Tom Lane c58b0c43d3 Exclude parallel workers from connection privilege/limit checks. 1 year ago
Noah Misch 536acda0bc In REASSIGN OWNED of a database, lock the tuple as mandated. 1 year ago
Michael Paquier cfd6cbcf9b Fix memory leak in pgoutput with publication list cache 1 year ago
Heikki Linnakangas 41eafbb494 Update TransactionXmin when MyProc->xmin is updated 1 year ago
Thomas Munro 23c743b645 Fix corruption when relation truncation fails. 1 year ago
Michael Paquier 1f95181b44 Replace durable_rename_excl() by durable_rename(), take two 1 year ago
David Rowley bdb07d2411 Fix Assert failure in WITH RECURSIVE UNION queries 1 year ago
Nathan Bossart 84dc1303c9 Accommodate very large dshash tables. 1 year ago
Heikki Linnakangas f5f5e7b473 Make 009_twophase.pl test pass with recovery_min_apply_delay set 1 year ago
Tom Lane 2a23dbcf35 pgbench: fix misprocessing of some nested \if constructs. 1 year ago
Tom Lane c7f3c414fd Fix possible crash in pg_dump with identity sequences. 1 year ago
Álvaro Herrera 4abf615cc8
Backpatch critical performance fixes to pgarch.c 1 year ago
Noah Misch 315264d701 Fix elog(FATAL) before PostmasterMain() or just after fork(). 1 year ago
David Rowley 4922ede979 Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes 1 year ago
Tom Lane 8a95ad3b20 Simplify executor's determination of whether to use parallelism. 1 year ago
Tom Lane 1a34cf0f48 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. 1 year ago
Tom Lane d9d5e1b48e Make getObjectDescription robust against dangling amproc type links. 1 year ago
Tom Lane 5882a4ba09 Fix is_digit labeling of to_timestamp's FFn format codes. 1 year ago
Tom Lane d24eb0e91f Avoid low-probability crash on out-of-memory. 1 year ago
Thomas Munro 7d0b91a284 RelationTruncate() must set DELAY_CHKPT_START. 1 year ago
Tom Lane 52c7a44e95 Fix broken list-munging in ecpg's remove_variables(). 1 year ago