]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2014-05-17  Tom LaneMake fallback implementation of pg_memory_barrier(...
2014-05-17  Tom LaneFix a bunch of functions that were declared static...
2014-05-17  Tom LaneFix unaligned accesses in DecodeUpdate().
2014-05-17  Heikki LinnakangasUpdate README, we don't do post-recovery cleanup action...
2014-05-16  Tom LaneMake sure chr(int) can't create invalid UTF8 sequences.
2014-05-16  Tom LaneSuppress some more valgrind whining about btree_gist.
2014-05-16  Tom LaneFix a second cause of undersized pallocs for btree_gist...
2014-05-16  Tom LaneFix valgrind warning for btree_gist indexes on macaddr.
2014-05-16  Heikki LinnakangasAdd test case for logical decoding of prepared transact...
2014-05-16  Heikki LinnakangasFix test_decoding test case's check that slot has been...
2014-05-16  Heikki LinnakangasFix thinko in logical decoding of commit-prepared records.
2014-05-16  Heikki LinnakangasOpen output file before sleeping in pg_recvlogical.
2014-05-16  Heikki LinnakangasInitialize tsId and dbId fields in WAL record of COMMIT...
2014-05-15  Tom LaneFix unportable setvbuf() usage in initdb.
2014-05-15  Peter EisentrautFix whitespace
2014-05-15  Heikki LinnakangasFix a couple of bugs in pg_recvlogical output to stdout.
2014-05-15  Heikki LinnakangasHandle duplicate XIDs in txid_snapshot.
2014-05-15  Heikki LinnakangasFix race condition in preparing a transaction for two...
2014-05-15  Heikki LinnakangasMisc message style and doc fixes.
2014-05-15  Heikki LinnakangasSilence warnings about redefining popen on Mingw-w64.
2014-05-15  Peter Eisentrautdoc: Clarify what files pg_basebackup omits from data...
2014-05-15  Peter Eisentrautpg_ctl: Write error messages to stderr
2014-05-15  Tom LaneIn initdb, ensure stdout/stderr buffering behavior...
2014-05-15  Bruce Momjianpg_update: slight major version adjustment
2014-05-15  Tom LaneFix version check for pg_upgrade line type crosscheck.
2014-05-14  Bruce Momjianpg_upgrade: error out on 'line' data type usage
2014-05-14  Tom LaneCode review for recent changes in relcache.c.
2014-05-14  Bruce Momjiandoc: fix 9.4 release notes typo
2014-05-14  Bruce Momjiandoc: fix typo in 9.4 release note comments
2014-05-14  Tom LaneMake initdb throw error for bad locale values.
2014-05-14  Bruce Momjiandocs: mention windows quoting change in 9.4 release...
2014-05-14  Bruce Momjiandoc: auto-updatable view adjustments for 9.4 release...
2014-05-13  Bruce Momjiandocs: 9.4 release notes adjustments
2014-05-13  Heikki LinnakangasFix harmless access to uninitialized memory.
2014-05-13  Heikki LinnakangasInitialize padding bytes in btree_gist varbit support.
2014-05-13  Noah MischAdd Valgrind suppression for reorderbuffer padding...
2014-05-13  Bruce Momjiandocs: use structfield instead of structname in 9.4...
2014-05-13  Bruce Momjiandoc: 9.4 release note adjustments
2014-05-13  Tom LaneBe more wary in choice of timezone names to test make_t...
2014-05-12  Tom LaneIgnore config.pl and buildenv.pl in src/tools/msvc.
2014-05-12  Fujii MasaoFix typo in test_shm_mq document.
2014-05-12  Heikki LinnakangasFree PQresult on error in pg_receivexlog.
2014-05-11  Tom LaneStamp 9.4beta1. REL9_4_BETA1
next