summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut
2019-11-21Make DROP DATABASE command generate less WAL records.Fujii Masao
2019-11-21Allow ALTER VIEW command to rename the column in the view.Fujii Masao
2019-11-14Split handling of reloptions for partitioned tablesMichael Paquier
2019-11-13Fix silly initializations (cosmetic only).Tom Lane
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-12Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-11Rearrange dropdb() to avoid errors after allowing other sessions to exit.Amit Kapila
2019-11-07Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-05Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane
2019-11-02Fix failure when creating cloned indexes for a partitionMichael Paquier
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-25Handle interrupts within a transaction context in REINDEX CONCURRENTLYMichael Paquier
2019-10-23Acquire properly session-level lock on new index in REINDEX CONCURRENTLYMichael Paquier
2019-10-19Remove last traces of heap_open/close in the treeMichael Paquier
2019-10-18Fix typoAlvaro Herrera
2019-10-16Fix bug that could try to freeze running multixacts.Thomas Munro
2019-10-16Fix crash when reporting CREATE INDEX progressAlvaro Herrera
2019-10-13Fix dependency handling of column drop with partitioned tablesMichael Paquier
2019-10-10Fix table rewrites that include a column without a default.Andres Freund
2019-10-04Fix crash caused by EPQ happening with a before update trigger present.Andres Freund
2019-10-04Remove AtSubStart_Notify.Robert Haas
2019-09-27Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c.Andres Freund
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-09-22Make some efficiency improvements in LISTEN/NOTIFY.Tom Lane
2019-09-20Fix progress report of REINDEX INDEXAlvaro Herrera
2019-09-13Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-09-10Reduce overhead of scanning the backend[] array in LISTEN/NOTIFY.Tom Lane
2019-09-09Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-09-03Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-18Disallow changing an inherited column's type if not all parents changed.Tom Lane
2019-08-15Use a hash table to de-duplicate NOTIFY events faster.Tom Lane
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
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