Commit Graph

48949 Commits (1aac32df89eb19949050f6f27c268122833ad036)
 

Author SHA1 Message Date
Alexander Korotkov 1aac32df89 Revert 0f5ca02f53 6 years ago
David Rowley 02a2e8b442 Modify additional power 2 calculations to use new helper functions 6 years ago
Michael Paquier c0187869a0 Fix crash when using COLLATE in partition bound expressions 6 years ago
David Rowley d025cf88ba Modify various power 2 calculations to use new helper functions 6 years ago
Jeff Davis 50a38f6517 Create memory context for HashAgg with a reasonable maxBlockSize. 6 years ago
David Rowley f0705bb628 Add functions to calculate the next power of 2 6 years ago
Tom Lane 7a5d74b7dd Put back mistakenly removed #include. 6 years ago
Alvaro Herrera 9e9abed746
Remove testing for precise LSN/reserved bytes in new TAP test 6 years ago
Thomas Munro 3985b600f5 Support PrefetchBuffer() in recovery. 6 years ago
Tom Lane 981643dcdb Allow partitionwise join to handle nested FULL JOIN USING cases. 6 years ago
Etsuro Fujita c8434d64ce Allow partitionwise joins in more cases. 6 years ago
Tom Lane 41a194f491 Fix circle_in to accept "(x,y),r" as it's advertised to do. 6 years ago
Andres Freund 75848bc744 snapshot scalability: Move delayChkpt from PGXACT to PGPROC. 6 years ago
Tomas Vondra 2b88fdde30 Track SLRU page hits in SimpleLruReadPage_ReadOnly 6 years ago
Andres Freund 91c40548d5 Fix XLogReader FD leak that makes backends unusable after 2PC usage. 6 years ago
Alvaro Herrera 7e2ffb3885
Appease perlcritic 6 years ago
Peter Geoghegan 60cbd7751c Remove nbtree BTreeTupleSetAltHeapTID() function. 6 years ago
Alvaro Herrera c655077639
Allow users to limit storage reserved by replication slots 6 years ago
Tom Lane b63c293bcb Allow psql's \g and \gx commands to transiently change \pset options. 6 years ago
Alexander Korotkov 0f5ca02f53 Implement waiting for given lsn at transaction start 6 years ago
Alvaro Herrera 357889eb17
Support FETCH FIRST WITH TIES 6 years ago
Tom Lane 26a944cf29 Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering. 6 years ago
Tomas Vondra 9c74ceb20b Remove debugging elog from pgstat_recv_resetslrucounter 6 years ago
Tomas Vondra d22782a539 Minor improvements in Incremental Sort explain 6 years ago
Fujii Masao 4bd0ad9e44 Prevent archive recovery from scanning non-existent WAL files. 6 years ago
Tomas Vondra ba3e76cc57 Consider Incremental Sort paths at additional places 6 years ago
Tom Lane c7654f6a37 Fix representation of SORT_TYPE_STILL_IN_PROGRESS. 6 years ago
Thomas Munro 4c04be9b05 Introduce xid8-based functions to replace txid_XXX. 6 years ago
Thomas Munro aeec457de8 Add SQL type xid8 to expose FullTransactionId to users. 6 years ago
Tomas Vondra 4bea576b03 Use INT64_FORMAT when formatting int64 values in explain 6 years ago
Tomas Vondra 23ba3b5ee2 Fix failures in incremental_sort due to number of workers 6 years ago
Peter Geoghegan ce2cee0ade Fix nbtree kill_prior_tuple posting list assert. 6 years ago
Tomas Vondra 7d6d82a524 Fix show_incremental_sort_info with force_parallel_mode 6 years ago
Tomas Vondra d2d8a229bc Implement Incremental Sort 6 years ago
Tom Lane 3c8553547b Re-stabilize infinite_recurse() test case. 6 years ago
Peter Eisentraut f1ac27bfda Add logical replication support to replicate into partitioned tables 6 years ago
Amit Kapila b7ce6de93b Allow autovacuum to log WAL usage statistics. 6 years ago
Michael Paquier 8ef9451f58 Refactor cluster.c to use new routine get_index_isclustered() 6 years ago
Amit Kapila 33e05f89c5 Add the option to report WAL usage in EXPLAIN and auto_explain. 6 years ago
Michael Paquier a40caf5f86 Preserve clustered index after rewrites with ALTER TABLE 6 years ago
Andres Freund fc3f4453a2 Recompute stack base in forked postmaster children. 6 years ago
Andres Freund f946069e68 Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative(). 6 years ago
Andres Freund 549a3e23c3 Fix recently introduced typo. 6 years ago
Peter Eisentraut a9d9bdd3ad Save errno across LWLockRelease() calls 6 years ago
Tom Lane 18d85e9b8a Further improve stability fix for partition_aggregate test. 6 years ago
Amit Kapila 6b466bf5f2 Allow pg_stat_statements to track WAL usage statistics. 6 years ago
Noah Misch 70de4e950c Add perl2host call missing from a new test file. 6 years ago
Tom Lane 07871d40c7 Remove bogus Assert, add some regression test cases showing why. 6 years ago
Noah Misch c6b92041d3 Skip WAL for new relfilenodes, under wal_level=minimal. 6 years ago
Peter Eisentraut 552fcebff0 Revert "Improve handling of parameter differences in physical replication" 6 years ago