summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-02-21Fix whitespacePeter Eisentraut
2017-02-21Fix connection leak in DROP SUBSCRIPTION command.Fujii Masao
2017-02-21Make more use of castNode()Peter Eisentraut
2017-02-19Make partitions automatically inherit OIDs.Robert Haas
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-02-14Don't disallow dropping NOT NULL for a list partition key.Robert Haas
2017-02-12Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch
2017-02-10Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-03Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command.Fujii Masao
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