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
/
utils
/
init
Age
Commit message (
Expand
)
Author
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-01
Adjust obsolete comment explaining set_stack_base().
Thomas Munro
2023-11-06
Set GUC "is_superuser" in all processes that set AuthenticatedUserId.
Noah Misch
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-12
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-11
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-09-04
Fix handling of shared statistics with dropped databases
Michael Paquier
2023-07-13
Fix privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-13
Move privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-06-29
Error message wording improvements
Peter Eisentraut
2023-06-07
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-05-21
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-05-20
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-20
Remove obsolete defense against strxfrm() bugs.
Thomas Munro
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-07
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-05
Fix wrong word in comment.
Robert Haas
2023-04-04
Perform logical replication actions as the table owner.
Robert Haas
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-17
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
Improve several permission-related error messages.
Peter Eisentraut
2023-03-16
Integrate superuser check into has_rolreplication()
Peter Eisentraut
2023-03-08
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-03
Don't leak descriptors into subprograms.
Thomas Munro
2023-02-03
Retire PG_SETMASK() macro.
Thomas Munro
2023-01-20
Add new GUC reserved_connections.
Robert Haas
2023-01-20
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-20
Update docs and error message for superuser_reserved_connections.
Robert Haas
2023-01-12
Use WaitEventSet API for postmaster's event loop.
Thomas Munro
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-29
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-07
Message style fixes
Alvaro Herrera
2022-08-24
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-22
Add BackendType for standalone backends
Andres Freund
2022-08-05
Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs
Michael Paquier
2022-08-05
Remove dead pread and pwrite replacement code.
Thomas Munro
[prev]
[next]