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
/
backend
/
access
Age
Commit message (
Expand
)
Author
2015-06-08
Fix typos
Alvaro Herrera
2015-06-08
Refactor WAL segment copying code.
Fujii Masao
2015-06-08
Allow HotStandbyActiveInReplay() to be called in single user mode.
Andres Freund
2015-06-05
Cope with possible failure of the oldest MultiXact to exist.
Robert Haas
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-26
Fix valgrind's "unaddressable bytes" whining about BRIN code.
Tom Lane
2015-05-25
Update README.tuplock
Alvaro Herrera
2015-05-24
Manual cleanup of pgindent results.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-23
Fix incorrect snprintf() limit.
Tom Lane
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
Make recovery_target_action = pause work.
Fujii Masao
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-19
Fix spelling in comment
Simon Riggs
2015-05-17
Fix typos in comments
Magnus Hagander
2015-05-17
Fix whitespace
Peter Eisentraut
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-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-13
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-12
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-11
Increase threshold for multixact member emergency autovac to 50%.
Robert Haas
2015-05-11
Even when autovacuum=off, force it for members as we do in other cases.
Robert Haas
2015-05-11
Advance the stop point for multixact offset creation only at checkpoint.
Robert Haas
2015-05-11
Fix DetermineSafeOldestOffset for the case where there are no mxacts.
Robert Haas
2015-05-10
Add missing "static" marker.
Tom Lane
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
Fix whitespace
Peter Eisentraut
2015-05-08
Minor ON CONFLICT related comments and doc fixes.
Andres Freund
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-07
Fix incorrect math in DetermineSafeOldestOffset.
Robert Haas
2015-05-06
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
Fix the same-rel optimization when creating WAL records.
Heikki Linnakangas
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-30
Fix pg_upgrade's multixact handling (again)
Alvaro Herrera
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-28
Code review for multixact bugfix
Alvaro Herrera
2015-04-28
Protect against multixact members wraparound
Alvaro Herrera
[next]