summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-09-11Add missing volatile qualifier.Robert Haas
2014-09-11Silence compiler warning on Windows.Heikki Linnakangas
2014-09-11Handle old versions of Test::MorePeter Eisentraut
2014-09-11Support older versions of "prove"Peter Eisentraut
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-10Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.Robert Haas
2014-09-10Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas
2014-09-10Add support for optional_argument to our own getopt_long() implementation.Andres Freund
2014-09-10Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.Andres Freund
2014-09-09Preserve AND/OR flatness while extracting restriction OR clauses.Tom Lane
2014-09-09Add new psql help topics, accessible to both --help and \?.Andres Freund