]> granicus.if.org Git - postgresql/history - src
Stamp shared-library minor version numbers for 9.5.
[postgresql] / src /
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 MasaoSave pg_stat_statements statistics file into $PGDATA...
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-01 Andrew DunstanImprove the efficiency of certain jsonb get operations.
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-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 Magnus HaganderEnsure cleanup in case of early errors in streaming...
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-27 Tom LaneSupport BSD and e2fsprogs UUID libraries alongside...
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 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 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 Peter EisentrautFix spurious tab character
2014-05-20 Tom LanePrevent auto_explain from changing the output of a...
2014-05-19 Tom LaneUpdate obsolete comment.
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-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 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 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 Eisentrautpg_ctl: Write error messages to stderr
2014-05-15 Tom LaneIn initdb, ensure stdout/stderr buffering behavior...
2014-05-14 Tom LaneCode review for recent changes in relcache.c.
2014-05-14 Tom LaneMake initdb throw error for bad locale values.
2014-05-13 Heikki LinnakangasFix harmless access to uninitialized memory.
2014-05-13 Noah MischAdd Valgrind suppression for reorderbuffer padding...
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 Heikki LinnakangasFree PQresult on error in pg_receivexlog.
2014-05-11 Tom LaneStamp 9.4beta1. REL9_4_BETA1
2014-05-11 Tom LaneFind postgresql.auto.conf in PGDATA even when postgresq...
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
2014-05-11 Peter EisentrautTranslation updates
2014-05-10 Tom LaneRename min_recovery_apply_delay to recovery_min_apply_d...
2014-05-10 Heikki LinnakangasFix bug in lossy-page handling in GIN
2014-05-09 Tom LaneFix broken allocation logic in recently-rewritten jsonb...
2014-05-09 Tom LaneGet rid of bogus dependency on typcategory in to_json...
2014-05-09 Robert HaasCode review for logical decoding patch.
2014-05-09 Robert HaasRemove overeager assertion in logical_heap_begin_rewrite.
2014-05-09 Tom LaneTeach add_json() that jsonb is of TYPCATEGORY_JSON.
2014-05-09 Tom LaneFix typcategory labeling of jsonb.
2014-05-09 Heikki LinnakangasMore jsonb cleanup.
2014-05-09 Tom LaneImprove key representation for GIN jsonb_ops, and fix...
2014-05-09 Heikki LinnakangasMinor cleanup of jsonb_util.c
2014-05-09 Heikki LinnakangasAvoid some pnstrdup()s when constructing jsonb
2014-05-09 Tom LaneFix missing dependencies in ecpg's test Makefiles.
2014-05-09 Tom LaneIncrease the default value of effective_cache_size...
2014-05-09 Tom LaneRevert "Auto-tune effective_cache size to be 4x shared...
2014-05-08 Noah MischUn-break ecpg test suite under --disable-integer-datetimes.
2014-05-08 Tom LaneFix comment.
2014-05-08 Tom LaneAllow for platforms that have optreset but not <getopt.h>.
2014-05-08 Heikki LinnakangasProtect against torn pages when deleting GIN list pages.
2014-05-08 Heikki LinnakangasInclude files copied from libpqport in .gitignore
2014-05-08 Tom LaneAvoid buffer bloat in libpq when server is consistently...
2014-05-07 Robert HaasWhen a background worker exists with code 0, unregister it.
next