]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-07-02 Tom LaneAllow CREATE/ALTER DATABASE to manipulate datistemplate...
2014-07-01 Tom LaneRefactor CREATE/ALTER DATABASE syntax so options need...
2014-07-01 Tom LaneRemove some useless code in the configure script.
2014-07-01 Tom LaneImprove handling of OOM score adjustment in sample...
2014-07-01 Tom LaneFix inadequately-sized output buffer in contrib/unaccent.
2014-07-01 Robert HaasAvoid copying index tuples when building an index.
2014-07-01 Tom LaneIssue a WARNING about invalid rule file format in contr...
2014-07-01 Tom LaneAllow multi-character source strings in contrib/unaccent.
2014-07-01 Tom LaneAllow empty replacement strings 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 FreundFix typos in the cluster_name commit.
2014-06-30 Andres FreundCheck interrupts during logical decoding more frequently.
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-29 Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-29 Andres FreundAdd cluster_name GUC which is included in process title...
2014-06-28 Andres FreundRemove Alpha and Tru64 support.
2014-06-28 Tom LaneAllow pushdown of WHERE quals into subqueries with...
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-24 Robert HaasCheck for interrupts during tuple-insertion loops.
2014-06-23 Heikki LinnakangasImprove tab-completion of DROP and ALTER ENABLE/DISABLE...
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-23 Heikki LinnakangasFix bug in WAL_DEBUG.
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 Tom LaneAdd Asserts to verify that catalog cache keys are uniqu...
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 Andres FreundDon't allow to disable backend assertions via the debug...
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
2014-06-20 Noah MischFix contrib/pg_upgrade/test.sh for $PWD containing...
2014-06-20 Noah MischLet installcheck-world pass against a server requiring...
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-19 Tom LaneImprove our mechanism for controlling the Linux out...
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 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
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-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...
next