summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-19Mark x86's memory barrier inline assembly as clobbering the cpu flags.Andres Freund
2014-09-19Avoid 'clobbered by longjmp' warning in psql/copy.c.Andres Freund
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-09-17Fix TAP checks when current directory name contains spacesPeter Eisentraut
2014-09-16Fix the return type of GIN triConsistent support functions to "char".Heikki Linnakangas
2014-09-15Follow the RFCs more closely in libpq server certificate hostname check.Heikki Linnakangas
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-14Run missing documentation tools through "missing"Peter Eisentraut
2014-09-13pg_ctl: Add tests for behavior with nonexistent data directoryPeter Eisentraut
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-12Add unicode_{column|header|border}_style to psqlStephen Frost
2014-09-12Handle border = 3 in expanded modeStephen Frost
2014-09-12Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas
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-12Fix JSON regression tests.Tom Lane
2014-09-12Fix vacuumdb --analyze-in-stages --all orderPeter Eisentraut
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