summaryrefslogtreecommitdiff
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-30doc: Fix typoPeter Eisentraut
2019-03-30Generated columnsPeter Eisentraut
2019-03-30Small code simplification for REINDEX CONCURRENTLYPeter Eisentraut
2019-03-29doc: Small documentation review for REINDEX CONCURRENTLYPeter Eisentraut
2019-03-29doc: Fix typoPeter 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-29Reorganize Notes section in documentation of pg_checksumsMichael Paquier
2019-03-29doc: Refine README.links furtherPeter Eisentraut
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-28doc: Fix typoPeter Eisentraut
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-27Fix vpath buildPeter Eisentraut
2019-03-27doc: Add some imagesPeter Eisentraut
2019-03-27doc: Move htmlhelp output to subdirectoryPeter Eisentraut
2019-03-27Use Pandoc also for plain-text documentation outputPeter Eisentraut
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 typoMagnus Hagander