Commit Graph

56622 Commits (9e9931d2bf40e2fea447d779c2e133c2c1256ef3)
 

Author SHA1 Message Date
Etsuro Fujita 9e9931d2bf Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. 2 years ago
Thomas Munro 5ffb7c7750 De-pessimize ConditionVariableCancelSleep(). 2 years ago
Andres Freund 82a4edabd2 hio: Take number of prior relation extensions into account 2 years ago
Bruce Momjian 94f9c08742 pgtest: fix spacing 2 years ago
Bruce Momjian 50d1a6444e pgtest: update shell script to use more modern syntax 2 years ago
Michael Paquier af720b4c50 Change custom wait events to use dynamic shared hash tables 2 years ago
Amit Kapila 2a8b40e368 Simplify determining logical replication worker types. 2 years ago
Andres Freund 3d8d217450 ci: macos: Remove use of -Dsegsize_blocks=6 2 years ago
Andres Freund 17ebbdf7de ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY 2 years ago
Noah Misch c36b636096 Fix off-by-one in XLogRecordMaxSize check. 2 years ago
Michael Paquier 638d42a3c5 Show GIDs of two-phase commit commands as constants in pg_stat_statements 2 years ago
Michael Paquier 5dc456b7dd Fix code indentation violations introduced by recent commit 2 years ago
Jeff Davis 5765cfe18c Transform proconfig for faster execution. 2 years ago
Jeff Davis bee263b087 Remove test from commit fa2e874946. 2 years ago
Peter Eisentraut 5e0c761d0a Fix erroneous -Werror=missing-braces on old GCC 2 years ago
John Naylor f25b18500a Update Solution.pm for new LoongArch CRC symbol 2 years ago
Alvaro Herrera b57cfb439b
Document RelationGetIndexAttrBitmap better 2 years ago
John Naylor 4d14ccd6af Use native CRC instructions on 64-bit LoongArch 2 years ago
Jeff Davis fa2e874946 Recalculate search_path after ALTER ROLE. 2 years ago
Alvaro Herrera c27f8621ee
struct PQcommMethods: use C99 designated initializers 2 years ago
Peter Eisentraut 4a8fef0d73 Fix last remaining uninitialized memory warnings 2 years ago
Michael Paquier a72d613b4c Fix pg_dumpall with in-place tablespaces 2 years ago
Michael Paquier f05b1fa1ff doc: Fix incorrect entries generated from wait_event_names.txt 2 years ago
Noah Misch cd5f2a3570 Reject substituting extension schemas or owners matching ["$'\]. 2 years ago
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