Commit Graph

46748 Commits (2ac1b2b175ea5456516e59fe2b53a1e0578a5dbd)
 

Author SHA1 Message Date
Andres Freund 2ac1b2b175 Remove heap_hot_search(). 7 years ago
Michael Paquier cdde886d36 Fix crash when using partition bound expressions 7 years ago
Andres Freund 2e3da03e9e tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid. 7 years ago
Andres Freund 71bdc99d0d tableam: Add helper for indexes to check if a corresponding table tuples exist. 7 years ago
Thomas Munro aa1419e63f Add MacPorts support to src/test/ldap tests. 7 years ago
Tom Lane f7111f72d2 Improve planner's selectivity estimates for inequalities on CTID. 7 years ago
Tom Lane b3bd819632 Doc: clarify that REASSIGN OWNED doesn't handle default privileges. 7 years ago
Tom Lane 8edd0e7946 Suppress Append and MergeAppend plan nodes that have a single child. 7 years ago
Peter Geoghegan f21668f328 Add "split after new tuple" nbtree optimization. 7 years ago
Tom Lane f7ff0ae842 Further code review for new integerset code. 7 years ago
Heikki Linnakangas 9f75e37723 Refactor code to print pgbench progress reports. 7 years ago
Robert Haas 5857be907d Fix use of wrong datatype with sizeof(). 7 years ago
Alvaro Herrera 25ee70511e pgbench: Remove \cset 7 years ago
Robert Haas 6f97457e0d Add progress reporting for CLUSTER and VACUUM FULL. 7 years ago
Alexander Korotkov 1d88a75c42 Get rid of backtracking in jsonpath_scan.l 7 years ago
Alexander Korotkov 8b17298f0b Cosmetic changes for jsonpath_gram.y and jsonpath_scan.l 7 years ago
Heikki Linnakangas d303122eab Clean up the Simple-8b encoder code. 7 years ago
Peter Eisentraut 148cf5f462 Align timestamps in pg_regress output 7 years ago
Peter Eisentraut 481018f280 Add macro to cast away volatile without allowing changes to underlying type 7 years ago
Peter Eisentraut 572e3e6634 Initialize structure at declaration 7 years ago
Andres Freund 9a8ee1dc65 tableam: Add and use table_fetch_row_version(). 7 years ago
Peter Eisentraut c77e12208c Add ORDER BY to regression test case 7 years ago
Andres Freund 919e48b943 tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW. 7 years ago
Tom Lane 940311e4bb Un-hide most cascaded-drop details in regression test results. 7 years ago
Tom Lane af6550d344 Sort dependent objects before reporting them in DROP ROLE. 7 years ago
Peter Geoghegan 59ab3be9e4 Remove dead code from nbtsplitloc.c. 7 years ago
Tom Lane bd9396a0b2 Avoid double-free in vacuumlo error path. 7 years ago
Michael Paquier 276d2e6c2d Make current_logfiles use permissions assigned to files in data directory 7 years ago
Peter Eisentraut 280a408b48 Transaction chaining 7 years ago
Andres Freund b2db277057 Remove spurious return. 7 years ago
Andres Freund 5db6df0c01 tableam: Add tuple_{insert, delete, update, lock} and use. 7 years ago
Tom Lane f778e537a0 Remove inadequate check for duplicate "xml" PI. 7 years ago
Tom Lane 4870dce37f Ensure xmloption = content while restoring pg_dump output. 7 years ago
Tom Lane 8d1dadb25b Accept XML documents when xmloption = content, as required by SQL:2006+. 7 years ago
Peter Geoghegan 05f110cc0b Suppress DETAIL output from an event_trigger test. 7 years ago
Peter Geoghegan 29b64d1de7 Add nbtree high key "continuescan" optimization. 7 years ago
Michael Paquier 4ba96d1b82 Improve format of code and some error messages in pg_checksums 7 years ago
Tom Lane fb50d3f03f Add unreachable "break" to satisfy -Wimplicit-fallthrough. 7 years ago
Andres Freund cdcffe2263 Expand EPQ tests for UPDATEs and DELETEs 7 years ago
Michael Paquier e0090c8690 Add option -N/--no-sync to pg_checksums 7 years ago
Peter Eisentraut 7b084b3831 Revert "Add gitignore entries for jsonpath_gram.h" 7 years ago
Michael Paquier ed308d7837 Add options to enable and disable checksums in pg_checksums 7 years ago
Peter Eisentraut 87914e708a Make subscription collation test work independent of locale 7 years ago
Peter Eisentraut 4e274a043f Add gitignore entries for jsonpath_gram.h 7 years ago
Tom Lane 734308a220 Rearrange make_partitionedrel_pruneinfo to avoid work when we can't prune. 7 years ago
Peter Geoghegan 09963cedce Go back to suppressing foreign_data DETAIL test output. 7 years ago
Tom Lane c8151e6423 Don't copy PartitionBoundInfo in set_relation_partition_info. 7 years ago
Heikki Linnakangas b5fd4972a3 Fix yet more portability bugs in integerset and its tests. 7 years ago
Peter Eisentraut 638db07814 Fix ICU tests for older ICU versions 7 years ago
Heikki Linnakangas c477c68c8f More portability fixes for integerset tests. 7 years ago