Commit Graph

60128 Commits (38da053463bef32adf563ddee5277d16d2b6c5af)
 

Author SHA1 Message Date
Tom Lane 38da053463 Try to avoid semaphore-related test failures on NetBSD/OpenBSD. 9 months ago
Peter Geoghegan da9517fb3a Reset btpo_cycleid in nbtree VACUUM's REDO routine. 9 months ago
Tom Lane c431986de1 postgres_fdw: re-issue cancel requests a few times if necessary. 9 months ago
Heikki Linnakangas 1585ff7387 Don't allow GetTransactionSnapshot() in logical decoding 9 months ago
Heikki Linnakangas 952365cded Remove unnecessary GetTransactionSnapshot() calls 9 months ago
David Rowley 7ec4b9ff80 Fix incorrect source filename references 9 months ago
Michael Paquier 7f97b4734f Fix some comments related to library unloading 9 months ago
Heikki Linnakangas 578a7fe7b6 Update TransactionXmin when MyProc->xmin is updated 9 months ago
David Rowley db448ce5ad Optimize alignment calculations in tuple form/deform 9 months ago
Heikki Linnakangas 1f81b48a9d Mark CatalogSnapshotData static 9 months ago
Heikki Linnakangas d5a7bd5670 Fix variable reference in comment 9 months ago
Melanie Plageman 94bb6c4410 Fix overflow danger in SampleHeapTupleVisible(), take 2 9 months ago
Thomas Munro 38c579b089 Fix corruption when relation truncation fails. 9 months ago
David Rowley 02a8d0c452 Remove pg_attribute.attcacheoff column 9 months ago
Michael Paquier 546371599e Relax regression test for fsync check of backend-level stats 9 months ago
David Rowley 5983a4cffc Introduce CompactAttribute array in TupleDesc, take 2 9 months ago
Melanie Plageman 8ac0021b6f Remove final mention of FREEZE_PAGE from comments 9 months ago
Tom Lane e0a2721f7c Get rid of old version of BuildTupleHashTable(). 9 months ago
Tom Lane f0b900086a Use ExecGetCommonSlotOps infrastructure in more places. 9 months ago
Tom Lane 8d96f57d5c Improve planner's handling of SetOp plans. 9 months ago
Tom Lane 2762792952 Convert SetOp to read its inputs as outerPlan and innerPlan. 9 months ago
Melanie Plageman 2128cebcdb Remove extra prefetch iterator setup for Bitmap Table Scan 9 months ago
Melanie Plageman 754c610e13 Fix bitmap table scan crash on iterator release 9 months ago
Peter Geoghegan 31b0a8f040 Avoid nbtree index scan SAOP scanBehind confusion. 9 months ago
Peter Eisentraut 3e4bacb171 bootstrap: pure parser and reentrant scanner 9 months ago
Peter Eisentraut 399d0f1e11 Small whitespace improvement 9 months ago
Peter Eisentraut 382092a0cd Prevent redeclaration of typedef yyscan_t 9 months ago
Michael Paquier 9aea73fc61 Add backend-level statistics to pgstats 9 months ago
Michael Paquier ff7c40d7fd Extract logic filling pg_stat_get_io()'s tuplestore into its own routine 9 months ago
David Rowley 08cdb079d4 Optimize grouping equality checks with virtual slots 9 months ago
David Rowley 8f4ee96269 Fix Assert failure in WITH RECURSIVE UNION queries 9 months ago
Melanie Plageman b7493e1ab3 Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE records 9 months ago
Melanie Plageman 1a0da347a7 Bitmap Table Scans use unified TBMIterator 9 months ago
Melanie Plageman 7f9d4187e7 Add common interface for TBMIterators 9 months ago
Melanie Plageman 28328ec87b Fix overflow danger in SampleHeapTupleVisible() 9 months ago
Melanie Plageman 68d9662be1 Make rs_cindex and rs_ntuples unsigned 9 months ago
Peter Eisentraut 1f0de66ea2 seg: pure parser and reentrant scanner 9 months ago
Peter Eisentraut 802fe923e3 cube: pure parser and reentrant scanner 9 months ago
Michael Paquier 477728b5d6 psql: Add more information about service name 9 months ago
Michael Paquier 4b99fed754 libpq: Add service name to PGconn and PQservice() 9 months ago
Tom Lane 3f06324705 Fix memory leak in pg_restore with zstd-compressed data. 9 months ago
David Rowley d96d1d5152 Fix incorrect slot type in BuildTupleHashTableExt 9 months ago
Nathan Bossart 84f1b0b031 Accommodate very large dshash tables. 9 months ago
Tom Lane 7a80e381d1 Skip useless calculation of join RTE column names during EXPLAIN. 9 months ago
Melanie Plageman dc6acfd910 Count pages set all-visible and all-frozen in VM during vacuum 9 months ago
Melanie Plageman 4b565a198b Make visibilitymap_set() return previous state of vmbits 9 months ago
Melanie Plageman f020baa066 Rename LVRelState->frozen_pages 9 months ago
Tom Lane 21fb39cb07 Set max_safe_fds whenever we create shared memory and semaphores. 9 months ago
Tom Lane c91963da13 Set the stack_base_ptr in main(), not in random other places. 9 months ago
Tomas Vondra 957ba9ff14 Detect version mismatch in brin_page_items 9 months ago