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-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
2022-02-12
Revert "Add TAP test to automate the equivalent of check_guc"
Michael Paquier
2022-02-12
Consolidate VACUUM xid cutoff logic.
Peter Geoghegan
2022-02-12
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-02-11
Simplify lazy_scan_heap's handling of scanned pages.
Peter Geoghegan
2022-02-11
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-11
Don't use_physical_tlist for an IOS with non-returnable columns.
Tom Lane
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-11
pg_basebackup: Allow client-side LZ4 (de)compression.
Robert Haas
2022-02-11
Add suport for server-side LZ4 base backup compression.
Robert Haas
2022-02-10
Make pg_ctl stop/restart/promote recheck postmaster aliveness.
Tom Lane
2022-02-10
Use gendef instead of pexports for building windows .def files
Andrew Dunstan
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-02-10
Remove server support for the previous base backup protocol.
Robert Haas
2022-02-10
Make timeout.c more robust against missed timer interrupts.
Tom Lane
2022-02-10
Remove server support for old BASE_BACKUP command syntax.
Robert Haas
2022-02-10
Set SNI ClientHello extension to localhost in tests
Daniel Gustafsson
2022-02-10
Remove unnecessary resetPQExpBuffer call
Peter Eisentraut
2022-02-10
psql: Rename results to result when only a single one is meant
Peter Eisentraut
2022-02-10
Update comment
Peter Eisentraut
2022-02-10
Add min() and max() aggregates for xid8.
Fujii Masao
2022-02-10
Use Test::Builder::todo_start(), replacing $::TODO.
Noah Misch
[next]