index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
3
-6
/
+193
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
1
-1
/
+2
*
Fix handling of non-upgraded B-tree metapages
Teodor Sigaev
2018-04-05
1
-6
/
+41
*
Remove unused vars and mark assert-only vars
Teodor Sigaev
2018-04-05
2
-5
/
+1
*
Fix typo
Teodor Sigaev
2018-04-05
1
-1
/
+1
*
Improve FSM management for BRIN indexes.
Tom Lane
2018-04-04
2
-82
/
+102
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
5
-19
/
+280
*
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
1
-4
/
+39
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
1
-12
/
+16
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
1
-16
/
+12
*
Modified files for MERGE
Simon Riggs
2018-04-02
1
-12
/
+16
*
Fix some dubious WAL-parsing code.
Tom Lane
2018-04-02
1
-4
/
+4
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
2
-3
/
+3
*
Small cleanups in fast default code.
Andrew Dunstan
2018-04-01
1
-5
/
+8
*
Ensure that WAL pages skipped by a forced WAL switch are zero-filled.
Tom Lane
2018-03-30
1
-12
/
+32
*
Do index FSM vacuuming sooner.
Tom Lane
2018-03-30
2
-9
/
+32
*
Predicate locking in GIN index
Teodor Sigaev
2018-03-30
6
-17
/
+151
*
Fix typo in comment
Magnus Hagander
2018-03-30
1
-1
/
+1
*
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-29
1
-1
/
+1
*
README change: update for hash access method
Bruce Momjian
2018-03-29
1
-2
/
+2
*
Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.
Tom Lane
2018-03-29
1
-14
/
+30
*
Store 2PC GID in commit/abort WAL recs for logical decoding
Simon Riggs
2018-03-28
3
-20
/
+202
*
Quick adaption of JIT tuple deforming to the fast default patch.
Andres Freund
2018-03-27
1
-2
/
+6
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
2
-131
/
+558
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
1
-1
/
+0
*
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-27
2
-8
/
+142
*
Add predicate locking for GiST
Teodor Sigaev
2018-03-27
2
-1
/
+15
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
1
-0
/
+10
*
Fix thinko in comment
Alvaro Herrera
2018-03-26
1
-4
/
+8
*
Optimize btree insertions for common case of increasing values
Andrew Dunstan
2018-03-26
1
-19
/
+119
*
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-03-22
1
-1
/
+1
*
Fix typo in comment.
Robert Haas
2018-03-22
1
-1
/
+1
*
Fix tuple counting in SP-GiST index build.
Tom Lane
2018-03-22
1
-1
/
+7
*
Call pgstat_report_activity() in parallel CREATE INDEX workers.
Robert Haas
2018-03-22
1
-5
/
+25
*
Prevent query-lifespan memory leakage of SP-GiST traversal values.
Tom Lane
2018-03-19
1
-1
/
+8
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
1
-0
/
+26
*
Change transaction state debug strings to match enum symbols
Peter Eisentraut
2018-03-16
1
-12
/
+12
*
Improve savepoint error messages
Peter Eisentraut
2018-03-16
1
-6
/
+6
*
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-16
1
-26
/
+2
*
Rename TransactionChain functions
Peter Eisentraut
2018-03-16
1
-14
/
+14
*
Update function comments
Peter Eisentraut
2018-03-16
1
-20
/
+19
*
Log when a BRIN autosummarization request fails
Alvaro Herrera
2018-03-14
1
-3
/
+13
*
Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATIVE in comments.
Andres Freund
2018-03-05
1
-3
/
+3
*
Fix VM buffer pin management in heap_lock_updated_tuple_rec().
Tom Lane
2018-03-02
1
-8
/
+16
*
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-03-02
1
-10
/
+9
*
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-03-01
1
-1
/
+1
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
8
-26
/
+32
*
Use platform independent type for TupleTableSlot->tts_off.
Andres Freund
2018-02-20
1
-2
/
+2
*
Minor comment fix
Peter Eisentraut
2018-02-17
1
-1
/
+1
*
Fix typo in comment
Magnus Hagander
2018-02-16
1
-1
/
+1
[next]