aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-10
* C comment: mention 1500-02-29 as an invalid dateBruce Momjian2014-11-09
* Fix some coding issues in BRINAlvaro Herrera2014-11-08
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Use the sortsupport infrastructure in more cases.Robert Haas2014-11-07
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Remove obsolete cases from GiST update redo code.Heikki Linnakangas2014-11-07
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Implement IF NOT EXIST for CREATE INDEX.Fujii Masao2014-11-06
* C comment: mention why the Gregorian calendar is used pre-1582Bruce Momjian2014-11-06
* Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas2014-11-05
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Remove support for 64-bit CRC.Heikki Linnakangas2014-11-04
* pqmq.h needs to include something that defines StringInfo.Robert Haas2014-11-03
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-31
* Extend dsm API with a new function dsm_unpin_mapping.Robert Haas2014-10-30
* Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane2014-10-30
* "Pin", rather than "keep", dynamic shared memory mappings and segments.Robert Haas2014-10-30
* Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas2014-10-29
* Add variable names to two LWLock C prototypesBruce Momjian2014-10-27
* Add native compiler and memory barriers for solaris studio.Andres Freund2014-10-25
* Add a function to get the authenticated user ID.Robert Haas2014-10-23
* Renumber CHECKPOINT_* flags.Andres Freund2014-10-21
* Flush unlogged table's buffers when copying or moving databases.Andres Freund2014-10-20
* Correct volatility markings of a few json functions.Andrew Dunstan2014-10-20
* Declare mkdtemp() only if we're providing it.Tom Lane2014-10-17
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane2014-10-15
* Increase number of hash join buckets for underestimate.Kevin Grittner2014-10-13
* Split builtins.h to a new header ruleutils.hAlvaro Herrera2014-10-08
* Extend shm_mq API with new functions shm_mq_sendv, shm_mq_set_handle.Robert Haas2014-10-08
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Still another typo fix for 0709b7ee72e4bc71ad07b7120acd117265ab51d0.Robert Haas2014-10-03
* Increase the number of buffer mapping partitions to 128.Robert Haas2014-10-02
* Install all headers for the new atomics API.Andres Freund2014-10-02
* Fix some more problems with nested append relations.Tom Lane2014-10-01
* Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas2014-10-01
* Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.Andres Freund2014-10-01
* Revert 95d737ff to add 'ignore_nulls'Stephen Frost2014-09-29
* Change JSONB's on-disk format for improved performance.Tom Lane2014-09-29
* Further atomic ops portability improvements and bug fixes.Andres Freund2014-09-26
* Fix a couple occurrences of 'the the' in the new atomics API.Andres Freund2014-09-26
* Fix whitespacePeter Eisentraut2014-09-26
* Fix atomic ops inline x86 inline assembly for older 32bit gccs.Andres Freund2014-09-26
* Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics.Andres Freund2014-09-26
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Change locking regimen around buffer replacement.Robert Haas2014-09-25
* Code review for row security.Stephen Frost2014-09-24
* Fix typos in descriptions of json_object functions.Andrew Dunstan2014-09-24
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-22