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-06-12
Make postmaster restart archiver soon after it dies, even during recovery.
Fujii Masao
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-23
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-22
At promotion, don't leave behind a partial segment on the old timeline.
Heikki Linnakangas
2015-05-21
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-15
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
Fix datatype confusion with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-15
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-12
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-08
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-05-08
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-07
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-06
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-01
Fix unaligned memory access in xlog parsing due to replication origin patch.
Andres Freund
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-13
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-04-10
Optimize locking a tuple already locked by another subxact
Alvaro Herrera
2015-03-26
Fix GiST index-only scans for opclasses with different storage type.
Heikki Linnakangas
2015-03-26
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
Minor cleanup of GiST code, for readability.
Heikki Linnakangas
2015-03-25
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-15
Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.
Tom Lane
2015-03-15
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-10
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-09
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
Fix typo in comment.
Fujii Masao
2015-02-23
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-19
Remove dead structs.
Heikki Linnakangas
2015-02-09
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-02-09
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2015-02-04
Use a separate memory context for GIN scan keys.
Heikki Linnakangas
2015-01-30
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
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
[next]