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
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
1
-1
/
+1
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
6
-129
/
+291
*
Don't delay replication for less than recovery_min_apply_delay's resolution.
Andres Freund
2015-03-23
1
-1
/
+2
*
Fix copy & paste error in 4f1b890b137.
Andres Freund
2015-03-23
1
-1
/
+1
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
4
-354
/
+551
*
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-15
1
-1
/
+1
*
Remove pause_at_recovery_target recovery.conf setting.
Andres Freund
2015-03-15
1
-32
/
+0
*
Suppress maybe-uninitialized compiler warnings.
Fujii Masao
2015-03-15
1
-21
/
+18
*
Fix memory leaks in GIN index vacuum.
Heikki Linnakangas
2015-03-12
1
-14
/
+20
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
1
-1
/
+1
*
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-11
3
-25
/
+218
*
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
2
-19
/
+6
*
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
2
-22
/
+95
*
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-03-09
2
-2
/
+2
*
Add missing "goto err" statements in xlogreader.c.
Fujii Masao
2015-03-09
1
-0
/
+6
*
Fix typo in comment.
Fujii Masao
2015-03-05
1
-1
/
+1
*
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-02-26
1
-12
/
+17
*
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
1
-54
/
+208
*
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-23
1
-13
/
+24
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
1
-2
/
+3
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
3
-34
/
+34
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
3
-10
/
+8
*
Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
Tom Lane
2015-02-20
1
-3
/
+5
*
Fix knn-GiST queue comparison function to return heap tuples first.
Heikki Linnakangas
2015-02-17
1
-2
/
+2
*
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-02-09
1
-21
/
+44
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2015-02-09
1
-22
/
+65
*
Use a separate memory context for GIN scan keys.
Heikki Linnakangas
2015-02-04
2
-21
/
+27
*
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-02-04
1
-8
/
+8
*
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2015-01-30
2
-7
/
+19
*
Fix BuildIndexValueDescription for expressions
Stephen Frost
2015-01-29
1
-4
/
+9
*
Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.
Heikki Linnakangas
2015-01-29
1
-4
/
+11
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
2
-5
/
+76
*
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2015-01-28
1
-39
/
+21
*
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
1
-9
/
+10
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
1
-0
/
+2
*
BRIN typo fix.
Robert Haas
2015-01-19
1
-1
/
+1
*
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
Heikki Linnakangas
2015-01-15
1
-2
/
+2
*
Tweak heapam's rmgr desc output slightly
Alvaro Herrera
2015-01-12
1
-9
/
+6
*
Don't open a WAL segment for writing at end of recovery.
Heikki Linnakangas
2015-01-07
1
-5
/
+0
*
Update copyright for 2015
Bruce Momjian
2015-01-06
107
-107
/
+107
*
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-04
1
-2
/
+4
*
Remove superflous variable from xlogreader's XLogFindNextRecord().
Andres Freund
2015-01-04
1
-2
/
+1
*
Treat negative values of recovery_min_apply_delay as having no effect.
Tom Lane
2015-01-03
1
-1
/
+1
*
Grab heavyweight tuple lock only before sleeping
Alvaro Herrera
2014-12-26
1
-111
/
+172
*
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
1
-7
/
+4
*
Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.
Andres Freund
2014-12-25
1
-1
/
+0
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-25
1
-4
/
+7
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
1
-3
/
+2
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
1
-2
/
+3
*
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-22
2
-113
/
+33
[next]