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
REL_19_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-10-21
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-21
Fix executing invalidation messages generated by subtransactions during decod...
Amit Kapila
2022-10-20
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-19
Track LLVM 15 changes.
Thomas Munro
2022-10-17
Reject non-ON-SELECT rules that are named "_RETURN".
Tom Lane
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-11
Harden pmsignal.c against clobbered shared memory.
Tom Lane
2022-10-11
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-11
Ensure all perl test modules are installed
Alvaro Herrera
2022-09-28
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-25
Add missing source files to pg_waldump/nls.mk
Alvaro Herrera
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-19
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-17
Make check_usermap() parameter names consistent.
Peter Geoghegan
2022-09-16
Improve plpgsql's ability to handle arguments declared as RECORD.
Tom Lane
2022-09-15
In back branches, fix conditions for pullup of FROM-less subqueries.
Tom Lane
2022-09-14
Fix incorrect value for "strategy" with deflateParams() in walmethods.c
Michael Paquier
2022-09-14
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-09
Fix possible omission of variable storage markers in ECPG.
Tom Lane
2022-09-06
Further fixes for MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-05
Backpatch nbtree page deletion hardening.
Peter Geoghegan
2022-09-02
Fix oversight in recent MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-01
Fix some possibly latent bugs in slab.c
David Rowley
2022-09-01
Port regress-python3-mangle.mk to Solaris "sed", redux.
Tom Lane
2022-08-31
Prevent long-term memory leakage in autovacuum launcher.
Tom Lane
2022-08-31
In the Snowball dictionary, don't try to stem excessively-long words.
Tom Lane
2022-08-30
On NetBSD, force dynamic symbol resolution at postmaster start.
Tom Lane
2022-08-29
Prevent WAL corruption after a standby promotion.
Robert Haas
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: 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-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
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
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 11.17.
REL_11_17
Tom Lane
2022-08-08
Stabilize output of new regression test.
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
Remove unportable use of timezone in recent test
Alvaro Herrera
[next]