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
/
include
/
access
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
1
-2
/
+34
*
Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.
Tom Lane
2015-03-15
1
-1
/
+1
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
2
-60
/
+157
*
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-11
4
-6
/
+47
*
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
3
-13
/
+35
*
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
1
-1
/
+3
*
Fix typo in comment.
Fujii Masao
2015-03-09
1
-1
/
+1
*
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
1
-1
/
+7
*
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-23
1
-0
/
+1
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
2
-5
/
+9
*
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-21
1
-1
/
+6
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
5
-15
/
+16
*
Remove dead structs.
Heikki Linnakangas
2015-02-19
1
-28
/
+0
*
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-02-09
1
-3
/
+3
*
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2015-02-09
1
-1
/
+1
*
Use a separate memory context for GIN scan keys.
Heikki Linnakangas
2015-02-04
1
-0
/
+2
*
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2015-01-30
1
-0
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
56
-56
/
+56
*
Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.
Heikki Linnakangas
2014-12-30
1
-2
/
+10
*
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-22
1
-1
/
+1
*
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-22
1
-20
/
+5
*
Misc comment typo fixes.
Heikki Linnakangas
2014-12-16
1
-4
/
+4
*
Fix incorrect comment about XLogRecordBlockHeader.data_length field.
Heikki Linnakangas
2014-12-16
1
-3
/
+4
*
Remove duplicate #define
Heikki Linnakangas
2014-12-13
1
-3
/
+0
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
4
-0
/
+80
*
Fix typos
Alvaro Herrera
2014-12-03
1
-1
/
+1
*
Minor cleanup of function declarations for BRIN.
Tom Lane
2014-12-02
1
-0
/
+7
*
action_at_recovery_target recovery config option
Simon Riggs
2014-11-25
1
-0
/
+10
*
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
2
-5
/
+0
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
20
-398
/
+534
*
Reduce btree scan overhead for < and > strategies
Simon Riggs
2014-11-18
1
-0
/
+1
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
2
-2
/
+2
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
2
-1
/
+8
*
Fix some coding issues in BRIN
Alvaro Herrera
2014-11-08
2
-7
/
+6
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
11
-2
/
+498
*
Remove obsolete cases from GiST update redo code.
Heikki Linnakangas
2014-11-07
1
-2
/
+0
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
16
-152
/
+203
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
1
-1
/
+1
*
Renumber CHECKPOINT_* flags.
Andres Freund
2014-10-21
1
-5
/
+5
*
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-20
1
-0
/
+2
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
1
-1
/
+2
*
Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas
2014-10-01
1
-1
/
+0
*
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-22
1
-3
/
+0
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
13
-18
/
+38
*
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
1
-1
/
+22
*
Silence warning on new versions of clang.
Heikki Linnakangas
2014-09-02
1
-1
/
+1
*
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-29
1
-2
/
+1
*
Allow units to be specified in relation option setting value.
Fujii Masao
2014-08-28
1
-1
/
+2
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
3
-19
/
+7
*
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-29
1
-2
/
+2
[next]