aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane2015-05-13
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut2015-05-11
* Increase threshold for multixact member emergency autovac to 50%.Robert Haas2015-05-11
* Even when autovacuum=off, force it for members as we do in other cases.Robert Haas2015-05-11
* Advance the stop point for multixact offset creation only at checkpoint.Robert Haas2015-05-10
* Fix DetermineSafeOldestOffset for the case where there are no mxacts.Robert Haas2015-05-10
* Add missing "static" marker.Tom Lane2015-05-09
* At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas2015-05-08
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-08
* Fix whitespacePeter Eisentraut2015-05-08
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-08
* Teach autovacuum about multixact member wraparound.Robert Haas2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-07
* Fix incorrect math in DetermineSafeOldestOffset.Robert Haas2015-05-07
* Avoid using a C++ keyword as a structure member name.Robert Haas2015-05-05
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Fix the same-rel optimization when creating WAL records.Heikki Linnakangas2015-05-04
* Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund2015-05-01
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Fix pg_upgrade's multixact handling (again)Alvaro Herrera2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Code review for multixact bugfixAlvaro Herrera2015-04-28
* Protect against multixact members wraparoundAlvaro Herrera2015-04-28
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Fix deadlock at startup, if max_prepared_transactions is too small.Heikki Linnakangas2015-04-23
* Fix logic to skip checkpoint if no records have been inserted.Heikki Linnakangas2015-04-15
* Fix typo in commentAlvaro Herrera2015-04-14
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Remove duplicated word in READMEAlvaro Herrera2015-04-13
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-13
* Optimize locking a tuple already locked by another subxactAlvaro Herrera2015-04-10
* Remove unnecessary variables in _hash_splitbucket().Tom Lane2015-04-03
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-03
* Fix error handling of XLogReaderAllocate in case of OOMFujii Masao2015-04-03
* Rework handling of OOM when allocating record buffer in XLOG reader.Fujii Masao2015-04-03
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.Tom Lane2015-03-30
* Make ginbuild's funcCtx be independent of its tmpCtx.Tom Lane2015-03-29
* Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas2015-03-26
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-26
* Minor cleanup of GiST code, for readability.Heikki Linnakangas2015-03-26
* Centralize definition of integer limits.Andres Freund2015-03-25
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-25
* Don't delay replication for less than recovery_min_apply_delay's resolution.Andres Freund2015-03-23
* Fix copy & paste error in 4f1b890b137.Andres Freund2015-03-23