Commit Graph

56851 Commits (e13205a5e4ad0fb75110a25f81654511303566f8)
 

Author SHA1 Message Date
Tom Lane 7e2561e1a2 Cope with catcache entries becoming stale during detoasting. 2 years ago
Jeff Davis 41820e640a Fix memory leak in connection string validation. 2 years ago
Jeff Davis 4c03ac7e2b Re-validate connection string in libpqrcv_connect(). 2 years ago
Alvaro Herrera 9c00e4c775
Added literal tag for RETURNING 2 years ago
Michael Paquier 506c77f9b2 pg_regress: Disable autoruns for cmd.exe on Windows 2 years ago
Michael Paquier 714bfb7813 pg_ctl: Disable autoruns for cmd.exe on Windows 2 years ago
Tom Lane 80bece312c Allow subquery pullup to wrap a PlaceHolderVar in another one. 2 years ago
Magnus Hagander af36f1993d Fix omission in partitioning limitation documentation 2 years ago
Tom Lane ba33775fd0 Restore initdb's old behavior of always setting the lc_xxx GUCs. 2 years ago
Tom Lane ee95532186 Handle WindowClause.runCondition in tree walker/mutator functions. 2 years ago
Bruce Momjian 65ee2ed0d0 doc: clarify who owns the initdb-created cluster, by default 2 years ago
Tatsuo Ishii a12774ba0e Doc: fix character_sets view. 2 years ago
Alexander Korotkov 20a566cd43 Fix indentation in ExecParallelHashIncreaseNumBatches() 2 years ago
Tom Lane cf6f802bf5 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Alexander Korotkov 714a987bc1 Fix oversized memory allocation in Parallel Hash Join 2 years ago
Michael Paquier 37c5516633 Fix corruption of local buffer state during extend of temp relation 2 years ago
David Rowley 6298673f4b Fix use of incorrect TupleTableSlot in DISTINCT aggregates 2 years ago
Bruce Momjian 79a2af3e72 Update copyright for 2024 2 years ago
Tom Lane fb464a1ae3 Avoid masking EOF (no-password-supplied) conditions in auth.c. 2 years ago
Tom Lane 65218693d0 Doc: Python's control flow construct is try/except not try/catch. 2 years ago
Tom Lane b2c9936a71 In pg_dump, don't dump a stats object unless dumping underlying table. 2 years ago
Michael Paquier a78b0b3dcf doc: Mention AttributeRelationId in FDW validator function description 2 years ago
Tom Lane d02cceb85c Doc: specify aclitem syntax more clearly. 2 years ago
Tom Lane e87252ceb8 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. 2 years ago
Tom Lane c72049dbc3 Fix mistaken file name in plpython's meson recipe. 2 years ago
Tom Lane b0115e7e20 Hide warnings from Python headers when using gcc-compatible compiler. 2 years ago
Amit Kapila 06bbe73541 Doc: Add missing pgoutput options. 2 years ago
Tom Lane 11652f919d Set readline-relevant ENV vars in interactive_psql(), not caller. 2 years ago
Tom Lane 0977bd64e2 Avoid trying to fetch metapage of an SPGist partitioned index. 2 years ago
Dean Rasheed 7f07384dc2 Fix BEFORE ROW trigger handling in cross-partition MERGE update. 2 years ago
Daniel Gustafsson 5b5db413d2 Fix unchecked return value from strdup 2 years ago
Daniel Gustafsson 94415b04ed doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example 2 years ago
Michael Paquier 7f68b14629 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier b4948ed666 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Tom Lane 8b9d392548 Doc: add a bit to indices.sgml about what is an indexable clause. 2 years ago
Tom Lane 152bfc0af8 Fix bugs in manipulation of large objects. 2 years ago
Michael Paquier db69101a1d Fix description of I/O timing info for shared buffers in EXPLAIN (BUFFERS) 2 years ago
Peter Eisentraut 8ae87728c5 Fix typo 2 years ago
Michael Paquier 0e2c05af90 Prevent tuples to be marked as dead in subtransactions on standbys 2 years ago
Daniel Gustafsson 810c9609f8 Fix typo in comment 2 years ago
Tom Lane ebbd499d4b Be more wary about OpenSSL not setting errno on error. 2 years ago
Amit Kapila 01cc92fa62 Fix an undetected deadlock due to apply worker. 2 years ago
Thomas Munro 8ca56620ca Fix potential pointer overflow in xlogreader.c. 2 years ago
Michael Paquier a09aa18eaa Fix path of regress shared library in pg_upgrade test 2 years ago
Michael Paquier 6248a2bb92 Fix compilation on Windows with WAL_DEBUG 2 years ago
Michael Paquier a499c08dca Apply filters to dump files all the time in 002_pg_upgrade.pl 2 years ago
Daniel Gustafsson 8da1fb13bd Fix incorrect error message for IDENTIFY_SYSTEM 2 years ago
Alvaro Herrera 878aa41f82
Fix handling of errors in libpq pipelines 2 years ago
Alvaro Herrera 419cac053b
Don't use pgbench -j in tests 2 years ago
Michael Paquier 1486555118 doc: Remove reference to trigger file regarding promotion 2 years ago