aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Revert 95d737ff to add 'ignore_nulls'Stephen Frost2014-09-29
* Change JSONB's on-disk format for improved performance.Tom Lane2014-09-29
* Fix relcache for policies, and doc updatesStephen Frost2014-09-26
* Fix whitespacePeter Eisentraut2014-09-26
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Remove ill-conceived ban on zero length json object keys.Andrew Dunstan2014-09-25
* Change locking regimen around buffer replacement.Robert Haas2014-09-25
* Fix VPATH builds of the replication parser from git for some !gcc compilers.Andres Freund2014-09-25
* Return NULL from json_object_agg if it gets no rows.Andrew Dunstan2014-09-25
* Copy-editing of row securityStephen Frost2014-09-24
* Code review for row security.Stephen Frost2014-09-24
* Fix bogus variable-mangling in security_barrier_replace_vars().Tom Lane2014-09-24
* Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane2014-09-23
* Log ALTER SYSTEM statements as DDLStephen Frost2014-09-22
* Process withCheckOption exprs in setrefs.cStephen Frost2014-09-22
* Remove most volatile qualifiers from xlog.cAndres Freund2014-09-22
* Remove volatile qualifiers from lwlock.c.Robert Haas2014-09-22
* Fix compiler warning.Robert Haas2014-09-22
* Fix mishandling of CreateEventTrigStmt's eventname field.Robert Haas2014-09-22
* Remove postgres --help blurb about the removed -A option.Andres Freund2014-09-22
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-22
* Add a fast pre-check for equality of equal-length strings.Robert Haas2014-09-19
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Fix pointer type in size passed to memset.Heikki Linnakangas2014-09-14
* Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane2014-09-13
* Revert f68dc5d86b9f287f80f4417f5a24d876eb13771dBruce Momjian2014-09-12
* More formatting.c variable renaming, for clarityBruce Momjian2014-09-12
* Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed.Robert Haas2014-09-12
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-13
* Fix GIN data page split ratio calculation.Heikki Linnakangas2014-09-12
* Fix power_var_int() for large integer exponents.Tom Lane2014-09-11
* Add 'ignore_nulls' option to row_to_jsonStephen Frost2014-09-11
* Remove dead InRecovery check.Heikki Linnakangas2014-09-11
* improve hash creation warning messageBruce Momjian2014-09-11
* Add missing volatile qualifier.Robert Haas2014-09-11
* Silence compiler warning on Windows.Heikki Linnakangas2014-09-11
* Implement mxid_age() to compute multi-xid ageBruce Momjian2014-09-10
* Issue a warning during the creation of hash indexesBruce Momjian2014-09-10
* Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas2014-09-10
* Preserve AND/OR flatness while extracting restriction OR clauses.Tom Lane2014-09-09
* Change the spinlock primitives to function as compiler barriers.Robert Haas2014-09-09
* Add width_bucket(anyelement, anyarray).Tom Lane2014-09-09
* Allow empty content in xml typePeter Eisentraut2014-09-09
* Move ALTER ... ALL IN to ProcessUtilitySlowStephen Frost2014-09-09
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-09
* Rename C variables in formatting.c, for clarityBruce Momjian2014-09-05
* Assorted message fixes and improvementsPeter Eisentraut2014-09-05
* Fix segmentation fault that an empty prepared statement could cause.Fujii Masao2014-09-05
* Issue clearer notice when inherited merged columns are movedBruce Momjian2014-09-03