aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Remove dead check for backup block, replace with Assert.Heikki Linnakangas2014-04-01
* Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas2014-04-01
* Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas2014-03-31
* Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas2014-03-31
* Pass more than the first XLogRecData entry to rm_desc, with WAL_DEBUG.Heikki Linnakangas2014-03-26
* Don't forget to flush XLOG_PARAMETER_CHANGE record.Fujii Masao2014-03-26
* Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas2014-03-24
* Remove dead code and add comments.Heikki Linnakangas2014-03-24
* Fix "the the" typos.Heikki Linnakangas2014-03-24
* Address ccvalid/ccnoinherit in TupleDesc support functions.Noah Misch2014-03-23
* Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas2014-03-21
* Setup error context callback for transaction lock waitsAlvaro Herrera2014-03-19
* Remove rm_safe_restartpoint machinery.Heikki Linnakangas2014-03-18
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-18
* Fix thinko: have trueTriConsistentFn return GIN_TRUE.Heikki Linnakangas2014-03-17
* Fix typos in comments.Fujii Masao2014-03-17
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Only WAL-log the modified portion in an UPDATE, if possible.Heikki Linnakangas2014-03-12
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-12
* In WAL replay, restore GIN metapage unconditionally to avoid torn page.Heikki Linnakangas2014-03-12
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-07
* Do wal_level and hot standby checks when doing crash-then-archive recovery.Heikki Linnakangas2014-03-05
* Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.Heikki Linnakangas2014-03-05
* Introduce logical decoding.Robert Haas2014-03-03
* Remove bogus while-loop.Heikki Linnakangas2014-02-28
* Fix WAL replay of locking an updated tupleAlvaro Herrera2014-02-27
* btbuild no longer calls _bt_doinsert(), update comment.Heikki Linnakangas2014-02-26
* Improve comment on setting data_checksum GUC.Heikki Linnakangas2014-02-20
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-19
* Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.Heikki Linnakangas2014-02-18
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Change the order that pg_xlog and WAL archive are polled for WAL segments.Heikki Linnakangas2014-02-14
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane2014-02-12
* Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.Heikki Linnakangas2014-02-10
* Initialize the entryRes array between each call to triConsistent.Heikki Linnakangas2014-02-07
* Speed up "rare & frequent" type GIN queries.Heikki Linnakangas2014-02-07
* Remove unnecessary relcache flushes after changing btree metapages.Tom Lane2014-02-05
* Add primary_slotname to recovery.conf.sample.Fujii Masao2014-02-03
* Introduce replication slots.Robert Haas2014-01-31
* Further optimize GIN multi-key searches.Heikki Linnakangas2014-01-29
* Further optimize multi-key GIN searches.Heikki Linnakangas2014-01-29
* Allow skipping some items in a multi-key GIN search.Heikki Linnakangas2014-01-29
* Revert C comment change in slot_attisnull()Bruce Momjian2014-01-28
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Adjust C comment in slot_attisnull() regarding nulls.Bruce Momjian2014-01-25
* Add recovery_target='immediate' option.Heikki Linnakangas2014-01-25
* Reset unused fields in GIN data leaf page footer.Heikki Linnakangas2014-01-24
* Fix off-by-one in newly-introdcued GIN assertion.Heikki Linnakangas2014-01-24