summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-19Improve our mechanism for controlling the Linux out-of-memory killer.Tom Lane
2014-06-18Remove unnecessary check for jbvBinary in convertJsonbValue.Andrew Dunstan
2014-06-18Fix weird spacing in error message.Tom Lane
2014-06-18Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane
2014-06-18Fix the MSVC build process for uuid-ossp.Noah Misch
2014-06-17Revert accidental change of WAL_DEBUG default.Heikki Linnakangas
2014-06-16Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane
2014-06-16Use type pgsocket for Windows pipe emulation socket callsBruce Momjian
2014-06-14Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-06-13Harden pg_filenode_relation test against concurrent DROP TABLE.Noah Misch
2014-06-13emacs.samples: Reliably override ".dir-locals.el".Noah Misch
2014-06-13Improve predtest.c's ability to reason about operator expressions.Tom Lane
2014-06-13Fix pg_restore's processing of old-style BLOB COMMENTS data.Tom Lane
2014-06-12Improve tuplestore's error messages for I/O failures.Tom Lane
2014-06-12Adjust largeobject regression test to leave a couple of LOs behind.Tom Lane
2014-06-12Preserve exposed type of subquery outputs when substituting NULLs.Tom Lane
2014-06-12Remove inadvertent copyright violation in largeobject regression test.Tom Lane
2014-06-12Add regression test to prevent future breakage of legacy query in libpq.Tom Lane
2014-06-12Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane
2014-06-12Fix typosAlvaro Herrera
2014-06-12Remove unnecessary output expressions from unflattened subqueries.Tom Lane
2014-06-12Consistency improvements for slot and decoding code.Andres Freund
2014-06-11Have configuration templates augment, not replace, LDFLAGS.Noah Misch
2014-06-11Consistently define BUILDING_DLL during builds of src/port for Windows.Noah Misch
2014-06-11Fix typos in comments.Noah Misch
2014-06-11Fix typos in comments.Fujii Masao
2014-06-11Fix ancient encoding error in hungarian.stop.Tom Lane
2014-06-11Stamp shared-library minor version numbers for 9.5.Tom Lane
2014-06-11Stamp HEAD as 9.5devel.Tom Lane
2014-06-10Forward-port regression test for bug #10587 into 9.3 and HEAD.Tom Lane
2014-06-09Fix infinite loop when splitting inner tuples in SPGiST text indexes.Tom Lane
2014-06-09Wrap multixact/members correctly during extension, take 2Alvaro Herrera
2014-06-05Fix off-by-one in decoding causing one-record events to be skipped.Andres Freund
2014-06-05Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane
2014-06-05Consistently spell a replication slot's name as slot_name.Andres Freund
2014-06-05Move regression test listing of builtin leakproof functions to opr_sanity.sql.Andres Freund
2014-06-05Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas
2014-06-05Tweak new regression test case for better portability.Tom Lane
2014-06-05Add btree and hash opclasses for pg_lsn.Tom Lane
2014-06-04Bump PG_CONTROL_VERSION for previous 9.4 changes.Tom Lane
2014-06-04Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund
2014-06-04Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...Fujii Masao
2014-06-03Use EncodeDateTime instead of to_char to render JSON timestamps.Andrew Dunstan
2014-06-03Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan
2014-06-03Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan
2014-06-03Make plpython_unicode regression test work in more database encodings.Tom Lane
2014-06-03Set the process latch when processing recovery conflict interrupts.Andres Freund
2014-06-03Use unaligned output in another regression test query to reduce diff noise.Andres Freund