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-19
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-10
Fix priv checks for ALTER <object> DEPENDS ON EXTENSION
Alvaro Herrera
2020-02-10
Translation updates
Peter Eisentraut
2020-02-09
Store the deletion horizon XID for a deleted GIN page on the right page.
Tom Lane
2020-02-06
Fix typo.
Amit Kapila
2020-02-06
Fix bug in LWLock statistics mechanism.
Fujii Masao
2020-02-05
Force tuple conversion when the source has missing attributes.
Andrew Gierth
2020-02-04
Handle lack of DSM slots in parallel btree build, take 2.
Thomas Munro
2020-02-04
Fix handling of "Subplans Removed" field in EXPLAIN output.
Tom Lane
2020-02-03
Add missing break out seqscan loop in logical replication
Alvaro Herrera
2020-02-03
Revert commit a5b652f3a0.
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
Handle lack of DSM slots in parallel btree build.
Thomas Munro
2020-01-30
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-30
Fix slot data persistency when advancing physical replication slots
Michael Paquier
2020-01-27
Avoid unnecessary shm writes in Parallel Hash Join.
Thomas Munro
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-15
Fix buggy logic in isTempNamespaceInUse()
Michael Paquier
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 cloning of row triggers to sub-partitions
Alvaro Herrera
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-26
Fix some comments related to logical repslot advancing
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-18
Remove shadow variables linked to RedoRecPtr in xlog.c
Michael Paquier
2019-12-17
Fix error reporting for index expressions of prohibited types.
Tom Lane
2019-12-17
Change overly strict Assert in TransactionGroupUpdateXidStatus.
Amit Kapila
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
[next]