Commit Graph

53508 Commits (9f6ad2f43c2fd94cfca99bb178d4eb03754cdd9d)
 

Author SHA1 Message Date
Tom Lane 9f6ad2f43c Doc: clarify behavior of timestamptz input some more. 11 months ago
Daniel Gustafsson ceeae76704 doc: Update links which returned 404 11 months ago
Alexander Korotkov f2205448b1 pg_controldata: Fix possible errors on corrupted pg_control 11 months ago
Nathan Bossart eeaf6891be vacuumdb: Add missing PQfinish() calls to vacuum_one_database(). 11 months ago
Michael Paquier d7260f92ad Mention jsonlog in description of logging_collector in GUC table 11 months ago
Michael Paquier 71832a189b Fix comment of StrategySyncStart() 11 months ago
Tom Lane 6a33bb35c0 Avoid integer overflow while testing wal_skip_threshold condition. 11 months ago
Tom Lane c05268e6ec Handle default NULL insertion a little better. 11 months ago
Tom Lane 54f9afea7a Avoid breaking SJIS encoding while de-backslashing Windows paths. 11 months ago
Noah Misch 25e99483c4 At update of non-LP_NORMAL TID, fail instead of corrupting page header. 12 months ago
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. 1 year ago
Tom Lane bcb4db0d37 Repair memory leaks in plpython. 1 year 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