summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-14Fix deadlock with LWLockAcquireWithVar and LWLockWaitForVar.Heikki Linnakangas
2014-10-13C comments: adjust execTuples.c for new structureBruce Momjian
2014-10-13Consistently use NULL for invalid GUC unit stringsBruce Momjian
2014-10-13Increase number of hash join buckets for underestimate.Kevin Grittner
2014-10-12Message improvementsPeter Eisentraut
2014-10-11Fix bogus optimization in JSONB containment tests.Tom Lane
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-07Fix typo in elog message.Robert Haas
2014-10-06Translation updatesPeter Eisentraut
2014-10-05Eliminate one background-worker-related flag variable.Robert Haas
2014-10-04Update time zone data files to tzdata release 2014h.Tom Lane
2014-10-03Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost
2014-10-03Don't balance vacuum cost delay when per-table settings are in effectAlvaro Herrera
2014-10-03Fix typos in comments.Robert Haas
2014-10-03Check for GiST index tuples that don't fit on a page.Heikki Linnakangas
2014-10-02Increase the number of buffer mapping partitions to 128.Robert Haas
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-01Block signals while computing the sleep time in postmaster's main loop.Andres Freund
2014-10-01Improve documentation about binary/textual output mode for output plugins.Andres Freund
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-26Fix relcache for policies, and doc updatesStephen Frost
2014-09-26Fix whitespacePeter Eisentraut
2014-09-25Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund
2014-09-25Remove ill-conceived ban on zero length json object keys.Andrew Dunstan
2014-09-25Change locking regimen around buffer replacement.Robert Haas
2014-09-25Fix VPATH builds of the replication parser from git for some !gcc compilers.Andres Freund
2014-09-25Return NULL from json_object_agg if it gets no rows.Andrew Dunstan
2014-09-24Copy-editing of row securityStephen Frost
2014-09-24Code review for row security.Stephen Frost
2014-09-24Fix bogus variable-mangling in security_barrier_replace_vars().Tom Lane
2014-09-24Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane
2014-09-23Log ALTER SYSTEM statements as DDLStephen Frost
2014-09-23Process withCheckOption exprs in setrefs.cStephen Frost
2014-09-22Remove most volatile qualifiers from xlog.cAndres Freund
2014-09-22Remove volatile qualifiers from lwlock.c.Robert Haas
2014-09-22Fix compiler warning.Robert Haas
2014-09-22Fix mishandling of CreateEventTrigStmt's eventname field.Robert Haas
2014-09-22Remove postgres --help blurb about the removed -A option.Andres Freund
2014-09-22Improve code around the recently added rm_identify rmgr callback.Andres Freund
2014-09-19Add a fast pre-check for equality of equal-length strings.Robert Haas
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-09-14Fix pointer type in size passed to memset.Heikki Linnakangas