index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
dbcommands.c
Age
Commit message (
Expand
)
Author
2024-02-01
Sync PG_VERSION file in CREATE DATABASE.
Noah Misch
2024-02-01
Handle interleavings between CREATE DATABASE steps and base backup.
Noah Misch
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-06-16
CREATE DATABASE: make LOCALE apply to all collation providers.
Jeff Davis
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-04
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-09
Disallow specifying ICU rules unless locale provider is ICU
Peter Eisentraut
2023-03-08
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-02-22
Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOG
Michael Paquier
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-01-24
Adjust interaction of CREATEROLE with role properties.
Robert Haas
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-18
Add a SET option to the GRANT command.
Robert Haas
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-11-04
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-21
Improve ICU option handling in CREATE DATABASE
Peter Eisentraut
2022-09-19
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-16
Don't allow creation of database with ICU locale with unsupported encoding
Peter Eisentraut
2022-08-24
Fix ICU locale option handling in CREATE DATABASE
Peter Eisentraut
2022-08-22
Fix assertion failure in CREATE DATABASE
Peter Eisentraut
2022-08-12
Avoid using a fake relcache entry to own an SmgrRelation.
Robert Haas
2022-08-04
Fix formatting and comment typos
John Naylor
2022-07-28
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-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-07
Fix old-fd issues using global barriers everywhere.
Thomas Munro
2022-04-25
Always pfree strings returned by GetDatabasePath
Alvaro Herrera
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-03-29
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-25
Fix replay of create database records on standby
Alvaro Herrera
2022-03-20
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-18
Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.
Andres Freund
2022-03-17
Add option to use ICU as global locale provider
Peter Eisentraut
2022-02-14
Database-level collation version tracking
Peter Eisentraut
2022-02-12
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-02
Some cleanup for change of collate and ctype fields to type text
Peter Eisentraut
2022-01-27
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-24
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-20
Remove 'datlastsysoid'.
Robert Haas
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-07-15
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
[next]