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
/
utils
/
init
/
postinit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete defense against strxfrm() bugs.
Thomas Munro
2023-04-20
1
-2
/
+0
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
1
-3
/
+5
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
1
-5
/
+3
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
1
-3
/
+5
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
1
-6
/
+3
*
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
1
-0
/
+4
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
1
-3
/
+7
*
Integrate superuser check into has_rolreplication()
Peter Eisentraut
2023-03-16
1
-1
/
+1
*
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
1
-1
/
+10
*
Add new GUC reserved_connections.
Robert Haas
2023-01-20
1
-8
/
+23
*
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-20
1
-2
/
+2
*
Update docs and error message for superuser_reserved_connections.
Robert Haas
2023-01-20
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
1
-1
/
+1
*
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
1
-0
/
+4
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
1
-1
/
+49
*
Message style fixes
Alvaro Herrera
2022-09-07
1
-3
/
+4
*
Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs
Michael Paquier
2022-08-05
1
-1
/
+2
*
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-25
1
-10
/
+39
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
1
-18
/
+0
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
1
-3
/
+3
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-7
/
+9
*
Fix misleading comments about background worker registration.
Robert Haas
2022-05-06
1
-3
/
+2
*
Always pfree strings returned by GetDatabasePath
Alvaro Herrera
2022-04-25
1
-0
/
+1
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
1
-1
/
+1
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
1
-46
/
+9
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
1
-0
/
+12
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
1
-18
/
+0
*
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
1
-1
/
+20
*
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-25
1
-0
/
+17
*
Fix possible null pointer reference
Peter Eisentraut
2022-02-21
1
-2
/
+1
*
Fix meaning-changing typo introduced in fa0e03c15a9f.
Andres Freund
2022-02-20
1
-1
/
+1
*
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-14
1
-0
/
+7
*
Database-level collation version tracking
Peter Eisentraut
2022-02-14
1
-0
/
+34
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
1
-6
/
+44
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
1
-0
/
+1
*
Fix comments about bgworker registration before MaxBackends initialization
Michael Paquier
2022-01-29
1
-3
/
+2
*
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-27
1
-2
/
+9
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Remove InitXLOGAccess().
Robert Haas
2021-12-13
1
-16
/
+5
*
Initialize backend status reporting during bootstrap.
Andres Freund
2021-11-19
1
-2
/
+1
*
Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().
Robert Haas
2021-11-16
1
-0
/
+6
*
Fix typo.
Andres Freund
2021-08-13
1
-1
/
+1
*
Move temporary file cleanup to before_shmem_exit().
Andres Freund
2021-08-07
1
-2
/
+13
*
Schedule ShutdownXLOG() in single user mode using before_shmem_exit().
Andres Freund
2021-08-06
1
-1
/
+5
*
pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.
Andres Freund
2021-08-06
1
-9
/
+14
*
process startup: Always call Init[Auxiliary]Process() before BaseInit().
Andres Freund
2021-08-05
1
-34
/
+3
*
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-04-03
1
-0
/
+4
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
1
-0
/
+10
*
Remove support for SSL compression
Michael Paquier
2021-03-09
1
-3
/
+2
[next]