Commit Graph

57320 Commits (94c02bd3345d7837bc1f240c14db2222c85aa18c)
 

Author SHA1 Message Date
Tom Lane 94c02bd334 Fix setrefs.c's failure to do expression processing on prune steps. 8 months ago
Michael Paquier 9420f9bb61 Move routines to manipulate WAL into PostgreSQL::Test::Cluster 8 months ago
Tom Lane b935691b8b Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 8 months ago
Fujii Masao 5c7c34db25 ecpg: Restore detection of unsupported COPY FROM STDIN. 8 months ago
Heikki Linnakangas 91fc447c21 Fix catcache invalidation of a list entry that's being built 8 months ago
Michael Paquier bfda7d8dd6 Fix potential integer overflow in bringetbitmap() 8 months ago
Daniel Gustafsson 116036d811 Fix HBA option count 8 months ago
Dean Rasheed 77763f3bef Fix XMLTABLE() deparsing to quote namespace names if necessary. 8 months ago
Tom Lane 33a4e656dc Repair memory leaks in plpython. 8 months ago
Daniel Gustafsson c35bbdfbc0 Fix missing ldapscheme option in pg_hba_file_rules() 8 months ago
Nathan Bossart 0b5927dfac Fix an ALTER GROUP ... DROP USER error message. 8 months ago
Thomas Munro be7489662e Fix off_t overflow in pg_basebackup on Windows. 8 months ago
Thomas Munro 0bff6f1da8 Provide 64-bit ftruncate() and lseek() on Windows. 8 months ago
Thomas Munro 9defaaa1da Fix C error reported by Oracle compiler. 8 months ago
Thomas Munro c957d7444f Restore smgrtruncate() prototype in back-branches. 8 months ago
Andrew Dunstan 653729ce0e Document strange jsonb sort order for empty top level arrays 8 months ago
Richard Guo a1a9120c79 Ignore nullingrels when looking up statistics 9 months ago
Bruce Momjian c4f8291cf0 Update copyright for 2025 9 months ago
Michael Paquier e3a27fd06d Fix memory leak in pgoutput with relation attribute map 9 months ago
Michael Paquier 359f31c638 Fix handling of orphaned 2PC files in the future at recovery 9 months ago
Tom Lane 41a252c2ca Exclude parallel workers from connection privilege/limit checks. 9 months ago
Noah Misch 5d94aa4dc3 In REASSIGN OWNED of a database, lock the tuple as mandated. 9 months ago
Heikki Linnakangas 643efb18bf meson: Export all libcommon functions in Windows builds 9 months ago
Heikki Linnakangas 4e0d71ff22 meson: Export all libcommon functions in Windows builds 9 months ago
Michael Paquier 4d45e7490c Fix memory leak in pgoutput with publication list cache 9 months ago
Heikki Linnakangas 9d8ab2c461 Update TransactionXmin when MyProc->xmin is updated 9 months ago
Thomas Munro ba02d24bac Fix corruption when relation truncation fails. 9 months ago
David Rowley 093fc156b0 Fix Assert failure in WITH RECURSIVE UNION queries 9 months ago
Tom Lane 8cfff087b5 Fix memory leak in pg_restore with zstd-compressed data. 9 months ago
Nathan Bossart 2a74023221 Accommodate very large dshash tables. 9 months ago
Heikki Linnakangas 3231cb57d8 Make 009_twophase.pl test pass with recovery_min_apply_delay set 9 months ago
Tom Lane 076b091230 pgbench: fix misprocessing of some nested \if constructs. 9 months ago
Tom Lane 31daa10fac contrib/earthdistance: Use SQL-standard function bodies. 9 months ago
Tom Lane 782cc1aa3d Fix possible crash in pg_dump with identity sequences. 9 months ago
Michael Paquier 058b208a5d Improve reporting of pg_upgrade log files on test failure 9 months ago
Noah Misch ac4a2b4039 Fix elog(FATAL) before PostmasterMain() or just after fork(). 9 months ago
Michael Paquier f0672b6787 Fix comments of GUC hooks for timezone_abbreviations 9 months ago
Michael Paquier 8ac97ce42c Fix outdated comment of scram_build_secret() 9 months ago
David Rowley b0a04ce091 Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes 9 months ago
Daniel Gustafsson be9dac9afc Fix small memory leaks in GUC checks 9 months ago
Tom Lane bb649b553c Simplify executor's determination of whether to use parallelism. 9 months ago
Michael Paquier ec194b448c Improve comment about dropped entries in pgstat.c 9 months ago
Michael Paquier ae77bcc3aa Fix invalidation of local pgstats references for entry reinitialization 9 months ago
David Rowley c1d6506acc Fix possible crash during WindowAgg evaluation 9 months ago
Tom Lane be5db08ed3 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. 9 months ago
Tom Lane faad018350 Make getObjectDescription robust against dangling amproc type links. 9 months ago
Tom Lane 26c233b8b8 Fix is_digit labeling of to_timestamp's FFn format codes. 9 months ago
Peter Eisentraut ad485171c7 doc: remove LC_COLLATE and LC_CTYPE from SHOW command 9 months ago
Thomas Munro ad5aa7bfd0 RelationTruncate() must set DELAY_CHKPT_START. 10 months ago
Tom Lane cca34f68c6 Fix broken list-munging in ecpg's remove_variables(). 10 months ago