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
2025-04-30
Update time zone data files to tzdata release 2025b.
Tom Lane
2025-04-28
Fix xmin advancement during fast_forward decoding.
Amit Kapila
2025-04-24
Fix data loss in logical replication.
Amit Kapila
2025-04-20
Test restartpoints in archive recovery.
Noah Misch
2025-04-20
Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.
Noah Misch
2025-04-16
Fix pg_dump --clean with partitioned indexes.
Tom Lane
2025-04-12
Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
2025-04-11
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-06
Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.
Noah Misch
2025-04-06
Skip WAL recycling and preallocation during archive recovery.
Noah Misch
2025-04-06
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2025-04-06
Revert "Add HINT for restartpoint race with KeepFileRestoredFromArchive()."
Michael Paquier
2025-04-06
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2025-04-06
In XLogFileInit(), fix *use_existent postcondition to suit callers.
Noah Misch
2025-04-06
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2025-04-05
Fix parse_cte.c's failure to examine sub-WITHs in DML statements.
Tom Lane
2025-04-04
Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025-04-04
Fix logical decoding test to correctly check slot removal on standby.
Fujii Masao
2025-04-04
Fix logical decoding regression tests to correctly check slot existence.
Fujii Masao
2025-04-03
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2025-04-03
Add helper library for use of libpq inside the server environment
Andres Freund
2025-04-02
Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-02
Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025-04-01
Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025-03-27
doc: Correct description of values used in FSM for indexes
Michael Paquier
2025-03-21
Fix plpgsql's handling of simple expressions in scrollable cursors.
Tom Lane
2025-03-13
Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.
Tom Lane
2025-03-13
Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES.
Tom Lane
2025-03-12
Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025-03-12
Preserve RangeTblEntry.relid when expanding a view RTE.
Tom Lane
2025-03-11
BRIN: be more strict about required support procs
Álvaro Herrera
2025-03-10
Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
2025-03-10
Fix snapshot used in logical replication index lookup
Heikki Linnakangas
2025-03-08
Clear errno before calling strtol() in spell.c.
Tom Lane
2025-03-06
Fix some performance issues in GIN query startup.
Tom Lane
2025-03-06
valgrind: Adjust suppressions to handle glibc changes
Andres Freund
2025-03-04
Fix ALTER TABLE error message
Álvaro Herrera
2025-03-03
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-03-01
Fix pg_strtof() to not crash on NULL endptr.
Tom Lane
2025-02-21
Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.
Tom Lane
2025-02-20
test_escape: Fix output of --help
Michael Paquier
2025-02-19
tests: BackgroundPsql: Fix potential for lost errors on windows
Andres Freund
2025-02-19
backport: Extend background_psql() to be able to start asynchronously
Andres Freund
2025-02-19
backport: Improve handling of empty query results in BackgroundPsql
Andres Freund
2025-02-19
Avoid null pointer dereference crash after OOM in Snowball stemmers.
Tom Lane
2025-02-19
Fix unsafe access to BufferDescriptors
Richard Guo
2025-02-19
test_escape: Fix handling of short options in getopt_long()
Michael Paquier
2025-02-17
Translation updates
Álvaro Herrera
2025-02-16
In fmtIdEnc(), handle failure of enlargePQExpBuffer().
Tom Lane
[next]