Commit Graph

46835 Commits (5f768045a1a25847a3eea59d309e28c8141aed44)
 

Author SHA1 Message Date
Peter Eisentraut c0a2ff474a doc: Refine README.links further 7 years ago
Robert Haas 41b54ba78e Allow existing VACUUM options to take a Boolean argument. 7 years ago
Robert Haas c900c15269 Warn more strongly about the dangers of exclusive backup mode. 7 years ago
Peter Eisentraut bb76134b08 Fix incorrect code in new REINDEX CONCURRENTLY code 7 years ago
Peter Eisentraut 5dc92b844e REINDEX CONCURRENTLY 7 years ago
Andres Freund d25f519107 tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. 7 years ago
Thomas Munro 7e69323bf7 Fix typo. 7 years ago
Andres Freund 46bcd2af18 Fix a few comment copy & pastos. 7 years ago
Tomas Vondra 62bf0fb35c Fix deserialization of pg_mcv_list values 7 years ago
Peter Eisentraut f3afbbdae9 doc: Fix typo 7 years ago
Thomas Munro ad308058cc Use FullTransactionId for the transaction stack. 7 years ago
Thomas Munro 2fc7af5e96 Add basic infrastructure for 64 bit transaction IDs. 7 years ago
Andres Freund 2a96909a4a tableam: Support for an index build's initial table scan(s). 7 years ago
Peter Eisentraut 12bb35fc9b Fix vpath build 7 years ago
Peter Eisentraut ea55aec0a9 doc: Add some images 7 years ago
Peter Eisentraut 477422c9d1 doc: Move htmlhelp output to subdirectory 7 years ago
Peter Eisentraut 2488ea7a90 Use Pandoc also for plain-text documentation output 7 years ago
Tomas Vondra a63b29a1de Minor improvements for the multivariate MCV lists 7 years ago
Tomas Vondra 7300a69950 Add support for multivariate MCV lists 7 years ago
Tom Lane 333ed246c6 Avoid passing query tlist around separately from root->processed_tlist. 7 years ago
Alvaro Herrera 9938d11633 pgbench: doExecuteCommand -> executeMetaCommand 7 years ago
Tom Lane a51cc7e9e6 Suppress uninitialized-variable warning. 7 years ago
Michael Paquier ecfed4a122 Improve error handling of column references in expression transformation 7 years ago
Thomas Munro d2fd7f74ee Fix off-by-one error in txid_status(). 7 years ago
Michael Paquier 1983af8e89 Switch some palloc/memset calls to palloc0 7 years ago
Michael Paquier 5bde1651bb Switch function current_schema[s]() to be parallel-unsafe 7 years ago
Tomas Vondra 6ca015f9f0 Track unowned relations in doubly-linked list 7 years ago
Andres Freund 558a9165e0 Compute XID horizon for page level index vacuum on primary. 7 years ago
Alvaro Herrera 126d631222 Fix partitioned index creation bug with dropped columns 7 years ago
Tom Lane 53bcf5e3db Build "other rels" of appendrel baserels in a separate step. 7 years ago
Tom Lane 8994cc6ffc Add ORDER BY to more ICU regression test cases. 7 years ago
Tom Lane 7c366ac969 Fix oversight in data-type change for autovacuum_vacuum_cost_delay. 7 years ago
Alvaro Herrera 1d21ba8a9b psql: Schema-qualify typecast in one \d query 7 years ago
Tom Lane e8d5dd6be7 Get rid of duplicate child RTE for a partitioned table. 7 years ago
Alvaro Herrera 1af25ca0c2 Improve psql's \d display of foreign key constraints 7 years ago
Magnus Hagander 05295e36ca Fix typo 7 years ago
Peter Eisentraut c8c885b7a5 Fix misplaced const 7 years ago
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