summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-11-13Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas
2014-11-13Move the guts of our Levenshtein implementation into core.Robert Haas
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-11-11Add generate_series(numeric, numeric).Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-11Really fix compilation failure on MIPS.Heikki Linnakangas
2014-11-10Fix compilation failure on MIPS.Heikki Linnakangas
2014-11-10Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane
2014-11-10C comment: mention 1500-02-29 as an invalid dateBruce Momjian
2014-11-08Fix some coding issues in BRINAlvaro Herrera
2014-11-07Introduce custom path and scan providers.Robert Haas
2014-11-07Use the sortsupport infrastructure in more cases.Robert Haas
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-11-07Remove obsolete cases from GiST update redo code.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-06Implement IF NOT EXIST for CREATE INDEX.Fujii Masao
2014-11-06C comment: mention why the Gregorian calendar is used pre-1582Bruce Momjian
2014-11-05Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-11-04Remove support for 64-bit CRC.Heikki Linnakangas
2014-11-03pqmq.h needs to include something that defines StringInfo.Robert Haas
2014-10-31Support frontend-backend protocol communication using a shm_mq.Robert Haas
2014-10-30Extend dsm API with a new function dsm_unpin_mapping.Robert Haas
2014-10-30Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane
2014-10-30"Pin", rather than "keep", dynamic shared memory mappings and segments.Robert Haas
2014-10-29Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas
2014-10-27Add variable names to two LWLock C prototypesBruce Momjian
2014-10-25Add native compiler and memory barriers for solaris studio.Andres Freund
2014-10-23Add a function to get the authenticated user ID.Robert Haas
2014-10-20Renumber CHECKPOINT_* flags.Andres Freund
2014-10-20Flush unlogged table's buffers when copying or moving databases.Andres Freund
2014-10-20Correct volatility markings of a few json functions.Andrew Dunstan
2014-10-18Declare mkdtemp() only if we're providing it.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-15Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane
2014-10-13Increase number of hash join buckets for underestimate.Kevin Grittner
2014-10-08Split builtins.h to a new header ruleutils.hAlvaro Herrera
2014-10-08Extend shm_mq API with new functions shm_mq_sendv, shm_mq_set_handle.Robert Haas
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-10-03Still another typo fix for 0709b7ee72e4bc71ad07b7120acd117265ab51d0.Robert Haas
2014-10-02Increase the number of buffer mapping partitions to 128.Robert Haas
2014-10-02Install all headers for the new atomics API.Andres Freund
2014-10-01Fix some more problems with nested append relations.Tom Lane
2014-10-01Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas
2014-10-01Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.Andres Freund
2014-09-29Revert 95d737ff to add 'ignore_nulls'Stephen Frost
2014-09-29Change JSONB's on-disk format for improved performance.Tom Lane
2014-09-26Further atomic ops portability improvements and bug fixes.Andres Freund
2014-09-26Fix a couple occurrences of 'the the' in the new atomics API.Andres Freund