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
2024-07-01
Further weaken new pg_createsubscriber test on Windows.
Tom Lane
2024-07-01
Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS
Michael Paquier
2024-07-01
Remove PgStat_KindInfo.named_on_disk
Michael Paquier
2024-07-01
Improve enlargeStringInfo's ERROR message
David Rowley
2024-06-30
Stamp HEAD as 18devel.
Michael Paquier
2024-06-30
Run pgperltidy
Michael Paquier
2024-06-30
Temporarily(?) weaken new pg_createsubscriber test on Windows.
Tom Lane
2024-06-30
Add PG_TEST_PG_COMBINEBACKUP_MODE
Tomas Vondra
2024-06-30
Add pg_combinebackup --copy option
Tomas Vondra
2024-06-30
Add headers needed by pg_combinebackup --clone
Tomas Vondra
2024-06-30
Make pg_createsubscriber warn if publisher has two-phase commit enabled.
Tom Lane
2024-06-30
Make pg_createsubscriber more wary about quoting connection parameters.
Tom Lane
2024-06-28
Fix .gitignore for new injection suite.
Noah Misch
2024-06-28
Remove configuration-dependent output from new inplace-inval test.
Noah Misch
2024-06-28
pgindent, because I forgot to do that.
Robert Haas
2024-06-28
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
SQL/JSON: Fix coercion of constructor outputs to types with typmod
Amit Langote
2024-06-28
Prevent summarizer hang when summarize_wal turned off and back on.
Robert Haas
2024-06-28
SQL/JSON: Validate values in ON ERROR/EMPTY clauses
Amit Langote
2024-06-28
SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE()
Amit Langote
2024-06-28
Update modules/injection_points/.gitignore
Michael Paquier
2024-06-28
Fix comments in heaptuple.c
Michael Paquier
2024-06-28
Improve locking around InjectionPointRun()
Michael Paquier
2024-06-28
Remove comment about xl_heap_inplace "AT END OF STRUCT".
Noah Misch
2024-06-28
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-28
AccessExclusiveLock new relations just after assigning the OID.
Noah Misch
2024-06-28
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-28
Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }.
Noah Misch
2024-06-28
Expand comments and add an assertion in nodeModifyTable.c.
Noah Misch
2024-06-28
Add an injection_points isolation test suite.
Noah Misch
2024-06-28
Create waitfuncs.c for pg_isolation_test_session_is_blocked().
Noah Misch
2024-06-28
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-28
Improve test coverage for changes to inplace-updated catalogs.
Noah Misch
2024-06-28
Make TAP todo_start effects the same under Meson and prove_check.
Noah Misch
2024-06-27
Avoid crashing when a JIT-inlined backend function throws an error.
Tom Lane
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
tests: Trim newline from result returned by BackgroundPsql->query
Heikki Linnakangas
2024-06-27
Fix thinkos in comments
Alvaro Herrera
2024-06-27
Drop the temporary tuple slots allocated by pgoutput.
Amit Kapila
2024-06-27
Fix overflow with pgstats DSA reference count
Michael Paquier
2024-06-26
Fix bugs in MultiXact truncation
Heikki Linnakangas
2024-06-26
Use PqMsg_* macros in fe-auth.c.
Nathan Bossart
2024-06-26
Fix nbtree array unsatisfied inequality check.
Peter Geoghegan
2024-06-26
Fix partition pruning setup during DETACH CONCURRENTLY
Alvaro Herrera
2024-06-25
Improve comment in gram.y.
Tom Lane
2024-06-24
Revert "Fix partition pruning setup during DETACH CONCURRENTLY"
Alvaro Herrera
2024-06-24
Fix partition pruning setup during DETACH CONCURRENTLY
Alvaro Herrera
2024-06-24
Translation updates
Peter Eisentraut
2024-06-22
Remove extra comment at TableAmRoutine.scan_analyze_next_block
Alexander Korotkov
2024-06-21
Fix relcache invalidation when relfilelocator is updated
Heikki Linnakangas
[next]