summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-30Speed up planning when partitions can be pruned at plan time.Tom Lane
2019-03-30Fix compiler warnings in multivariate MCV codeTomas Vondra
2019-03-30Additional fixes of memory alignment in pg_mcv_list codeTomas Vondra
2019-03-30Avoid crash in partitionwise join planning under GEQO.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-30Small code simplification for REINDEX CONCURRENTLYPeter Eisentraut
2019-03-29Tweak some nbtree-related code comments.Peter Geoghegan
2019-03-29Fix memory alignment in pg_mcv_list serializationTomas Vondra
2019-03-29Show table access methods as such in psql's \dA.Andres Freund
2019-03-29tableam: Comment fixes.Andres Freund
2019-03-29Allow existing VACUUM options to take a Boolean argument.Robert Haas
2019-03-29Warn more strongly about the dangers of exclusive backup mode.Robert Haas
2019-03-29Fix incorrect code in new REINDEX CONCURRENTLY codePeter Eisentraut
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-28tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund
2019-03-29Fix typo.Thomas Munro
2019-03-28Fix a few comment copy & pastos.Andres Freund
2019-03-28Fix deserialization of pg_mcv_list valuesTomas Vondra
2019-03-28Use FullTransactionId for the transaction stack.Thomas Munro
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-03-27tableam: Support for an index build's initial table scan(s).Andres Freund
2019-03-27Minor improvements for the multivariate MCV listsTomas Vondra
2019-03-27Add support for multivariate MCV listsTomas Vondra
2019-03-27Avoid passing query tlist around separately from root->processed_tlist.Tom Lane
2019-03-27pgbench: doExecuteCommand -> executeMetaCommandAlvaro Herrera
2019-03-27Suppress uninitialized-variable warning.Tom Lane
2019-03-27Improve error handling of column references in expression transformationMichael Paquier
2019-03-27Fix off-by-one error in txid_status().Thomas Munro
2019-03-27Switch some palloc/memset calls to palloc0Michael Paquier
2019-03-27Switch function current_schema[s]() to be parallel-unsafeMichael Paquier
2019-03-27Track unowned relations in doubly-linked listTomas Vondra
2019-03-26Compute XID horizon for page level index vacuum on primary.Andres Freund
2019-03-26Fix partitioned index creation bug with dropped columnsAlvaro Herrera
2019-03-26Build "other rels" of appendrel baserels in a separate step.Tom Lane
2019-03-26Add ORDER BY to more ICU regression test cases.Tom Lane
2019-03-26Fix oversight in data-type change for autovacuum_vacuum_cost_delay.Tom Lane
2019-03-26psql: Schema-qualify typecast in one \d queryAlvaro Herrera
2019-03-26Get rid of duplicate child RTE for a partitioned table.Tom Lane
2019-03-26Improve psql's \d display of foreign key constraintsAlvaro Herrera
2019-03-26Fix misplaced constPeter Eisentraut
2019-03-25Remove heap_hot_search().Andres Freund
2019-03-26Fix crash when using partition bound expressionsMichael Paquier
2019-03-25tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.Andres Freund
2019-03-25tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund
2019-03-26Add MacPorts support to src/test/ldap tests.Thomas Munro
2019-03-25Improve planner's selectivity estimates for inequalities on CTID.Tom Lane
2019-03-25Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane
2019-03-25Add "split after new tuple" nbtree optimization.Peter Geoghegan
2019-03-25Further code review for new integerset code.Tom Lane
2019-03-25Refactor code to print pgbench progress reports.Heikki Linnakangas