aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Make DROP DATABASE command generate less WAL records.Fujii Masao2019-11-21
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Rearrange dropdb() to avoid errors after allowing other sessions to exit.Amit Kapila2019-11-11
* Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c.Andres Freund2019-09-27
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Add CREATE DATABASE LOCALE optionPeter Eisentraut2019-07-23
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-29
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Rename TransactionChain functionsPeter Eisentraut2018-03-16
* Message style fixPeter Eisentraut2018-02-18
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Cleanup slots during drop databaseSimon Riggs2017-03-28
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Be pickier about converting between Name and Datum.Tom Lane2016-09-13
* Add location field to DefElemPeter Eisentraut2016-09-06
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas2015-03-09
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.Tom Lane2014-11-04
* Flush unlogged table's buffers when copying or moving databases.Andres Freund2014-10-20
* Message improvementsPeter Eisentraut2014-10-12
* Assorted message fixes and improvementsPeter Eisentraut2014-09-05
* Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane2014-07-01