Commit Graph

56789 Commits (59f47fb98dab6f4a59bdfdb8825a7560ca8f1cba)
 

Author SHA1 Message Date
David Rowley 3fd19a9b23 Minor adjustments to WindowAgg startup cost code 2 years ago
David Rowley 3900a02c97 Account for startup rows when costing WindowAggs 2 years ago
Etsuro Fujita 74a2dfee22 Doc: update documentation for creating custom scan paths. 2 years ago
Etsuro Fujita 20f90a0e4d Update comments on CustomPath struct. 2 years ago
Amit Kapila 02c1b64fb1 Refactor to split Apply and Tablesync Workers code. 2 years ago
Masahiko Sawada 0125c4e21d Fix ReorderBufferCheckMemoryLimit() comment. 2 years ago
David Rowley 3845577cb5 Fix performance regression in pg_strtointNN_safe functions 2 years ago
Andres Freund 36ab831f9a Fix pg_stat_io buffer reuse test instability 2 years ago
Robert Haas 6050b6a92d Add and use symbolic constants for tar header offsets and file types. 2 years ago
David Rowley deae1657ee Fix overly strict Assert in jsonpath code 2 years ago
Noah Misch d3a38318ac Rename OverrideSearchPath to SearchPathMatcher. 2 years ago
Noah Misch 7c5c4e1c03 Remove PushOverrideSearchPath() and PopOverrideSearchPath(). 2 years ago
Michael Paquier c9af054653 Support custom wait events for wait event type "Extension" 2 years ago
John Naylor 39055cb4cc Bring some MSVC asserts in line with other platforms 2 years ago
Michael Paquier 7395a90db8 Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.c 2 years ago
Michael Paquier f1e9f6bbfa Avoid memory leak in rmtree() when path cannot be opened 2 years ago
Michael Paquier bf227926d2 Fix pg_rewind with in-place tablespaces when source is remote 2 years ago
Michael Paquier b68e356a68 worker_spi: Fix race condition in newly-added TAP tests 2 years ago
Nathan Bossart 6d982e3b3b Harmonize password reuse in vacuumdb, clusterdb, and reindexdb. 2 years ago
Amit Langote e055b6be7e doc: add missing <returnvalue> and whitespace 2 years ago
Etsuro Fujita 6f80a8d9c1 Disallow replacing joins with scans in problematic cases. 2 years ago
Tom Lane 38df84c65e Eliminate fixed token-length limit in hba.c. 2 years ago
Michael Paquier 320c311fda worker_spi: Switch to TAP tests 2 years ago
David Rowley b635ac03e8 Fix performance problem with new COPY DEFAULT code 2 years ago
Michael Paquier f6a84546b1 Add sanity asserts for index OID and attnums during cache init 2 years ago
Michael Paquier 31de7e60da Show savepoint names as constants in pg_stat_statements 2 years ago
Nathan Bossart 19c590f6a7 Adjust extra lines generated by psql to be valid SQL comments. 2 years ago
Amit Langote 03734a7fed Add more SQL/JSON constructor functions 2 years ago
Amit Langote 254ac5a7c3 Rename a nonterminal used in SQL/JSON grammar 2 years ago
Amit Langote b22391a2ff Some refactoring to export json(b) conversion functions 2 years ago
Masahiko Sawada bd88404d3c Fix crash with RemoveFromWaitQueue() when detecting a deadlock. 2 years ago
Michael Paquier d9eb92c7b1 worker_spi: Use term "dynamic" for bgworkers launched with worker_spi_launch() 2 years ago
Michael Paquier 66d86d4201 Document more assumptions of LWLock variable changes with WAL inserts 2 years ago
Amit Kapila 62e9af4c63 Fix code indentation vioaltion introduced in commit d38ad8e31d. 2 years ago
Masahiko Sawada d0ce9d0bc7 Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables. 2 years ago
Michael Paquier 71e4cc6b8e Optimize WAL insertion lock acquisition and release with some atomics 2 years ago
Amit Kapila d38ad8e31d Fix the display of UNKNOWN message type in apply worker. 2 years ago
Andres Freund f3bc519288 Fix off-by-one in LimitAdditionalPins() 2 years ago
Alvaro Herrera d6677b93c7
Make test_decoding ddl.out shorter 2 years ago
Alvaro Herrera 6061adedf5
Compare only major versions in AdjustUpgrade.pm 2 years ago
Michael Paquier e35cc3b3f2 pgbench: Use COPY for client-side data generation 2 years ago
Michael Paquier 29836df323 pgbench: Add TAP tests to check consistency of data generated 2 years ago
Tom Lane bda97e47af Avoid compiler warning in non-assert builds. 2 years ago
Jeff Davis 702d003269 ICU: remove negative test that fails to fail. 2 years ago
Tom Lane 3c90dcd039 Fix calculation of relid sets for partitionwise child joins. 2 years ago
Amit Langote 7c7412cae3 Code review for commit b6e1157e7d 2 years ago
Michael Paquier 97ff8dd02c Fix worker_spi when launching workers without shared_preload_libraries 2 years ago
Tom Lane 9089287aa0 Guard against null plan pointer in CachedPlanIsSimplyValid(). 2 years ago
Daniel Gustafsson 29a0ccbce9 Revert "Add notBefore and notAfter to SSL cert info display" 2 years ago
Daniel Gustafsson 75ec5e7bec Add notBefore and notAfter to SSL cert info display 2 years ago