index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-14
*
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-13
*
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-10
*
Fix DetermineSafeOldestOffset for the case where there are no mxacts.
Robert Haas
2015-05-10
*
Add missing "static" marker.
Tom Lane
2015-05-09
*
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-08
*
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
*
Fix incorrect math in DetermineSafeOldestOffset.
Robert Haas
2015-05-07
*
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-05
*
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-04
*
Fix unaligned memory access in xlog parsing due to replication origin patch.
Andres Freund
2015-05-01
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Fix pg_upgrade's multixact handling (again)
Alvaro Herrera
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Code review for multixact bugfix
Alvaro Herrera
2015-04-28
*
Protect against multixact members wraparound
Alvaro Herrera
2015-04-28
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Fix deadlock at startup, if max_prepared_transactions is too small.
Heikki Linnakangas
2015-04-23
*
Fix logic to skip checkpoint if no records have been inserted.
Heikki Linnakangas
2015-04-15
*
Fix typo in comment
Alvaro Herrera
2015-04-14
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Remove duplicated word in README
Alvaro Herrera
2015-04-13
*
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-04-13
*
Optimize locking a tuple already locked by another subxact
Alvaro Herrera
2015-04-10
*
Remove unnecessary variables in _hash_splitbucket().
Tom Lane
2015-04-03
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
Fix error handling of XLogReaderAllocate in case of OOM
Fujii Masao
2015-04-03
*
Rework handling of OOM when allocating record buffer in XLOG reader.
Fujii Masao
2015-04-03
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
*
Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.
Tom Lane
2015-03-30
*
Make ginbuild's funcCtx be independent of its tmpCtx.
Tom Lane
2015-03-29
*
Fix GiST index-only scans for opclasses with different storage type.
Heikki Linnakangas
2015-03-26
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
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-26
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Don't delay replication for less than recovery_min_apply_delay's resolution.
Andres Freund
2015-03-23
*
Fix copy & paste error in 4f1b890b137.
Andres Freund
2015-03-23
[next]