Commit Graph

56709 Commits (bc6041b61f6678d32a5cfb70744653cd8f8d01c0)
 

Author SHA1 Message Date
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
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