| Commit message (Expand) | Author | Age |
* | Move SizeOfHeapNewCid next to xl_heap_new_cid struct. | 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 |
* | Cleanup around json_to_record/json_to_recordset | Andrew Dunstan | 2014-03-26 |
* | Change ginMergeItemPointers to return a palloc'd array. | Heikki Linnakangas | 2014-03-24 |
* | Introduce jsonb, a structured format for storing json. | Andrew Dunstan | 2014-03-23 |
* | Offer triggers on foreign tables. | Noah Misch | 2014-03-23 |
* | Fix thinkos in GinLogicValue enum. | Heikki Linnakangas | 2014-03-21 |
* | 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 |
* | Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size). | Robert Haas | 2014-03-18 |
* | Make it easy to detach completely from shared memory. | Robert Haas | 2014-03-18 |
* | Fix small typo in comment | Magnus Hagander | 2014-03-17 |
* | Cleanups from the remove-native-krb5 patch | Magnus Hagander | 2014-03-16 |
* | Fix race condition in B-tree page deletion. | Heikki Linnakangas | 2014-03-14 |
* | Only WAL-log the modified portion in an UPDATE, if possible. | Heikki Linnakangas | 2014-03-12 |
* | Show PIDs of lock holders and waiters in log_lock_waits log message. | Fujii Masao | 2014-03-13 |
* | Allow opclasses to provide tri-valued GIN consistent functions. | Heikki Linnakangas | 2014-03-12 |
* | Allow dynamic shared memory segments to be kept until shutdown. | Robert Haas | 2014-03-10 |
* | Allow logical decoding via the walsender interface. | Robert Haas | 2014-03-10 |
* | Teach on_exit_reset() to discard pending cleanups for dsm. | Robert Haas | 2014-03-10 |
* | C comments: improve description of relfilenode uniqueness | Bruce Momjian | 2014-03-08 |
* | Remove unportable use of anonymous unions from reorderbuffer.h. | Tom Lane | 2014-03-07 |
* | Fix dangling smgr_owner pointer when a fake relcache entry is freed. | Heikki Linnakangas | 2014-03-07 |
* | Avoid getting more than AccessShareLock when deparsing a query. | Tom Lane | 2014-03-06 |
* | C comment update: relfilenode is only unique with a tablespace | Bruce Momjian | 2014-03-05 |
* | Add comment that ec_relids excludes "child" EquivalenceClass members. | Tom Lane | 2014-03-05 |
* | Constructors for interval, timestamp, timestamptz | Alvaro Herrera | 2014-03-04 |
* | Minor corrections to logical decoding patch. | Robert Haas | 2014-03-04 |
* | Introduce logical decoding. | Robert Haas | 2014-03-03 |
* | Rename huge_tlb_pages to huge_pages, and improve docs. | Heikki Linnakangas | 2014-03-03 |
* | Bump catversion. | Robert Haas | 2014-03-03 |
* | Corrections to replication slots code and documentation. | Robert Haas | 2014-03-03 |
* | Define LSNOID in pg_type.h. | Robert Haas | 2014-03-03 |
* | Allow regex operations to be terminated early by query cancel requests. | Tom Lane | 2014-03-01 |
* | Allow BASE_BACKUP to be throttled | Alvaro Herrera | 2014-02-27 |
* | Show xid and xmin in pg_stat_activity and pg_stat_replication. | Robert Haas | 2014-02-25 |
* | Use pg_lsn data type in pg_stat_replication, too. | Robert Haas | 2014-02-24 |
* | Switch various builtin functions to use pg_lsn instead of text. | Robert Haas | 2014-02-19 |
* | Further code review for pg_lsn data type. | Robert Haas | 2014-02-19 |
* | pg_lsn macro naming and type behavior revisions. | Robert Haas | 2014-02-19 |
* | Add a pg_lsn data type, to represent an LSN. | Robert Haas | 2014-02-19 |
* | Predict integer overflow to avoid buffer overruns. | Noah Misch | 2014-02-17 |
* | Fix handling of wide datetime input/output. | Noah Misch | 2014-02-17 |
* | Avoid repeated name lookups during table and index DDL. | Robert Haas | 2014-02-17 |
* | Prevent privilege escalation in explicit calls to PL validators. | Noah Misch | 2014-02-17 |
* | PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. | Tom Lane | 2014-02-16 |
* | PGDLLIMPORT'ify DateStyle and IntervalStyle. | Tom Lane | 2014-02-16 |