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
/
backend
Age
Commit message (
Expand
)
Author
2020-02-10
Fix priv checks for ALTER <object> DEPENDS ON EXTENSION
Alvaro Herrera
2020-02-10
Translation updates
Peter Eisentraut
2020-02-06
Fix typo.
Amit Kapila
2020-02-06
Fix bug in LWLock statistics mechanism.
Fujii Masao
2020-02-03
Add missing break out seqscan loop in logical replication
Alvaro Herrera
2020-02-03
Revert commit 4b96c03a0a.
Fujii Masao
2020-02-01
Fix memory leak on DSM slot exhaustion.
Thomas Munro
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-30
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-23
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-21
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-20
Fix crash in BRIN inclusion op functions, due to missing datum copy.
Heikki Linnakangas
2020-01-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
Allocate freechunks bitmap as part of SlabContext
Tomas Vondra
2020-01-14
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-12
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2020-01-12
Remove incorrect assertion for INSERT in logical replication's publisher
Michael Paquier
2020-01-11
Maintain valid md.c state when FileClose() fails.
Noah Misch
2020-01-08
Reimplement nullification of walsender timestamp
Alvaro Herrera
2020-01-08
Revert "Forbid DROP SCHEMA on temporary namespaces"
Michael Paquier
2020-01-07
pg_stat_activity: show NULL stmt start time for walsenders
Alvaro Herrera
2020-01-06
Have logical replication subscriber fire column triggers
Peter Eisentraut
2020-01-02
Fix running out of file descriptors for spill files.
Amit Kapila
2019-12-27
Forbid DROP SCHEMA on temporary namespaces
Michael Paquier
2019-12-24
Rotate instead of shifting hash join batch number.
Thomas Munro
2019-12-23
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-12-23
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-18
Fix subscriber invalid memory access on DDL.
Amit Kapila
2019-12-17
Fix error reporting for index expressions of prohibited types.
Tom Lane
2019-12-12
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-12-12
Remove extra parenthesis from comment.
Etsuro Fujita
2019-12-09
Fix race condition in our Windows signal emulation.
Tom Lane
2019-12-09
Fix typos in miscinit.c.
Amit Kapila
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-11-27
Fix typo in comment.
Etsuro Fujita
2019-11-26
Don't shut down Gather[Merge] early under Limit.
Amit Kapila
2019-11-24
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.
Tom Lane
2019-11-22
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-21
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
Provide statistics for hypothetical BRIN indexes
Michael Paquier
2019-11-19
Revise GIN README
Alexander Korotkov
2019-11-19
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-19
Fix deadlock between ginDeletePage() and ginStepRight()
Alexander Korotkov
2019-11-17
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
Skip system attributes when applying mvdistinct stats
Tomas Vondra
[next]