summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-21Make DROP DATABASE command generate less WAL records.Fujii Masao
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
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-09-27Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c.Andres Freund
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-23Add CREATE DATABASE LOCALE optionPeter Eisentraut
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-03-16Rename TransactionChain functionsPeter Eisentraut
2018-02-18Message style fixPeter Eisentraut
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-28Cleanup slots during drop databaseSimon Riggs
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-20Logical replicationPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-13Be pickier about converting between Name and Datum.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-23pgindent run for 9.5Bruce Momjian
2015-03-09Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-04Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.Tom Lane
2014-10-20Flush unlogged table's buffers when copying or moving databases.Andres Freund
2014-10-12Message improvementsPeter Eisentraut
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-07-01Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane