Commit Graph

46772 Commits (12bb35fc9b000d462b9bd6b8856e1884ef1bb3d7)
 

Author SHA1 Message Date
Peter Eisentraut 12bb35fc9b Fix vpath build 6 years ago
Peter Eisentraut ea55aec0a9 doc: Add some images 6 years ago
Peter Eisentraut 477422c9d1 doc: Move htmlhelp output to subdirectory 6 years ago
Peter Eisentraut 2488ea7a90 Use Pandoc also for plain-text documentation output 6 years ago
Tomas Vondra a63b29a1de Minor improvements for the multivariate MCV lists 6 years ago
Tomas Vondra 7300a69950 Add support for multivariate MCV lists 6 years ago
Tom Lane 333ed246c6 Avoid passing query tlist around separately from root->processed_tlist. 6 years ago
Alvaro Herrera 9938d11633 pgbench: doExecuteCommand -> executeMetaCommand 6 years ago
Tom Lane a51cc7e9e6 Suppress uninitialized-variable warning. 6 years ago
Michael Paquier ecfed4a122 Improve error handling of column references in expression transformation 6 years ago
Thomas Munro d2fd7f74ee Fix off-by-one error in txid_status(). 6 years ago
Michael Paquier 1983af8e89 Switch some palloc/memset calls to palloc0 6 years ago
Michael Paquier 5bde1651bb Switch function current_schema[s]() to be parallel-unsafe 6 years ago
Tomas Vondra 6ca015f9f0 Track unowned relations in doubly-linked list 6 years ago
Andres Freund 558a9165e0 Compute XID horizon for page level index vacuum on primary. 6 years ago
Alvaro Herrera 126d631222 Fix partitioned index creation bug with dropped columns 6 years ago
Tom Lane 53bcf5e3db Build "other rels" of appendrel baserels in a separate step. 6 years ago
Tom Lane 8994cc6ffc Add ORDER BY to more ICU regression test cases. 6 years ago
Tom Lane 7c366ac969 Fix oversight in data-type change for autovacuum_vacuum_cost_delay. 6 years ago
Alvaro Herrera 1d21ba8a9b psql: Schema-qualify typecast in one \d query 6 years ago
Tom Lane e8d5dd6be7 Get rid of duplicate child RTE for a partitioned table. 6 years ago
Alvaro Herrera 1af25ca0c2 Improve psql's \d display of foreign key constraints 6 years ago
Magnus Hagander 05295e36ca Fix typo 6 years ago
Peter Eisentraut c8c885b7a5 Fix misplaced const 6 years ago
Andres Freund 2ac1b2b175 Remove heap_hot_search(). 6 years ago
Michael Paquier cdde886d36 Fix crash when using partition bound expressions 6 years ago
Andres Freund 2e3da03e9e tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid. 6 years ago
Andres Freund 71bdc99d0d tableam: Add helper for indexes to check if a corresponding table tuples exist. 6 years ago
Thomas Munro aa1419e63f Add MacPorts support to src/test/ldap tests. 6 years ago
Tom Lane f7111f72d2 Improve planner's selectivity estimates for inequalities on CTID. 6 years ago
Tom Lane b3bd819632 Doc: clarify that REASSIGN OWNED doesn't handle default privileges. 6 years ago
Tom Lane 8edd0e7946 Suppress Append and MergeAppend plan nodes that have a single child. 6 years ago
Peter Geoghegan f21668f328 Add "split after new tuple" nbtree optimization. 6 years ago
Tom Lane f7ff0ae842 Further code review for new integerset code. 6 years ago
Heikki Linnakangas 9f75e37723 Refactor code to print pgbench progress reports. 6 years ago
Robert Haas 5857be907d Fix use of wrong datatype with sizeof(). 6 years ago
Alvaro Herrera 25ee70511e pgbench: Remove \cset 6 years ago
Robert Haas 6f97457e0d Add progress reporting for CLUSTER and VACUUM FULL. 6 years ago
Alexander Korotkov 1d88a75c42 Get rid of backtracking in jsonpath_scan.l 6 years ago
Alexander Korotkov 8b17298f0b Cosmetic changes for jsonpath_gram.y and jsonpath_scan.l 6 years ago
Heikki Linnakangas d303122eab Clean up the Simple-8b encoder code. 6 years ago
Peter Eisentraut 148cf5f462 Align timestamps in pg_regress output 6 years ago
Peter Eisentraut 481018f280 Add macro to cast away volatile without allowing changes to underlying type 6 years ago
Peter Eisentraut 572e3e6634 Initialize structure at declaration 6 years ago
Andres Freund 9a8ee1dc65 tableam: Add and use table_fetch_row_version(). 6 years ago
Peter Eisentraut c77e12208c Add ORDER BY to regression test case 6 years ago
Andres Freund 919e48b943 tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW. 6 years ago
Tom Lane 940311e4bb Un-hide most cascaded-drop details in regression test results. 6 years ago
Tom Lane af6550d344 Sort dependent objects before reporting them in DROP ROLE. 6 years ago
Peter Geoghegan 59ab3be9e4 Remove dead code from nbtsplitloc.c. 6 years ago