Commit Graph

56598 Commits (2bdd7b262f7af28dec11684bd8998f7dc2acc793)
 

Author SHA1 Message Date
Peter Eisentraut 2bdd7b262f Translation updates 2 years ago
David Rowley 990c3650c5 Don't Memoize lateral joins with volatile join conditions 2 years ago
Dean Rasheed c2e08b04c9 Fix RLS policy usage in MERGE. 2 years ago
Peter Eisentraut eeb4eeea2c Remove configure check for z_streamp 2 years ago
Peter Eisentraut 67c0ef9752 Improve const use in zlib-using code 2 years ago
David Rowley fdd79d8992 Fix misleading comment in paraminfo_get_equal_hashops 2 years ago
David Rowley 6c00d2c9d4 Tidy up join_search_one_level code 2 years ago
Amit Kapila 81ccbe520f Simplify some of the logical replication worker-type checks. 2 years ago
David Rowley 7516056c58 Attempt to stabilize new window agg regression test 2 years ago
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