| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Introduce logical decoding. | Robert Haas | 2014-03-03 |
* | Remove bogus while-loop. | Heikki Linnakangas | 2014-02-28 |
* | Fix WAL replay of locking an updated tuple | Alvaro Herrera | 2014-02-27 |
* | btbuild no longer calls _bt_doinsert(), update comment. | Heikki Linnakangas | 2014-02-26 |
* | Improve comment on setting data_checksum GUC. | Heikki Linnakangas | 2014-02-20 |
* | Switch various builtin functions to use pg_lsn instead of text. | Robert Haas | 2014-02-19 |
* | Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2. | Heikki Linnakangas | 2014-02-18 |
* | Prevent potential overruns of fixed-size buffers. | Tom Lane | 2014-02-17 |
* | Change the order that pg_xlog and WAL archive are polled for WAL segments. | Heikki Linnakangas | 2014-02-14 |
* | Separate multixact freezing parameters from xid's | Alvaro Herrera | 2014-02-13 |
* | In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages. | Tom Lane | 2014-02-12 |
* | Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily. | Heikki Linnakangas | 2014-02-10 |
* | Initialize the entryRes array between each call to triConsistent. | Heikki Linnakangas | 2014-02-07 |
* | Speed up "rare & frequent" type GIN queries. | Heikki Linnakangas | 2014-02-07 |
* | Remove unnecessary relcache flushes after changing btree metapages. | Tom Lane | 2014-02-05 |
* | Add primary_slotname to recovery.conf.sample. | Fujii Masao | 2014-02-03 |
* | Introduce replication slots. | Robert Haas | 2014-01-31 |
* | Further optimize GIN multi-key searches. | Heikki Linnakangas | 2014-01-29 |
* | Further optimize multi-key GIN searches. | Heikki Linnakangas | 2014-01-29 |
* | Allow skipping some items in a multi-key GIN search. | Heikki Linnakangas | 2014-01-29 |
* | Revert C comment change in slot_attisnull() | Bruce Momjian | 2014-01-28 |
* | Relax the requirement that all lwlocks be stored in a single array. | Robert Haas | 2014-01-27 |
* | Adjust C comment in slot_attisnull() regarding nulls. | Bruce Momjian | 2014-01-25 |
* | Add recovery_target='immediate' option. | Heikki Linnakangas | 2014-01-25 |
* | Reset unused fields in GIN data leaf page footer. | Heikki Linnakangas | 2014-01-24 |
* | Fix off-by-one in newly-introdcued GIN assertion. | Heikki Linnakangas | 2014-01-24 |
* | In GIN recompression code, use mmemove rather than memcpy, for vacuum. | Heikki Linnakangas | 2014-01-24 |
* | Allow use of "z" flag in our printf calls, and use it where appropriate. | Tom Lane | 2014-01-23 |
* | Fix alignment of GIN in-line posting lists stored in entry tuples. | Heikki Linnakangas | 2014-01-23 |
* | Silence compiler warning. | Heikki Linnakangas | 2014-01-23 |
* | Fix declaration of GinVacuumState. | Heikki Linnakangas | 2014-01-22 |
* | Compress GIN posting lists, for smaller index size. | Heikki Linnakangas | 2014-01-22 |
* | Fix missing parentheses resulting in wrong order of dereference. | Robert Haas | 2014-01-15 |
* | Fix multiple bugs in index page locking during hot-standby WAL replay. | Tom Lane | 2014-01-14 |
* | Accept pg_upgraded tuples during multixact freezing | Alvaro Herrera | 2014-01-10 |
* | Refactor checking whether we've reached the recovery target. | Heikki Linnakangas | 2014-01-09 |
* | Fix pause_at_recovery_target + recovery_target_inclusive combination. | Heikki Linnakangas | 2014-01-08 |
* | If multiple recovery_targets are specified, use the latest one. | Heikki Linnakangas | 2014-01-08 |