index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
dbcommands.c
Commit message (
Expand
)
Author
Age
*
Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOG
Michael Paquier
2023-02-22
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Adjust interaction of CREATEROLE with role properties.
Robert Haas
2023-01-24
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-11-04
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Improve ICU option handling in CREATE DATABASE
Peter Eisentraut
2022-09-21
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Don't allow creation of database with ICU locale with unsupported encoding
Peter Eisentraut
2022-09-16
*
Fix ICU locale option handling in CREATE DATABASE
Peter Eisentraut
2022-08-24
*
Fix assertion failure in CREATE DATABASE
Peter Eisentraut
2022-08-22
*
Avoid using a fake relcache entry to own an SmgrRelation.
Robert Haas
2022-08-12
*
Fix formatting and comment typos
John Naylor
2022-08-04
*
Clean up some residual confusion between OIDs and RelFileNumbers.
Robert Haas
2022-07-28
*
Fix replay of create database records on standby
Alvaro Herrera
2022-07-28
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix old-fd issues using global barriers everywhere.
Thomas Munro
2022-05-07
*
Always pfree strings returned by GetDatabasePath
Alvaro Herrera
2022-04-25
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
*
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
*
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-20
*
Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.
Andres Freund
2022-03-18
*
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
*
Database-level collation version tracking
Peter Eisentraut
2022-02-14
*
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-12
*
Some cleanup for change of collate and ctype fields to type text
Peter Eisentraut
2022-02-02
*
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-27
*
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-24
*
Remove 'datlastsysoid'.
Robert Haas
2022-01-20
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Rearrange dropdb() to avoid errors after allowing other sessions to exit.
Amit Kapila
2019-11-11
*
Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c.
Andres Freund
2019-09-27
[next]