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
/
access
Age
Commit message (
Expand
)
Author
2018-05-10
Various improvements of skipping index scan during vacuum technics
Teodor Sigaev
2018-05-04
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-04
Don't mark pages all-visible spuriously
Alvaro Herrera
2018-05-04
Don't truncate away non-key attributes for leftmost downlinks.
Teodor Sigaev
2018-05-04
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-03
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-28
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-19
Adjust _bt_insertonpg() comments
Teodor Sigaev
2018-04-19
Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()
Teodor Sigaev
2018-04-19
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-17
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-17
Fix a few typos in comments and variable names.
Heikki Linnakangas
2018-04-16
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-13
Prevent segfault in expand_tuple with no missing values
Andrew Dunstan
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-11
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-04-10
minor comment fixes in nbtinsert.c
Andrew Dunstan
2018-04-10
Adjustments to the btree fastpath optimization.
Andrew Dunstan
2018-04-10
Fix comment on B-tree insertion fastpath condition.
Heikki Linnakangas
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-08
Remove unused variable in non-assert-enabled build
Teodor Sigaev
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-04-07
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
Predicate locking in hash indexes.
Teodor Sigaev
2018-04-05
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
Fix handling of non-upgraded B-tree metapages
Teodor Sigaev
2018-04-05
Remove unused vars and mark assert-only vars
Teodor Sigaev
2018-04-05
Fix typo
Teodor Sigaev
2018-04-04
Improve FSM management for BRIN indexes.
Tom Lane
2018-04-04
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-03
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-04-02
Fix some dubious WAL-parsing code.
Tom Lane
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-03-31
Small cleanups in fast default code.
Andrew Dunstan
2018-03-30
Ensure that WAL pages skipped by a forced WAL switch are zero-filled.
Tom Lane
2018-03-30
Do index FSM vacuuming sooner.
Tom Lane
2018-03-30
Predicate locking in GIN index
Teodor Sigaev
2018-03-30
Fix typo in comment
Magnus Hagander
2018-03-29
C comments: "a" <--> "an" corrections
Bruce Momjian
[next]