summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
...
* Remove rm_safe_restartpoint machinery.Heikki Linnakangas2014-03-182-45/+9
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-185-274/+547
* Fix thinko: have trueTriConsistentFn return GIN_TRUE.Heikki Linnakangas2014-03-171-14/+21
* Fix typos in comments.Fujii Masao2014-03-173-5/+5
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-145-519/+750
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-1/+0
* Only WAL-log the modified portion in an UPDATE, if possible.Heikki Linnakangas2014-03-122-64/+266
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-123-9/+171
* In WAL replay, restore GIN metapage unconditionally to avoid torn page.Heikki Linnakangas2014-03-121-12/+11
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-071-0/+3
* Do wal_level and hot standby checks when doing crash-then-archive recovery.Heikki Linnakangas2014-03-051-2/+2
* Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.Heikki Linnakangas2014-03-051-4/+8
* Introduce logical decoding.Robert Haas2014-03-038-44/+699
* Remove bogus while-loop.Heikki Linnakangas2014-02-281-2/+2
* Fix WAL replay of locking an updated tupleAlvaro Herrera2014-02-271-3/+11
* btbuild no longer calls _bt_doinsert(), update comment.Heikki Linnakangas2014-02-261-2/+2
* Improve comment on setting data_checksum GUC.Heikki Linnakangas2014-02-201-1/+1
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-191-138/+15
* Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.Heikki Linnakangas2014-02-181-1/+1
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-3/+3
* Change the order that pg_xlog and WAL archive are polled for WAL segments.Heikki Linnakangas2014-02-141-13/+10
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-133-10/+44
* In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane2014-02-121-3/+9
* Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.Heikki Linnakangas2014-02-101-4/+5
* Initialize the entryRes array between each call to triConsistent.Heikki Linnakangas2014-02-072-17/+29
* Speed up "rare & frequent" type GIN queries.Heikki Linnakangas2014-02-074-99/+412
* Remove unnecessary relcache flushes after changing btree metapages.Tom Lane2014-02-054-37/+14
* Add primary_slotname to recovery.conf.sample.Fujii Masao2014-02-031-0/+6
* Introduce replication slots.Robert Haas2014-01-311-11/+84
* Further optimize GIN multi-key searches.Heikki Linnakangas2014-01-292-28/+96
* Further optimize multi-key GIN searches.Heikki Linnakangas2014-01-292-6/+38
* Allow skipping some items in a multi-key GIN search.Heikki Linnakangas2014-01-291-210/+250
* Revert C comment change in slot_attisnull()Bruce Momjian2014-01-281-1/+1
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-271-4/+4
* Adjust C comment in slot_attisnull() regarding nulls.Bruce Momjian2014-01-251-1/+1
* Add recovery_target='immediate' option.Heikki Linnakangas2014-01-252-1/+51
* Reset unused fields in GIN data leaf page footer.Heikki Linnakangas2014-01-242-1/+5
* Fix off-by-one in newly-introdcued GIN assertion.Heikki Linnakangas2014-01-241-1/+1
* In GIN recompression code, use mmemove rather than memcpy, for vacuum.Heikki Linnakangas2014-01-241-1/+14
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-2310-33/+25
* Fix alignment of GIN in-line posting lists stored in entry tuples.Heikki Linnakangas2014-01-231-0/+2
* Silence compiler warning.Heikki Linnakangas2014-01-231-0/+3
* Fix declaration of GinVacuumState.Heikki Linnakangas2014-01-221-2/+2
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-2211-674/+2139
* Fix missing parentheses resulting in wrong order of dereference.Robert Haas2014-01-151-1/+1
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-144-40/+90
* Accept pg_upgraded tuples during multixact freezingAlvaro Herrera2014-01-101-2/+8
* Refactor checking whether we've reached the recovery target.Heikki Linnakangas2014-01-091-157/+200
* Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas2014-01-081-5/+6
* If multiple recovery_targets are specified, use the latest one.Heikki Linnakangas2014-01-081-13/+0