index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2016-04-20
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-14
Remove trailing commas in enums.
Andres Freund
2016-03-27
Change various Gin*Is* macros to return 0/1.
Andres Freund
2016-03-03
Revert buggy optimization of index scans
Simon Riggs
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-11
Fix commit timestamp initialization
Alvaro Herrera
2015-12-03
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-10-27
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-16
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-01
Fix commit_ts for standby
Alvaro Herrera
2015-09-29
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-26
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
Rework the way multixact truncations work.
Andres Freund
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-08-12
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-05
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-07-27
Don't assume that 'char' is signed.
Heikki Linnakangas
2015-07-27
Fix handling of all-zero pages in SP-GiST vacuum.
Heikki Linnakangas
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-21
Fix some oversights in BRIN patch.
Tom Lane
2015-07-02
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-06-12
Make postmaster restart archiver soon after it dies, even during recovery.
Fujii Masao
2015-05-23
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-05
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
[next]