summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2015-06-08Fix typosAlvaro Herrera
2015-06-08Refactor WAL segment copying code.Fujii Masao
2015-06-08Allow HotStandbyActiveInReplay() to be called in single user mode.Andres Freund
2015-06-05Cope with possible failure of the oldest MultiXact to exist.Robert Haas
2015-05-28Fix fsync-at-startup code to not treat errors as fatal.Tom Lane
2015-05-26Fix valgrind's "unaddressable bytes" whining about BRIN code.Tom Lane
2015-05-25Update README.tuplockAlvaro Herrera
2015-05-24Manual cleanup of pgindent results.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-23Fix incorrect snprintf() limit.Tom Lane
2015-05-23Still more fixes for lossy-GiST-distance-functions patch.Tom Lane
2015-05-22At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas
2015-05-21Make recovery_target_action = pause work.Fujii Masao
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Fix spelling in commentSimon Riggs
2015-05-17Fix typos in commentsMagnus Hagander
2015-05-17Fix whitespacePeter Eisentraut
2015-05-15Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-05-15Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-05-13Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-05-12Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut
2015-05-11Increase threshold for multixact member emergency autovac to 50%.Robert Haas
2015-05-11Even when autovacuum=off, force it for members as we do in other cases.Robert Haas
2015-05-11Advance the stop point for multixact offset creation only at checkpoint.Robert Haas
2015-05-11Fix DetermineSafeOldestOffset for the case where there are no mxacts.Robert Haas
2015-05-10Add missing "static" marker.Tom Lane
2015-05-08At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas
2015-05-08Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas
2015-05-08Fix whitespacePeter Eisentraut
2015-05-08Minor ON CONFLICT related comments and doc fixes.Andres Freund
2015-05-08Teach autovacuum about multixact member wraparound.Robert Haas
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Improve BRIN infra, minmax opclass and regression testAlvaro Herrera
2015-05-07Fix incorrect math in DetermineSafeOldestOffset.Robert Haas
2015-05-06Avoid using a C++ keyword as a structure member name.Robert Haas
2015-05-04Recursively fsync() the data directory after a crash.Robert Haas
2015-05-04Fix the same-rel optimization when creating WAL records.Heikki Linnakangas
2015-05-01Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-30Fix pg_upgrade's multixact handling (again)Alvaro Herrera
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-28Code review for multixact bugfixAlvaro Herrera
2015-04-28Protect against multixact members wraparoundAlvaro Herrera