summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-10-07Fix typo in elog message.Robert Haas
2014-10-07Fix array overrun in ecpg's version of ParseDateTime().Tom Lane
2014-10-06Clean up Create/DropReplicationSlot query bufferStephen Frost
2014-10-06Add support for managing physical replication slots to pg_receivexlog.Andres Freund
2014-10-06Rename pg_recvlogical's --create/--drop to --create-slot/--drop-slot.Andres Freund
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-03Update time zone abbreviations lists.Tom Lane
2014-10-03Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost
2014-10-03Fix bogus logic for zic -P option.Tom Lane
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-03Still another typo fix for 0709b7ee72e4bc71ad07b7120acd117265ab51d0.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-02Install all headers for the new atomics API.Andres Freund
2014-10-01Fix some more problems with nested append relations.Tom Lane
2014-10-01Refactor replication connection code of various pg_basebackup utilities.Andres Freund
2014-10-01pg_recvlogical.c code review.Andres Freund
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-30Fix pg_dump's --if-exists for large objectsAlvaro Herrera
2014-09-29Also revert e3ec0728, JSON regression testsStephen Frost
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 identify_locking_dependencies for schema-only dumps.Robert Haas
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
2014-09-26Fix whitespacePeter Eisentraut
2014-09-26Fix atomic ops inline x86 inline assembly for older 32bit gccs.Andres Freund
2014-09-26Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics.Andres Freund
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-25Add -D option to specify data directory to pg_controldata and pg_resetxlog.Heikki Linnakangas
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 typos in descriptions of json_object functions.Andrew Dunstan
2014-09-24Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane
2014-09-23Add unicode_*_linestyle to \? variablesStephen Frost
2014-09-23Log ALTER SYSTEM statements as DDLStephen Frost
2014-09-23Process withCheckOption exprs in setrefs.cStephen Frost