summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-10Fix "ANALYZE t, t" inside a transaction block.Tom Lane
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-30Don't build extended statistics on inheritance treesTomas Vondra
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-29Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier
2019-07-23Check that partitions are not in use when dropping constraintsAlvaro Herrera
2019-07-23Add CREATE DATABASE LOCALE optionPeter Eisentraut
2019-07-22Install dependencies to prevent dropping partition key columns.Tom Lane
2019-07-22Make identity sequence management more robustPeter Eisentraut
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-20Use column collation for extended statisticsTomas Vondra
2019-07-17Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane
2019-07-16Fix thinko in construction of old_conpfeqop list.Tom Lane
2019-07-16Remove dead code.Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-12Warn if wal_level is too low when creating a publication.Thomas Munro
2019-07-10Reduce memory consumption for multi-statement query strings.Tom Lane
2019-07-10Fix missing calls to table_finish_bulk_insert during COPY, take 2David Rowley
2019-07-09Propagate trigger arguments to partitionsAlvaro Herrera
2019-07-05Remove dead encoding-conversion functions.Tom Lane
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-07-01Revert fix missing call to table_finish_bulk_insert during COPYDavid Rowley
2019-07-01Remove surplus call to table_finish_bulk_insertDavid Rowley
2019-07-01Fix missing call to table_finish_bulk_insert during COPYDavid Rowley
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-06-28Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera
2019-06-27Update reference to sampling algorithm in analyze.cTomas Vondra
2019-06-27Fix use-after-free introduced in 55ed3defc966Alvaro Herrera
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera
2019-06-24Purely-cosmetic adjustments in tablecmds.c.Tom Lane
2019-06-24Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane
2019-06-20Rework some error strings for REINDEX CONCURRENTLY with system catalogsMichael Paquier
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-06-14Fix typos and inconsistencies in code commentsMichael Paquier
2019-06-12Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane
2019-06-11Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-06-07Fix default_tablespace usage for partitioned tablesAlvaro Herrera
2019-06-05Fix confusing NOTICE text in REINDEX CONCURRENTLYDavid Rowley
2019-06-05Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley
2019-06-05Rework code using list_delete_cell() in MergeAttributesMichael Paquier
2019-06-04Add command column to pg_stat_progress_create_indexPeter Eisentraut
2019-06-03Fix unsafe memory management in CloneRowTriggersToPartition().Tom Lane
2019-05-28Fix typo in messageAlvaro Herrera
2019-05-26Fix typos.Amit Kapila
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund