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