summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2019-01-18Fix creation of duplicate foreign keys on partitionsAlvaro Herrera
2019-01-18Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2019-01-15Move vacuumlazy.c into access/heap.Andres Freund
2019-01-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-14Fix unique INCLUDE indexes on partitioned tablesAlvaro Herrera
2019-01-11Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...Andrew Dunstan
2019-01-10Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan
2019-01-04Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera
2019-01-03Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-31Remove some useless codeAlvaro Herrera
2018-12-27Remove obsolete IndexIs* macrosPeter Eisentraut
2018-12-27Ignore inherited temp relations from other sessions when truncatingMichael Paquier
2018-12-23Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier
2018-12-20Fix lock level used for partition when detaching itAlvaro Herrera
2018-12-20DETACH PARTITION: hold locks on indexes until end of transactionAlvaro Herrera
2018-12-20Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark
2018-12-19Make type "name" collation-aware.Tom Lane
2018-12-19Remove function names from error messagesAlvaro Herrera
2018-12-17Fix tablespace handling for partitioned tablesAlvaro Herrera
2018-12-17Remove extra semicolons.Amit Kapila
2018-12-17Fix use-after-free bug when renaming constraintsMichael Paquier
2018-12-17Make constraint rename issue relcache invalidation on target relationMichael Paquier
2018-12-16Improve detection of child-process SIGPIPE failures.Tom Lane
2018-12-14Make pg_statistic and related code account more honestly for collations.Tom Lane
2018-12-13Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane
2018-12-07Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane
2018-12-07Clean up sloppy coding in publicationcmds.c's OpenTableList().Tom Lane
2018-12-06Fix some errhint and errdetail strings missing a periodMichael Paquier
2018-12-05Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-11-23Don't allow partitioned indexes in pg_global tablespaceAlvaro Herrera
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-19Add needed #include.Tom Lane
2018-11-19Handle EPIPE more sanely when we close a pipe reading from a program.Tom Lane
2018-11-19Disallow COPY FREEZE on partitioned tablesAlvaro Herrera
2018-11-17Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-16Redesign initialization of partition routing structuresAlvaro Herrera
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-15Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund
2018-11-14Lower lock level for renaming indexesPeter Eisentraut
2018-11-12Remove CommandCounterIncrement() after processing ON COMMIT DELETEMichael Paquier
2018-11-12Simplify null-element handling in extension_config_remove().Tom Lane
2018-11-10Apply RI trigger skipping tests also for DELETEPeter Eisentraut
2018-11-10Fix missing role dependencies for some schema and type ACLs.Tom Lane
2018-11-09Fix dependency handling of partitions and inheritance for ON COMMITMichael Paquier
2018-11-08Revise attribute handling code on partition creationAlvaro Herrera
2018-11-05Block creation of partitions with open references to its parentMichael Paquier