index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
dbcommands.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-32
/
+32
*
Fix old-fd issues using global barriers everywhere.
Thomas Munro
2022-05-07
1
-6
/
+3
*
Always pfree strings returned by GetDatabasePath
Alvaro Herrera
2022-04-25
1
-0
/
+13
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
1
-1
/
+1
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
1
-1
/
+1
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
1
-110
/
+659
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
1
-57
/
+0
*
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
1
-0
/
+57
*
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-20
1
-17
/
+1
*
Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.
Andres Freund
2022-03-18
1
-1
/
+1
*
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
1
-20
/
+137
*
Database-level collation version tracking
Peter Eisentraut
2022-02-14
1
-6
/
+188
*
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-12
1
-3
/
+16
*
Some cleanup for change of collate and ctype fields to type text
Peter Eisentraut
2022-02-02
1
-2
/
+2
*
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-27
1
-6
/
+15
*
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-24
1
-5
/
+52
*
Remove 'datlastsysoid'.
Robert Haas
2022-01-20
1
-13
/
+6
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-15
1
-56
/
+14
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-5
/
+5
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
1
-1
/
+1
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
1
-1
/
+1
*
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
1
-19
/
+48
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
1
-1
/
+33
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+1
*
Rearrange dropdb() to avoid errors after allowing other sessions to exit.
Amit Kapila
2019-11-11
1
-13
/
+13
*
Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c.
Andres Freund
2019-09-27
1
-6
/
+7
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
1
-1
/
+1
*
Add CREATE DATABASE LOCALE option
Peter Eisentraut
2019-07-23
1
-0
/
+21
*
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-06-29
1
-0
/
+19
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-5
/
+5
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-1
/
+1
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
1
-3
/
+4
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
1
-9
/
+10
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
1
-1
/
+0
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-24
/
+24
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-19
/
+21
*
Rename TransactionChain functions
Peter Eisentraut
2018-03-16
1
-1
/
+1
*
Message style fix
Peter Eisentraut
2018-02-18
1
-2
/
+2
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
1
-8
/
+8
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-3
/
+3
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-13
/
+13
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-3
/
+4
*
Cleanup slots during drop database
Simon Riggs
2017-03-28
1
-9
/
+23
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
1
-1
/
+0
[next]