summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
AgeCommit message (Expand)Author
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-18Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.Andres Freund
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-12Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro
2022-02-02Some cleanup for change of collate and ctype fields to type textPeter Eisentraut
2022-01-27Change collate and ctype fields to type textPeter Eisentraut
2022-01-24pg_upgrade: Preserve database OIDs.Robert Haas
2022-01-20Remove 'datlastsysoid'.Robert Haas
2022-01-07Update copyright for 2022Bruce Momjian
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
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