summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Return NULL from json_object_agg if it gets no rows.Andrew Dunstan2014-09-251-1/+1
* Copy-editing of row securityStephen Frost2014-09-241-1/+1
* Code review for row security.Stephen Frost2014-09-247-33/+118
* Fix bogus variable-mangling in security_barrier_replace_vars().Tom Lane2014-09-241-1/+1
* Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane2014-09-231-0/+4
* Log ALTER SYSTEM statements as DDLStephen Frost2014-09-221-1/+1
* Process withCheckOption exprs in setrefs.cStephen Frost2014-09-221-0/+3
* Remove most volatile qualifiers from xlog.cAndres Freund2014-09-221-297/+173
* Remove volatile qualifiers from lwlock.c.Robert Haas2014-09-221-53/+50
* Fix compiler warning.Robert Haas2014-09-221-2/+2
* Fix mishandling of CreateEventTrigStmt's eventname field.Robert Haas2014-09-222-2/+2
* Remove postgres --help blurb about the removed -A option.Andres Freund2014-09-221-3/+0
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-2216-34/+30
* Add a fast pre-check for equality of equal-length strings.Robert Haas2014-09-191-0/+20
* Row-Level Security Policies (RLS)Stephen Frost2014-09-1933-55/+2355
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-1918-211/+537
* Fix pointer type in size passed to memset.Heikki Linnakangas2014-09-141-1/+1
* Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane2014-09-133-28/+44
* Revert f68dc5d86b9f287f80f4417f5a24d876eb13771dBruce Momjian2014-09-121-310/+310
* More formatting.c variable renaming, for clarityBruce Momjian2014-09-121-310/+310
* Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed.Robert Haas2014-09-121-34/+41
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-133-2/+19
* Fix GIN data page split ratio calculation.Heikki Linnakangas2014-09-121-12/+17
* Fix power_var_int() for large integer exponents.Tom Lane2014-09-111-4/+26
* Add 'ignore_nulls' option to row_to_jsonStephen Frost2014-09-112-40/+29
* Remove dead InRecovery check.Heikki Linnakangas2014-09-111-2/+1
* improve hash creation warning messageBruce Momjian2014-09-111-1/+1
* Add missing volatile qualifier.Robert Haas2014-09-111-1/+1
* Silence compiler warning on Windows.Heikki Linnakangas2014-09-111-0/+3
* Implement mxid_age() to compute multi-xid ageBruce Momjian2014-09-101-0/+16
* Issue a warning during the creation of hash indexesBruce Momjian2014-09-101-0/+4
* Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas2014-09-101-28/+123
* Preserve AND/OR flatness while extracting restriction OR clauses.Tom Lane2014-09-091-2/+10
* Change the spinlock primitives to function as compiler barriers.Robert Haas2014-09-091-0/+12
* Add width_bucket(anyelement, anyarray).Tom Lane2014-09-091-0/+243
* Allow empty content in xml typePeter Eisentraut2014-09-091-5/+9
* Move ALTER ... ALL IN to ProcessUtilitySlowStephen Frost2014-09-091-4/+4
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-091-0/+2
* Rename C variables in formatting.c, for clarityBruce Momjian2014-09-051-82/+97
* Assorted message fixes and improvementsPeter Eisentraut2014-09-059-20/+22
* Fix segmentation fault that an empty prepared statement could cause.Fujii Masao2014-09-051-0/+3
* Issue clearer notice when inherited merged columns are movedBruce Momjian2014-09-031-3/+12
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-027-1655/+1325
* Support ALTER SYSTEM RESET command.Fujii Masao2014-09-022-54/+91
* Fix unportable use of isspace().Tom Lane2014-09-011-1/+1
* Fix s/pluggins/plugins/ typo in two comments.Andres Freund2014-09-011-1/+1
* Declare lwlock.c's LWLockAcquireCommon() as a static inline.Andres Freund2014-09-011-3/+3
* Protect definition of SpinlockSemaArray, just like its declaration.Andres Freund2014-09-011-0/+2
* Declare two variables in snapbuild.c as static.Andres Freund2014-08-311-2/+2
* Make backend local tracking of buffer pins memory efficient.Andres Freund2014-08-302-67/+390