]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-06-17 Bruce Momjian9.4 release notes: improve valgrind mention
2014-06-17 Heikki LinnakangasRevert accidental change of WAL_DEBUG default.
2014-06-16 Tom LaneAvoid recursion when processing simple lists of AND...
2014-06-16 Bruce MomjianUse type pgsocket for Windows pipe emulation socket...
2014-06-14 Noah MischSecure Unix-domain sockets of "make check" temporary...
2014-06-14 Noah MischAdd mkdtemp() to libpgport.
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-06-13 Noah MischHarden pg_filenode_relation test against concurrent...
2014-06-13 Noah MischAdjust 9.4 release notes.
2014-06-13 Noah Mischemacs.samples: Reliably override ".dir-locals.el".
2014-06-13 Tom LaneImprove predtest.c's ability to reason about operator...
2014-06-13 Tom LaneFix pg_restore's processing of old-style BLOB COMMENTS...
2014-06-12 Tom LaneImprove tuplestore's error messages for I/O failures.
2014-06-12 Tom LaneAdjust largeobject regression test to leave a couple...
2014-06-12 Tom LanePreserve exposed type of subquery outputs when substitu...
2014-06-12 Tom LaneRemove inadvertent copyright violation in largeobject...
2014-06-12 Tom LaneAdd regression test to prevent future breakage of legac...
2014-06-12 Tom LaneRename lo_create(oid, bytea) to lo_from_bytea().
2014-06-12 Alvaro HerreraFix typos
2014-06-12 Tom LaneRemove unnecessary output expressions from unflattened...
2014-06-12 Andres FreundConsistency improvements for slot and decoding code.
2014-06-11 Noah MischHave configuration templates augment, not replace,...
2014-06-11 Noah MischConsistently define BUILDING_DLL during builds of src...
2014-06-11 Noah MischFix typos in comments.
2014-06-11 Fujii MasaoFix typos in comments.
2014-06-11 Tom LaneFix ancient encoding error in hungarian.stop.
2014-06-11 Tom LaneStamp shared-library minor version numbers for 9.5.
2014-06-11 Tom LaneStamp HEAD as 9.5devel.
2014-06-10 Tom LaneForward-port regression test for bug #10587 into 9...
2014-06-09 Tom LaneFix infinite loop when splitting inner tuples in SPGiST...
2014-06-09 Alvaro HerreraWrap multixact/members correctly during extension,...
2014-06-05 Andres FreundFix off-by-one in decoding causing one-record events...
2014-06-05 Tom LaneAdd defenses against running with a wrong selection...
2014-06-05 Andres FreundConsistently spell a replication slot's name as slot_name.
2014-06-05 Andres FreundMove regression test listing of builtin leakproof funct...
2014-06-05 Heikki LinnakangasAdjust SP-GiST WAL record formats to reduce alignment...
2014-06-05 Tom LaneTweak new regression test case for better portability.
2014-06-05 Tom LaneAdd btree and hash opclasses for pg_lsn.
2014-06-04 Tom LaneBump PG_CONTROL_VERSION for previous 9.4 changes.
2014-06-04 Andres FreundFix longstanding bug in HeapTupleSatisfiesVacuum().
2014-06-04 Fujii MasaoAdd description of pg_stat directory into doc.
2014-06-04 Fujii MasaoSave pg_stat_statements statistics file into $PGDATA...
2014-06-04 Peter EisentrautSilence Bison deprecation warnings
2014-06-03 Andrew DunstanUse EncodeDateTime instead of to_char to render JSON...
2014-06-03 Andrew DunstanDo not escape a unicode sequence when escaping JSON...
2014-06-03 Andrew DunstanOutput timestamps in ISO 8601 format when rendering...
2014-06-03 Tom LaneMake plpython_unicode regression test work in more...
2014-06-03 Andres FreundSet the process latch when processing recovery conflict...
2014-06-03 Andres FreundUse unaligned output in another regression test query...
2014-06-02 Bruce Momjiandoc: fix JSON function prototype variable label
2014-06-01 Andrew DunstanImprove the efficiency of certain jsonb get operations.
2014-05-31 Andres FreundImprovements to the replication protocol documentation.
2014-05-30 Tom LaneOn OS X, link libpython normally, ignoring the "framewo...
2014-05-30 Heikki LinnakangasFix typos in MSVC solution file.
2014-05-30 Robert HaasIn release notes, mention the need to initialize bgw_no...
2014-05-29 Tom LaneWhen using the OSSP UUID library, cache its uuid_t...
2014-05-29 Tom LaneFix uuid-ossp regression tests based on buildfarm feedback.
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Andres FreundDon't pay heed to wal_sender_timeout while creating...
2014-05-28 Heikki LinnakangasMinor refactoring of jsonb_util.c
2014-05-28 Heikki LinnakangasJsonb comparison bug fixes.
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-05-28 Tom LaneImprove regression tests for uuid-ossp.
2014-05-28 Tom LaneFix stack clobber in new uuid-ossp code.
2014-05-28 Magnus HaganderEnsure cleanup in case of early errors in streaming...
2014-05-28 Bruce Momjiandoc: improve markup of ssl_ecdh_curve commit
2014-05-28 Tom Lanepg_lsn should not be marked typispreferred.
2014-05-28 Tom LaneFix obsolete config-module-exclusion logic in vcregress.pl.
2014-05-28 Tom LanePropagate system identifier generation improvement...
2014-05-28 Bruce Momjiandoc: improve ssl_ecdh_curve descriptions
2014-05-27 Tom LaneSupport BSD and e2fsprogs UUID libraries alongside...
2014-05-27 Robert Haasworker_spi: Initialize bgw_notify_pid in all cases.
2014-05-27 Tom LaneAvoid unportable usage of sscanf(UINT64_FORMAT).
2014-05-26 Andres FreundFix pg_recvlogical to accept the documented -I instead...
2014-05-26 Peter EisentrautSmall typo and formatting fixes in postgresql.conf...
2014-05-25 Heikki LinnakangasFix error when trying to delete page with half-dead...
2014-05-25 Tom LaneAllow total number of transactions in pgbench to exceed...
2014-05-25 Andres FreundDon't allocate memory inside an Assert() iff in a criti...
2014-05-24 Andres FreundSilence a couple of spurious valgrind warnings in inval.c.
2014-05-23 Bruce Momjiandoc: link/caps fixes for 9.4 release notes
2014-05-23 Heikki LinnakangasFix misc typos in comments.
2014-05-22 Robert HaasRemove unnecessary cleanup code.
2014-05-22 Fujii MasaoFix typo in comment.
2014-05-22 Fujii MasaoFix typos in comments.
2014-05-22 Heikki LinnakangasFix typos in comments.
2014-05-21 Bruce Momjiandoc: add ALTER TABLE lock level item as major 9.4...
2014-05-21 Peter EisentrautFix spurious tab character
2014-05-20 Bruce Momjiandoc: 9.4 release notes update for pg_bench line limit...
2014-05-20 Tom LanePrevent auto_explain from changing the output of a...
2014-05-19 Tom LaneUpdate obsolete comment.
2014-05-19 Fujii MasaoFix typo in JSON function document.
2014-05-19 Heikki LinnakangasMessage style fixes to pg_recvlogical
2014-05-19 Heikki LinnakangasFix backup-block numbering in redo of b-tree split.
2014-05-19 Fujii MasaoFix incorrect column name in pg_stat_replication document.
2014-05-19 Bruce Momjiandoc: adjust JSONB 9.4 release note item
2014-05-19 Bruce Momjiandoc: 9.4 release note adjustements
2014-05-19 Tom LaneFix non-C89-compatible coding in pgbench.
2014-05-19 Bruce Momjiandoc: improve 9.4 release notes
2014-05-18 Tom LaneOoops, I broke initdb with that last patch.
2014-05-18 Tom LaneFix two ancient memory-leak bugs in relcache.c.
next