summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 the capability to display summary statistics to pg_xlogdump.Andres Freund
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-09-18Fix configure check for %z printf support after INT64_MODIFIER changes.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-11pg_upgrade: adjust C commentsBruce Momjian
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-11Fix Windows build.Heikki Linnakangas
2014-09-11Silence compiler warning on Windows.Heikki Linnakangas
2014-09-11Simplify calculation of Poisson distributed delays in pgbench --rate mode.Heikki Linnakangas
2014-09-11Change the way latency is calculated with pgbench --rate option.Heikki Linnakangas
2014-09-11Handle old versions of Test::MorePeter Eisentraut
2014-09-11Support older versions of "prove"Peter Eisentraut
2014-09-11doc: improve configuration management sectionBruce Momjian
2014-09-11pg_upgrade: compare control version, not catalog versionBruce Momjian
2014-09-10pg_upgrade: check for large object size compatibilityBruce Momjian
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
2014-09-09Change the spinlock primitives to function as compiler barriers.Robert Haas
2014-09-09Add width_bucket(anyelement, anyarray).Tom Lane
2014-09-09doc: Reflect renaming of Mac OS X to OS XPeter Eisentraut
2014-09-09Allow empty content in xml typePeter Eisentraut
2014-09-09Move ALTER ... ALL IN to ProcessUtilitySlowStephen Frost