summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2014-09-14Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane
2014-09-13Revert f68dc5d86b9f287f80f4417f5a24d876eb13771dBruce Momjian
2014-09-13More formatting.c variable renaming, for clarityBruce Momjian
2014-09-12Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed.Robert Haas
2014-09-12Add GUC to enable logging of replication commands.Fujii Masao
2014-09-12Fix GIN data page split ratio calculation.Heikki Linnakangas
2014-09-12Fix power_var_int() for large integer exponents.Tom Lane
2014-09-12Add 'ignore_nulls' option to row_to_jsonStephen Frost
2014-09-11Remove dead InRecovery check.Heikki Linnakangas
2014-09-11improve hash creation warning messageBruce Momjian
2014-09-11Add missing volatile qualifier.Robert Haas
2014-09-11Silence compiler warning on Windows.Heikki Linnakangas
2014-09-10Implement mxid_age() to compute multi-xid ageBruce Momjian
2014-09-10Issue a warning during the creation of hash indexesBruce Momjian
2014-09-10Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas
2014-09-09Preserve AND/OR flatness while extracting restriction OR clauses.Tom Lane
2014-09-09Change the spinlock primitives to function as compiler barriers.Robert Haas
2014-09-09Add width_bucket(anyelement, anyarray).Tom Lane
2014-09-09Allow empty content in xml typePeter Eisentraut
2014-09-09Move ALTER ... ALL IN to ProcessUtilitySlowStephen Frost
2014-09-08Fix spinlock implementation for some !solaris sparc platforms.Andres Freund
2014-09-05Rename C variables in formatting.c, for clarityBruce Momjian
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-09-04Fix segmentation fault that an empty prepared statement could cause.Fujii Masao
2014-09-03Issue clearer notice when inherited merged columns are movedBruce Momjian
2014-09-02Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas
2014-09-02Support ALTER SYSTEM RESET command.Fujii Masao
2014-09-01Fix unportable use of isspace().Tom Lane
2014-09-01Fix s/pluggins/plugins/ typo in two comments.Andres Freund