aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix a few more misc typos in comments.Heikki Linnakangas2014-04-10
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-08
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-08
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-08
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-06
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-04
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-03
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-03
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* De-anonymize the union in JsonbValue.Tom Lane2014-04-02
* Move SizeOfHeapNewCid next to xl_heap_new_cid struct.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
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-26
* Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas2014-03-24
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Fix thinkos in GinLogicValue enum.Heikki Linnakangas2014-03-21
* 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
* Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).Robert Haas2014-03-18
* Make it easy to detach completely from shared memory.Robert Haas2014-03-18
* Fix small typo in commentMagnus Hagander2014-03-17
* Cleanups from the remove-native-krb5 patchMagnus Hagander2014-03-16
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* Only WAL-log the modified portion in an UPDATE, if possible.Heikki Linnakangas2014-03-12
* Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao2014-03-13
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-12
* Allow dynamic shared memory segments to be kept until shutdown.Robert Haas2014-03-10
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Teach on_exit_reset() to discard pending cleanups for dsm.Robert Haas2014-03-10
* C comments: improve description of relfilenode uniquenessBruce Momjian2014-03-08
* Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane2014-03-07
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-07
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-06
* C comment update: relfilenode is only unique with a tablespaceBruce Momjian2014-03-05
* Add comment that ec_relids excludes "child" EquivalenceClass members.Tom Lane2014-03-05
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-04
* Minor corrections to logical decoding patch.Robert Haas2014-03-04
* Introduce logical decoding.Robert Haas2014-03-03
* Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas2014-03-03
* Bump catversion.Robert Haas2014-03-03
* Corrections to replication slots code and documentation.Robert Haas2014-03-03
* Define LSNOID in pg_type.h.Robert Haas2014-03-03
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-01
* Allow BASE_BACKUP to be throttledAlvaro Herrera2014-02-27
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-25