summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2017-02-01Fix CatalogTupleInsert/Update abstraction for case of shared indstate.Tom Lane
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-30Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-25Update copyright years in some recently added filesPeter Eisentraut
2017-01-25Close replication connection when slot creation errorsPeter Eisentraut
2017-01-24Reindent table partitioning code.Robert Haas
2017-01-24Fix interaction of partitioned tables with BulkInsertState.Robert Haas
2017-01-23Fix default minimum value for descending sequencesPeter Eisentraut
2017-01-23Don't error when no system locales were foundPeter Eisentraut
2017-01-23Prefetch blocks during lazy vacuum's truncation scanAlvaro Herrera
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-20Record dependencies on owners for logical replication objectsAlvaro Herrera
2017-01-20Logical replicationPeter Eisentraut
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-19Fix race condition in reading commit timestampsAlvaro Herrera
2017-01-19Fix RETURNING to work correctly with partition tuple routing.Robert Haas
2017-01-19Fix failure to enforce partitioning contraint for internal partitions.Robert Haas
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-18Avoid conflicts with collation aliases generated by stripping.Tom Lane
2017-01-18Add function to import operating system collationsPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-13Fix a bug in how we generate partition constraints.Robert Haas
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-07Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2017-01-04Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane
2017-01-04Remove unnecessary arguments from partitioning functions.Robert Haas
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Move partition_tuple_slot out of EState.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-29Fix typo in commentPeter Eisentraut
2016-12-29Make more use of RoleSpec structPeter Eisentraut
2016-12-27Fix typo commentsMagnus Hagander
2016-12-23Replace enum InhOption with simple boolean.Tom Lane
2016-12-23Remove unnecessary casts of makeNode() resultPeter Eisentraut
2016-12-23Remove sql_inheritance GUC.Robert Haas
2016-12-22Fix tuple routing in cases where tuple descriptors don't match.Robert Haas
2016-12-22Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost
2016-12-22Code review for ATExecAttachPartition.Robert Haas
2016-12-21Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed
2016-12-21Convert elog() to ereport() and do some wordsmithing.Robert Haas
2016-12-21Refactor partition tuple routing code to reduce duplication.Robert Haas
2016-12-21Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut
2016-12-20Add pg_sequence system catalogPeter Eisentraut