]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2014-07-08  Peter Eisentrautdoc: Link text to table by id
2014-07-08  Tom LaneDon't assume a subquery's output is unique if there...
2014-07-08  Peter Eisentrautdoc: Fix spacing in verbatim environments
2014-07-07  Bruce Momjianpg_upgrade: allow upgrades for new-only TOAST tables
2014-07-06  Andres FreundFix decoding of MULTI_INSERTs when rows other than...
2014-07-06  Noah MischConsistently pass an "unsigned char" to ctype.h functions.
2014-07-03  Tom LaneDon't cache per-group context across the whole query...
2014-07-03  Tom LaneRedesign API presented by nodeAgg.c for ordered-set...
2014-07-03  Peter EisentrautUse a separate temporary directory for the Unix-domain...
2014-07-03  Peter EisentrautSupport vpath builds in TAP tests
2014-07-02  Kevin GrittnerSmooth reporting of commit/rollback statistics.
2014-07-02  Bruce Momjianpg_upgrade: preserve database and relation minmxid...
2014-07-02  Bruce Momjianpg_upgrade: no need to remove "members" files for...
2014-07-02  Tom LaneAdd some errdetail to checkRuleResultList().
2014-07-02  Fujii MasaoPrevent psql from issuing BEGIN before ALTER SYSTEM...
2014-07-01  Tom LaneFix inadequately-sized output buffer in contrib/unaccent.
2014-06-30  Bruce Momjianpg_upgrade: update C comments about pg_dumpall
2014-06-30  Noah MischDon't prematurely free the BufferAccessStrategy in...
2014-06-30  Andres FreundCheck interrupts during logical decoding more frequently.
2014-06-30  Heikki LinnakangasRevert the assertion of no palloc's in critical section.
2014-06-29  Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-27  Alvaro HerreraHave multixact be truncated by checkpoint, not vacuum
2014-06-27  Alvaro HerreraDon't allow relminmxid to go backwards during VACUUM...
2014-06-27  Alvaro HerreraFix broken Assert() introduced by 8e9a16ab8f7f0e58
2014-06-27  Tom LaneDisallow pushing volatile qual expressions down into...
2014-06-26  Tom LaneGet rid of bogus separate pg_proc entries for json_extr...
2014-06-26  Tom LaneForward-patch regression test for "could not find pathk...
2014-06-26  Fujii MasaoRemove obsolete example of CSV log file name from log_f...
2014-06-25  Tom LaneRationalize error messages within jsonfuncs.c.
2014-06-25  Tom LaneCosmetic improvements in jsonfuncs.c.
2014-06-25  Tom LaneFix handling of nested JSON objects in json_populate_re...
2014-06-24  Bruce Momjianpg_upgrade: remove pg_multixact files left by initdb
2014-06-24  Heikki LinnakangasDon't allow foreign tables with OIDs.
2014-06-23  Fujii MasaoFix typo in replication slot function doc.
2014-06-23  Fujii MasaoAdd missing closing parenthesis into max_replication_sl...
2014-06-21  Bruce Momjiandoc: adjust JSONB GIN index description
2014-06-21  Bruce Momjian9.4 release notes: adjust some entry wording
2014-06-21  Kevin GrittnerFix documentation template for CREATE TRIGGER.
2014-06-20  Joe ConwayClean up data conversion short-lived memory context.
2014-06-20  Andres FreundDo all-visible handling in lazy_vacuum_page() outside...
2014-06-20  Tom LaneAvoid leaking memory while evaluating arguments for...
2014-06-19  Tom LaneDocument SQL functions' behavior of parsing the whole...
2014-06-19  Kevin GrittnerFix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.
2014-06-19  Fujii MasaoDon't allow data_directory to be set in postgresql...
2014-06-18  Andrew DunstanRemove unnecessary check for jbvBinary in convertJsonbV...
2014-06-18  Tom LaneFix weird spacing in error message.
2014-06-18  Andrew DunstanDocument that jsonb has all the standard comparison...
2014-06-18  Noah MischFix the MSVC build process for uuid-ossp.
2014-06-17  Bruce Momjian9.4 release notes: improve valgrind mention
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-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 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 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  Andres FreundConsistency improvements for slot and decoding code.
2014-06-11  Tom LaneFix ancient encoding error in hungarian.stop.
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...
next