Commit Graph

59396 Commits (ca0830e5a27a1a7e58bc62b4b7950c1bf96d882c)
 

Author SHA1 Message Date
Michael Paquier e6767c0ed1 Fix header check for continuation records where standbys could be stuck 8 months ago
Michael Paquier d1bf86a622 Revert recent changes related to handling of 2PC files at recovery 8 months ago
Tom Lane 0671a71e02 Fix setrefs.c's failure to do expression processing on prune steps. 8 months ago
Michael Paquier 149ed87e22 Move routines to manipulate WAL into PostgreSQL::Test::Cluster 8 months ago
Tom Lane a0dfeae0dc Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 8 months ago
Fujii Masao ba2dbedd53 ecpg: Restore detection of unsupported COPY FROM STDIN. 8 months ago
Heikki Linnakangas 96e61b2792 Fix catcache invalidation of a list entry that's being built 8 months ago
Michael Paquier e027ee9902 Fix potential integer overflow in bringetbitmap() 8 months ago
Daniel Gustafsson dc24c9ad52 Fix HBA option count 8 months ago
Dean Rasheed d037cc2af1 Fix JsonExpr deparsing to quote variable names in the PASSING clause. 8 months ago
Dean Rasheed 61b12135f5 Fix XMLTABLE() deparsing to quote namespace names if necessary. 8 months ago
Tom Lane e98df02df3 Repair memory leaks in plpython. 8 months ago
Daniel Gustafsson 8ed9bf0a32 Fix missing ldapscheme option in pg_hba_file_rules() 8 months ago
David Rowley 5db9367e51 Fix UNION planner datatype issue 8 months ago
Nathan Bossart c559f61b54 Fix an ALTER GROUP ... DROP USER error message. 8 months ago
Álvaro Herrera ffd9b81346
Fix SLRU bank selection code 8 months ago
Thomas Munro faee3185aa Fix off_t overflow in pg_basebackup on Windows. 8 months ago
Thomas Munro af109e3399 Provide 64-bit ftruncate() and lseek() on Windows. 8 months ago
Thomas Munro 45aef9f6bb Fix C error reported by Oracle compiler. 8 months ago
Thomas Munro 66aaabe7a1 Restore smgrtruncate() prototype in back-branches. 8 months ago
Nathan Bossart e43537cdc3 Use PqMsg_* macros in postgres.c. 8 months ago
Álvaro Herrera d7905aa1da
Fix error message wording 8 months ago
Heikki Linnakangas e998901b88 Remove duplicate definitions in proc.h 9 months ago
Andrew Dunstan 591128f9c9 Document strange jsonb sort order for empty top level arrays 9 months ago
Richard Guo 297b280abd Ignore nullingrels when looking up statistics 9 months ago
Bruce Momjian 759620716a Update copyright for 2025 9 months ago
Michael Paquier 836435424b Fix memory leak in pgoutput with relation attribute map 9 months ago
Michael Paquier c3de0f9eed Fix failures with incorrect epoch handling for 2PC files at recovery 9 months ago
Michael Paquier 03c46e1f26 Fix handling of orphaned 2PC files in the future at recovery 9 months ago
Tom Lane 15b4c46c32 Exclude parallel workers from connection privilege/limit checks. 9 months ago
Tom Lane 14141bbbc1 Reserve a PGPROC slot and semaphore for the slotsync worker process. 9 months ago
Tom Lane a46311ed72 Try to avoid semaphore-related test failures on NetBSD/OpenBSD. 9 months ago
Noah Misch fa61313770 In REASSIGN OWNED of a database, lock the tuple as mandated. 9 months ago
Heikki Linnakangas d8b0c64116 meson: Export all libcommon functions in Windows builds 9 months ago
Heikki Linnakangas c80acbc6fa meson: Export all libcommon functions in Windows builds 9 months ago
Tom Lane 89962bfef6 postgres_fdw: re-issue cancel requests a few times if necessary. 9 months ago
Michael Paquier bbe68c13ab Fix memory leak in pgoutput with publication list cache 9 months ago
Heikki Linnakangas 7cfdb4d1e7 Update TransactionXmin when MyProc->xmin is updated 9 months ago
Thomas Munro 0350b876b0 Fix corruption when relation truncation fails. 9 months ago
Peter Geoghegan 9e85b20da7 Avoid nbtree index scan SAOP scanBehind confusion. 9 months ago
David Rowley 7b8d45d278 Fix Assert failure in WITH RECURSIVE UNION queries 9 months ago
Tom Lane 04b8601981 Fix memory leak in pg_restore with zstd-compressed data. 9 months ago
Nathan Bossart 18452b70ac Accommodate very large dshash tables. 9 months ago
Tomas Vondra 3668c1d506 Detect version mismatch in brin_page_items 9 months ago
Tomas Vondra 42eae257cf Update comments about index parallel builds 9 months ago
Amit Kapila 88baa27914 Doc: Fix the wrong link on pg_createsubscriber page. 9 months ago
Michael Paquier 94e7e77a95 pg_combinebackup: Fix PITR comparison test in 002_compare_backups 9 months ago
Tomas Vondra f5dec4e861 doc: Mention BRIN indexes support parallel builds 9 months ago
Heikki Linnakangas d1253c67fa Make 009_twophase.pl test pass with recovery_min_apply_delay set 9 months ago
Tom Lane ff9dc96f37 pgbench: fix misprocessing of some nested \if constructs. 9 months ago