summaryrefslogtreecommitdiff
path: root/src
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 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
2014-09-09Change the spinlock primitives to function as compiler barriers.Robert Haas
2014-09-09Add width_bucket(anyelement, anyarray).Tom Lane
2014-09-09Allow empty content in xml typePeter Eisentraut
2014-09-09Move ALTER ... ALL IN to ProcessUtilitySlowStephen Frost
2014-09-09Fix typo in solaris spinlock fix.Andres Freund
2014-09-08Fix spinlock implementation for some !solaris sparc platforms.Andres Freund
2014-09-08Fix psql \s to work with recent libedit, and add pager support.Tom Lane
2014-09-07Tab completion for ALTER .. ALL IN TABLESPACEStephen Frost
2014-09-05Report timezone offset in pg_dump/pg_dumpallBruce Momjian
2014-09-05Rename C variables in formatting.c, for clarityBruce Momjian
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-09-05Add tab-completion for reloptions like user_catalog_table.Fujii Masao
2014-09-04Fix segmentation fault that an empty prepared statement could cause.Fujii Masao
2014-09-04Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.Robert Haas