aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
Commit message (Expand)AuthorAge
...
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix old-fd issues using global barriers everywhere.Thomas Munro2022-05-07
* Always pfree strings returned by GetDatabasePathAlvaro Herrera2022-04-25
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Fix replay of create database records on standbyAlvaro Herrera2022-03-25
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-20
* Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.Andres Freund2022-03-18
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* Database-level collation version trackingPeter Eisentraut2022-02-14
* Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro2022-02-12
* Some cleanup for change of collate and ctype fields to type textPeter Eisentraut2022-02-02
* Change collate and ctype fields to type textPeter Eisentraut2022-01-27
* pg_upgrade: Preserve database OIDs.Robert Haas2022-01-24
* Remove 'datlastsysoid'.Robert Haas2022-01-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-15
* Update copyright for 2021Bruce Momjian2021-01-02
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* 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