summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
Commit message (Expand)AuthorAgeFilesLines
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-151-56/+14
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-5/+5
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Make DROP DATABASE command generate less WAL records.Fujii Masao2019-11-211-19/+48
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-131-1/+33
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Rearrange dropdb() to avoid errors after allowing other sessions to exit.Amit Kapila2019-11-111-13/+13
* Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c.Andres Freund2019-09-271-6/+7
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-291-1/+1
* Add CREATE DATABASE LOCALE optionPeter Eisentraut2019-07-231-0/+21
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-291-0/+19
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-5/+5
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* Refactor the fsync queue for wider use.Thomas Munro2019-04-041-3/+4
* tableam: Add and use scan APIs.Andres Freund2019-03-111-9/+10
* Remove superfluous tqual.h includes.Andres Freund2019-01-211-1/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-24/+24
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-19/+21
* Rename TransactionChain functionsPeter Eisentraut2018-03-161-1/+1
* Message style fixPeter Eisentraut2018-02-181-2/+2
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-191-8/+8
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-3/+3
* Phase 3 of pgindent updates.Tom Lane2017-06-211-13/+13
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-3/+4
* Cleanup slots during drop databaseSimon Riggs2017-03-281-9/+23
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-251-1/+0
* Fix typos in comments.Heikki Linnakangas2017-02-061-3/+3
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-011-1/+1
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-311-16/+5
* Logical replicationPeter Eisentraut2017-01-201-0/+17
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Be pickier about converting between Name and Datum.Tom Lane2016-09-131-4/+4
* Add location field to DefElemPeter Eisentraut2016-09-061-21/+40
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-4/+4
* Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas2015-03-091-0/+1
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-4/+10
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-231-3/+24
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-231-24/+3
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-27/+19
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+1
* Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.Tom Lane2014-11-041-0/+17
* Flush unlogged table's buffers when copying or moving databases.Andres Freund2014-10-201-11/+15