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
REL_18_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
Age
Commit message (
Expand
)
Author
2022-08-26
Fix typo in comment.
Etsuro Fujita
2022-08-26
Add optimized functions for linear search within byte arrays
John Naylor
2022-08-25
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-25
libpq code should use libpq_gettext(), not _()
Peter Eisentraut
2022-08-25
Small refactor to get rid of -Wshadow=compatible-local warning
David Rowley
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-25
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-25
Move NON_EXEC_STATIC from c.h to postgres.h
Peter Eisentraut
2022-08-25
Update another comment still referring to pg_start/stop_backup()
Peter Eisentraut
2022-08-25
Fix typo in MVCC test comment
Daniel Gustafsson
2022-08-25
Remove unused symbol __aarch64
John Naylor
2022-08-25
pg_dump: Fix new ICU tests
Peter Eisentraut
2022-08-25
aix: Fix SHLIB_EXPORTS reference in VPATH builds
Andres Freund
2022-08-25
Remove SUBSYS.o rule in common.mk, hasn't been used in a long time
Andres Freund
2022-08-25
Remove rule to generate postgres.o, not needed for 20+ years
Andres Freund
2022-08-25
solaris: Use versioning scripts instead of -Bsymbolic
Andres Freund
2022-08-24
Include RelFileLocator fields individually in BufferTag.
Robert Haas
2022-08-24
pg_dump: Dump colliculocale
Peter Eisentraut
2022-08-24
Defend against stack overrun in a few more places.
Tom Lane
2022-08-24
Fix ICU locale option handling in CREATE DATABASE
Peter Eisentraut
2022-08-24
Remove initialization of MyClientConnectionInfo at backend startup
Michael Paquier
2022-08-24
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Change shared library installation naming on macOS
Peter Eisentraut
2022-08-24
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-24
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-23
Message style adjustment
Peter Eisentraut
2022-08-23
Remove our artificial PG_SOMAXCONN limit on listen queue length.
Tom Lane
2022-08-23
Doc: prefer sysctl to /proc/sys in docs and comments.
Tom Lane
2022-08-23
Remove offsetof definition
Peter Eisentraut
2022-08-23
Don't bother to set sockaddr_un.sun_len.
Thomas Munro
2022-08-23
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-23
Don't define FRONTEND for libpq
Andres Freund
2022-08-23
Don't define FRONTEND for ecpg libraries
Andres Freund
2022-08-23
Don't define FRONTEND for initdb
Andres Freund
2022-08-23
Remove redundant call to pgstat_report_wal()
Andres Freund
2022-08-23
Add BackendType for standalone backends
Andres Freund
2022-08-23
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-23
Switch format specifier for replication origins to %d
John Naylor
2022-08-23
Remove empty statement
John Naylor
2022-08-22
Make role grant system more consistent with other privileges.
Robert Haas
2022-08-22
Fix assertion failure in CREATE DATABASE
Peter Eisentraut
2022-08-22
pg_upgrade: Fix thinko in database info acquisition routine
Peter Eisentraut
2022-08-22
Remove configure probes for sockaddr_storage members.
Thomas Munro
2022-08-22
Use logical operator && instead of & in vacuumparallel.c.
Amit Kapila
2022-08-22
Fix comment in walsender_private.h
Michael Paquier
2022-08-20
Remove dummyret definition
Peter Eisentraut
2022-08-20
regress: allow to specify directory containing expected files, for ecpg
Andres Freund
2022-08-20
Remove remaining mentions of UNSAFE_STAT_OK
Peter Eisentraut
2022-08-20
Reduce warnings with -Wshadow=compatible-local builds
David Rowley
2022-08-19
Remove shadowed local variables that are new in v15
David Rowley
[next]