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
*
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
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
*
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-15
*
Remove pause_at_recovery_target recovery.conf setting.
Andres Freund
2015-03-15
*
Suppress maybe-uninitialized compiler warnings.
Fujii Masao
2015-03-15
*
Fix memory leaks in GIN index vacuum.
Heikki Linnakangas
2015-03-12
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-11
*
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
*
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
*
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-03-09
*
Add missing "goto err" statements in xlogreader.c.
Fujii Masao
2015-03-09
*
Fix typo in comment.
Fujii Masao
2015-03-05
*
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-02-26
*
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
*
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-23
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
*
Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
Tom Lane
2015-02-20
*
Fix knn-GiST queue comparison function to return heap tuples first.
Heikki Linnakangas
2015-02-17
*
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-02-09
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2015-02-09
*
Use a separate memory context for GIN scan keys.
Heikki Linnakangas
2015-02-04
*
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-02-04
*
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2015-01-30
*
Fix BuildIndexValueDescription for expressions
Stephen Frost
2015-01-29
*
Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.
Heikki Linnakangas
2015-01-29
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2015-01-28
*
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
BRIN typo fix.
Robert Haas
2015-01-19
*
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
Heikki Linnakangas
2015-01-15
*
Tweak heapam's rmgr desc output slightly
Alvaro Herrera
2015-01-12
*
Don't open a WAL segment for writing at end of recovery.
Heikki Linnakangas
2015-01-07
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-04
*
Remove superflous variable from xlogreader's XLogFindNextRecord().
Andres Freund
2015-01-04
*
Treat negative values of recovery_min_apply_delay as having no effect.
Tom Lane
2015-01-03
*
Grab heavyweight tuple lock only before sleeping
Alvaro Herrera
2014-12-26
*
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
*
Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.
Andres Freund
2014-12-25
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-25
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
*
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-22
*
Fix file descriptor leak at end of recovery.
Heikki Linnakangas
2014-12-21
*
Fix timestamp in end-of-recovery WAL records.
Heikki Linnakangas
2014-12-19
[next]