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
...
*
release memory used while flushing logical mappings
Bruce Momjian
2014-04-22
*
Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas
2014-04-22
*
Fix Gin README.
Heikki Linnakangas
2014-04-22
*
Fix bug in new B-tree page deletion code.
Heikki Linnakangas
2014-04-22
*
Retain original physical order of tuples in redo of b-tree splits.
Heikki Linnakangas
2014-04-22
*
Fix rm_desc routine of b-tree page delete records.
Heikki Linnakangas
2014-04-22
*
Fix typo.
Robert Haas
2014-04-20
*
Fix typo
Magnus Hagander
2014-04-18
*
report stat() error in trigger file check
Bruce Momjian
2014-04-17
*
Use correctly-sized buffer when zero-filling a WAL file.
Heikki Linnakangas
2014-04-16
*
Set pd_lower on internal GIN posting tree pages.
Heikki Linnakangas
2014-04-14
*
Fix bogus handling of bad strategy number in GIST consistent() functions.
Tom Lane
2014-04-14
*
Remove dead checks for invalid left page in ginDeletePage.
Heikki Linnakangas
2014-04-14
*
GIN entry pages follow the standard page layout - tell XLogInsert.
Heikki Linnakangas
2014-04-14
*
Fix bugs in GIN "fast scan" with partial match.
Heikki Linnakangas
2014-04-10
*
Fix typo in comment.
Heikki Linnakangas
2014-04-10
*
Fix hot standby bug with GiST scans.
Heikki Linnakangas
2014-04-08
*
Zero padding byte at end of GIN posting list.
Heikki Linnakangas
2014-04-07
*
Fix WAL replay bug in the new GIN incomplete-split code.
Heikki Linnakangas
2014-04-07
*
Fix another palloc in critical section.
Heikki Linnakangas
2014-04-05
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
*
Move multixid allocation out of critical section.
Heikki Linnakangas
2014-04-04
*
In checkpoint, move the check for in-progress xacts out of critical section.
Heikki Linnakangas
2014-04-04
*
Avoid allocations in critical sections.
Heikki Linnakangas
2014-04-04
*
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-03
*
Fix bug in the new GIN incomplete-split code.
Heikki Linnakangas
2014-04-01
*
Remove dead check for backup block, replace with Assert.
Heikki Linnakangas
2014-04-01
*
Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas
2014-04-01
*
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
Heikki Linnakangas
2014-03-31
*
Rename GinLogicValue to GinTernaryValue.
Heikki Linnakangas
2014-03-31
*
Pass more than the first XLogRecData entry to rm_desc, with WAL_DEBUG.
Heikki Linnakangas
2014-03-26
*
Don't forget to flush XLOG_PARAMETER_CHANGE record.
Fujii Masao
2014-03-26
*
Change ginMergeItemPointers to return a palloc'd array.
Heikki Linnakangas
2014-03-24
*
Remove dead code and add comments.
Heikki Linnakangas
2014-03-24
*
Fix "the the" typos.
Heikki Linnakangas
2014-03-24
*
Address ccvalid/ccnoinherit in TupleDesc support functions.
Noah Misch
2014-03-23
*
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
2014-03-21
*
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
*
Remove rm_safe_restartpoint machinery.
Heikki Linnakangas
2014-03-18
*
Make the handling of interrupted B-tree page splits more robust.
Heikki Linnakangas
2014-03-18
*
Fix thinko: have trueTriConsistentFn return GIN_TRUE.
Heikki Linnakangas
2014-03-17
*
Fix typos in comments.
Fujii Masao
2014-03-17
*
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Only WAL-log the modified portion in an UPDATE, if possible.
Heikki Linnakangas
2014-03-12
*
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
*
In WAL replay, restore GIN metapage unconditionally to avoid torn page.
Heikki Linnakangas
2014-03-12
*
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-07
*
Do wal_level and hot standby checks when doing crash-then-archive recovery.
Heikki Linnakangas
2014-03-05
*
Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.
Heikki Linnakangas
2014-03-05
[prev]
[next]