Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
dbcommands.c
Age
Commit message (
Expand
)
Author
23 hours
Improve CREATE DATABASE error message for invalid libc locale.
Jeff Davis
2025-03-11
Assert that a snapshot is active or registered before it's used
Heikki Linnakangas
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-08-19
Explain dropdb can't use syscache because of TOAST
Tomas Vondra
2024-08-18
Fix DROP DATABASE for databases with many ACLs
Tomas Vondra
2024-08-18
Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.
Noah Misch
2024-08-15
Variable renaming in dbcommands.c
Peter Eisentraut
2024-07-08
Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.
Nathan Bossart
2024-05-01
Fix locale options checking in CREATE DATABASE.
Jeff Davis
2024-04-21
createdb: compare strategy case-insensitive
Tomas Vondra
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-03-14
Introduce "builtin" collation provider.
Jeff Davis
2024-03-09
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-02-08
Fix gcc >= 10 warning
Alexander Korotkov
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
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
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-20
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
[next]