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-02-18
Fix a comment in worker.c.
Amit Kapila
2022-02-17
Avoid dangling-pointer usage in pg_basebackup progress reports.
Tom Lane
2022-02-17
Add missing binary-upgrade guard.
Robert Haas
2022-02-17
Disable perl2host() processing in TAP tests
Andrew Dunstan
2022-02-17
plpython: Reject Python 2 during build configuration.
Andres Freund
2022-02-17
Increase hash_mem_multiplier default to 2.0.
Peter Geoghegan
2022-02-17
Avoid VACUUM reltuples distortion.
Peter Geoghegan
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-16
Fix bogus log message when starting from a cleanly shut down state.
Heikki Linnakangas
2022-02-16
Add missing TYPEALIGN macros
John Naylor
2022-02-16
Fix read beyond buffer bug introduced by the split xlog.c patch.
Heikki Linnakangas
2022-02-16
Reject trailing junk after numeric literals
Peter Eisentraut
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
Move code around in StartupXLOG().
Heikki Linnakangas
2022-02-16
Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.
Heikki Linnakangas
2022-02-16
Run pgindent on xlog.c.
Heikki Linnakangas
2022-02-16
Add TAP test to automate the equivalent of check_guc, take two
Michael Paquier
2022-02-15
Fix race condition in 028_pitr_timelines.pl test, add note to docs.
Heikki Linnakangas
2022-02-15
Update "don't truncate with failsafe" rationale.
Peter Geoghegan
2022-02-15
Ensure that length argument of memcmp() isn't seen as negative.
Tom Lane
2022-02-15
Ensure that the argument of shmdt(2) is declared "void *".
Tom Lane
2022-02-15
Reject change of output-column collation in CREATE OR REPLACE VIEW.
Tom Lane
2022-02-15
Ensure that STDERR is empty in connect_ok tests
Daniel Gustafsson
2022-02-15
Add more logging to new 028_pitr_timelines.pl test.
Heikki Linnakangas
2022-02-15
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-02-15
Add test case for trailing junk after numeric literals
Peter Eisentraut
2022-02-15
Remove pg_atoi()
Peter Eisentraut
2022-02-15
Remove command checks in tests of pg_basebackup and pg_receivewal
Michael Paquier
2022-02-15
Fix thinko with subdirectories generated by pg_upgrade for internal files
Michael Paquier
2022-02-15
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-14
Remove one use of pg_atoi()
Peter Eisentraut
2022-02-14
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-14
Suppress integer-overflow compiler warning for inconsistent sun_len.
Tom Lane
2022-02-14
Add test case for an archive recovery corner case.
Heikki Linnakangas
2022-02-14
Add missing node support functions
Peter Eisentraut
2022-02-14
Database-level collation version tracking
Peter Eisentraut
2022-02-14
Improve correlation names in sanity tests
Peter Eisentraut
2022-02-14
Use WL_SOCKET_CLOSED for client_connection_check_interval.
Thomas Munro
2022-02-14
Add WL_SOCKET_CLOSED for socket shutdown events.
Thomas Munro
2022-02-14
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-14
Track LLVM 15 changes.
Thomas Munro
2022-02-14
Correct Makefile dependencies for catalog scripts
John Naylor
2022-02-14
Add ./configure check for "lz4" command
Michael Paquier
2022-02-14
Fix memory leak in IndexScan node with reordering
Alexander Korotkov
2022-02-14
Make origin data initialization consistent other fields in 2PC header
Michael Paquier
2022-02-14
Fix misuse of "const" qualifier.
Tom Lane
2022-02-13
Remove REGRESS_OUTPUTDIR environment variable.
Thomas Munro
2022-02-13
Silence minor compiler warnings.
Tom Lane
2022-02-12
Move libpq's write_failed mechanism down to pqsecure_raw_write().
Tom Lane
2022-02-12
Fix thinko in PQisBusy().
Tom Lane
[next]