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
Age
Commit message (
Expand
)
Author
2022-08-29
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-28
Doc: fix example of recursive query.
Tom Lane
2022-08-27
Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.
Tom Lane
2022-08-26
Fix typo in comment.
Etsuro Fujita
2022-08-24
Defend against stack overrun in a few more places.
Tom Lane
2022-08-23
Doc: document possible need to raise kernel's somaxconn limit.
Tom Lane
2022-08-23
Doc: prefer sysctl to /proc/sys in docs and comments.
Tom Lane
2022-08-23
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-18
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-16
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-16
doc: fix wrong tag used in create sequence manual.
Tatsuo Ishii
2022-08-15
Add missing bad-PGconn guards in libpq entry points.
Tom Lane
2022-08-15
Fix outdated --help message for postgres -f
Michael Paquier
2022-08-14
Preserve memory context of VarStringSortSupport buffers.
Tom Lane
2022-08-13
Avoid misbehavior when hash_table_bytes < bucket_size.
Tom Lane
2022-08-13
Catch stack overflow when recursing in transformFromClauseItem().
Tom Lane
2022-08-13
Add missing fields to _outConstraint()
Peter Eisentraut
2022-08-12
pg_upgrade: Fix some minor code issues
Peter Eisentraut
2022-08-12
doc: add missing role attributes to user management section
Bruce Momjian
2022-08-12
doc: add section about heap-only tuples (HOT)
Bruce Momjian
2022-08-12
doc: warn about security issues around log files
Bruce Momjian
2022-08-12
doc: clarify configuration file for Windows builds
Bruce Momjian
2022-08-12
doc: document the CREATE INDEX "USING" clause
Bruce Momjian
2022-08-12
doc: clarify CREATE TABLE AS ... IF NOT EXISTS
Bruce Momjian
2022-08-12
doc: improve wal_level docs for the 'minimal' level
Bruce Momjian
2022-08-12
doc: clarify DROP EXTENSION dependent members text
Bruce Momjian
2022-08-12
Fix _outConstraint() for "identity" constraints
Peter Eisentraut
2022-08-12
Back-Patch "Add wait_for_subscription_sync for TAP tests."
Amit Kapila
2022-08-11
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-10
Fix handling of R/W expanded datums that are passed to SQL functions.
Tom Lane
2022-08-08
Stamp 13.8.
REL_13_8
Tom Lane
2022-08-08
Stabilize output of new regression test.
Tom Lane
2022-08-08
Last-minute updates for release notes.
Tom Lane
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
Translation updates
Alvaro Herrera
2022-08-07
Release notes for 14.5, 13.8, 12.12, 11.17, 10.22.
Tom Lane
2022-08-07
Remove unportable use of timezone in recent test
Alvaro Herrera
2022-08-06
Improve recently-added test reliability
Alvaro Herrera
2022-08-05
Partially undo commit 94da73281.
Tom Lane
2022-08-05
Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.
Tom Lane
2022-08-05
Backpatch addition of .git-blame-ignore-revs
Alvaro Herrera
2022-08-05
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
Alvaro Herrera
2022-08-05
Add HINT for restartpoint race with KeepFileRestoredFromArchive().
Noah Misch
2022-08-05
regress: fix test instability
Alvaro Herrera
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-04
Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.
Tom Lane
2022-08-04
Add proper regression test for the recent SRFs-in-pathkeys problem.
Tom Lane
2022-08-03
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
Reduce test runtime of src/test/modules/snapshot_too_old.
Tom Lane
2022-08-02
Be more wary about 32-bit integer overflow in pg_stat_statements.
Tom Lane
[next]