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
/
include
/
access
Age
Commit message (
Expand
)
Author
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-30
Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.
Heikki Linnakangas
2014-12-22
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-22
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-16
Misc comment typo fixes.
Heikki Linnakangas
2014-12-16
Fix incorrect comment about XLogRecordBlockHeader.data_length field.
Heikki Linnakangas
2014-12-13
Remove duplicate #define
Heikki Linnakangas
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
Fix typos
Alvaro Herrera
2014-12-02
Minor cleanup of function declarations for BRIN.
Tom Lane
2014-11-25
action_at_recovery_target recovery config option
Simon Riggs
2014-11-21
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-18
Reduce btree scan overhead for < and > strategies
Simon Riggs
2014-11-13
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-11
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-08
Fix some coding issues in BRIN
Alvaro Herrera
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
Remove obsolete cases from GiST update redo code.
Heikki Linnakangas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-10-20
Renumber CHECKPOINT_* flags.
Andres Freund
2014-10-20
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-01
Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas
2014-09-22
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-19
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-02
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
Silence warning on new versions of clang.
Heikki Linnakangas
2014-08-28
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-28
Allow units to be specified in relation option setting value.
Fujii Masao
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-29
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-29
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-14
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-11
Fix whitespace
Peter Eisentraut
2014-07-01
Avoid copying index tuples when building an index.
Robert Haas
2014-06-27
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-14
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-09
Wrap multixact/members correctly during extension, take 2
Alvaro Herrera
2014-06-05
Adjust SP-GiST WAL record formats to reduce alignment padding.
Heikki Linnakangas
2014-05-15
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-04-24
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-23
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-20
Fix another typo.
Robert Haas
2014-04-14
Set pd_lower on internal GIN posting tree pages.
Heikki Linnakangas
2014-04-09
Fix a few more misc typos in comments.
Heikki Linnakangas
[next]