Commit Graph

55263 Commits (cdeed4de7729f455908e571a69dfd60bd6b52a82)
 

Author SHA1 Message Date
Tom Lane cdeed4de77 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 12 months ago
Álvaro Herrera 1bc092519b
Fix detach of a partition that has a toplevel FK to a partitioned table 12 months ago
Tom Lane 48bc95d0d0 Update time zone data files to tzdata release 2025a. 12 months ago
Tom Lane 8856267284 Avoid using timezone Asia/Manila in regression tests. 12 months ago
Michael Paquier 26554faccc Fix header check for continuation records where standbys could be stuck 12 months ago
Thomas Munro 9b136b0f2e Fix readlink() for non-PostgreSQL junction points on Windows. 12 months ago
Thomas Munro e708f31881 Fix stat() for recursive junction points on Windows. 12 months ago
Michael Paquier 42c900d31e Revert recent changes related to handling of 2PC files at recovery 12 months ago
Tom Lane 724ebebb11 Fix setrefs.c's failure to do expression processing on prune steps. 12 months ago
Michael Paquier e5d113057d Move routines to manipulate WAL into PostgreSQL::Test::Cluster 12 months ago
Tom Lane a3b709cf73 Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 12 months ago
Fujii Masao 71ef47cf0f ecpg: Restore detection of unsupported COPY FROM STDIN. 12 months ago
Heikki Linnakangas ce7c406f0f Fix catcache invalidation of a list entry that's being built 12 months ago
Michael Paquier 9e9f30139e Fix potential integer overflow in bringetbitmap() 12 months ago
Daniel Gustafsson 9ad7a32b2a Fix HBA option count 12 months ago
Dean Rasheed 7c0379516f Fix XMLTABLE() deparsing to quote namespace names if necessary. 12 months ago
Tom Lane 71bb9c4b2a Repair memory leaks in plpython. 1 year ago
Daniel Gustafsson 830215a4c8 Fix missing ldapscheme option in pg_hba_file_rules() 1 year ago
Thomas Munro 6b6901a26f Fix off_t overflow in pg_basebackup on Windows. 1 year ago
Thomas Munro 70a7a37610 Provide 64-bit ftruncate() and lseek() on Windows. 1 year ago
Thomas Munro 190054e61f Fix C error reported by Oracle compiler. 1 year ago
Thomas Munro 3181befdca Restore smgrtruncate() prototype in back-branches. 1 year ago
Andrew Dunstan bd606ed8ec Document strange jsonb sort order for empty top level arrays 1 year ago
Bruce Momjian 24a1948ad2 Update copyright for 2025 1 year ago
Michael Paquier da8bd5d424 Fix memory leak in pgoutput with relation attribute map 1 year ago
Michael Paquier d9ade6f2d4 Fix handling of orphaned 2PC files in the future at recovery 1 year ago
Tom Lane 3d1ecc92a0 Exclude parallel workers from connection privilege/limit checks. 1 year ago
Noah Misch 83bb523756 In REASSIGN OWNED of a database, lock the tuple as mandated. 1 year ago
Michael Paquier 6c9b397540 Fix memory leak in pgoutput with publication list cache 1 year ago
Heikki Linnakangas acd5c28db5 Update TransactionXmin when MyProc->xmin is updated 1 year ago
Thomas Munro fb540b6aa5 Fix corruption when relation truncation fails. 1 year ago
Michael Paquier c1c9df3159 Replace durable_rename_excl() by durable_rename(), take two 1 year ago
David Rowley ef178d38bb Fix Assert failure in WITH RECURSIVE UNION queries 1 year ago
Nathan Bossart 9f7b7d5168 Accommodate very large dshash tables. 1 year ago
Heikki Linnakangas 2af2457fa6 Make 009_twophase.pl test pass with recovery_min_apply_delay set 1 year ago
Tom Lane ff88db9103 pgbench: fix misprocessing of some nested \if constructs. 1 year ago
Tom Lane 6978129b4e Fix possible crash in pg_dump with identity sequences. 1 year ago
Michael Paquier 8a8f26dda2 Improve reporting of pg_upgrade log files on test failure 1 year ago
Noah Misch 839da50bd4 Fix elog(FATAL) before PostmasterMain() or just after fork(). 1 year ago
David Rowley 5e9e2a4ac7 Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes 1 year ago
Tom Lane 4089b9bd6f Simplify executor's determination of whether to use parallelism. 1 year ago
Michael Paquier a0ab20f165 Improve comment about dropped entries in pgstat.c 1 year ago
Michael Paquier 1df1e1e787 Fix invalidation of local pgstats references for entry reinitialization 1 year ago
David Rowley d54378e984 Fix possible crash during WindowAgg evaluation 1 year ago
Tom Lane 0e4fa06ba5 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. 1 year ago
Tom Lane d401914679 Make getObjectDescription robust against dangling amproc type links. 1 year ago
Tom Lane d2f59497a3 Fix is_digit labeling of to_timestamp's FFn format codes. 1 year ago
Tom Lane 4398507dfa Avoid low-probability crash on out-of-memory. 1 year ago
Thomas Munro a501fe5a97 RelationTruncate() must set DELAY_CHKPT_START. 1 year ago
Tom Lane 60b47525c1 Fix broken list-munging in ecpg's remove_variables(). 1 year ago