]> granicus.if.org Git - postgresql/history - src
Propagate system identifier generation improvement into pg_resetxlog.
[postgresql] / src /
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.
2014-05-07 Robert HaasWhen a bgworker exits, always call ReleasePostmasterChi...
2014-05-07 Robert HaasRestart bgworkers immediately after a crash-and-restart...
2014-05-07 Heikki LinnakangasClean up jsonb code.
2014-05-07 Robert HaasDetach shared memory from bgworkers without shmem access.
2014-05-07 Tom LaneFix failure to set ActiveSnapshot while rewinding a...
2014-05-07 Robert HaasNever crash-and-restart for bgworkers without shared...
2014-05-07 Tom LaneFix some more confusion between uint32 and Datum.
2014-05-07 Jeff DavisFix interval test, which was broken for floating-point...
2014-05-07 Tom Lanehash_any returns Datum, not uint32 (and definitely...
2014-05-07 Jeff DavisImprove comment for tricky aspect of index-only scans.
2014-05-07 Bruce MomjianWith ecpg exclusion removed, re-run pgindent for 9.4
2014-05-07 Bruce MomjianRemove pgindent ecpg exclusion pattern
2014-05-06 Simon Riggspg_basebackup streaming: adjust version check msg
2014-05-06 Bruce MomjianImprove pgindent test instructions
2014-05-06 Robert HaasFix logic bug in dsm_attach().
2014-05-06 Bruce MomjianFix improperly passed file descriptors
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-06 Bruce MomjianAdjust pgindent to remove tabs after periods in C comments.
2014-05-06 Bruce MomjianFix detection of short tar files, broken by commit...
2014-05-06 Simon RiggsCorrect comment in Hot Standby nbtree handling
2014-05-06 Bruce MomjianUpdate typedef list in preparation for pgindent run
2014-05-06 Simon Riggspg_basebackup streaming: adjust version check msg
2014-05-06 Heikki LinnakangasFix use of free in walsender error handling after a...
2014-05-06 Michael MeskesFix handling of array of char pointers in ecpglib.
2014-05-06 Bruce MomjianProperly detect read and write errors in pg_dump/dumpal...
2014-05-05 Tom LaneFix possible cache invalidation failure in ReceiveShare...
2014-05-05 Tom LaneFix pg_type.typlen for newly-revived line type.
2014-05-05 Tom LaneFix case of pg_dump -Fc to an unseekable file (such...
2014-05-05 Heikki LinnakangasPass sensible value to memset() when randomizing reorde...
2014-05-05 Heikki LinnakangasDon't leak memory after connection aborts in pg_recvlog...
2014-05-05 Heikki LinnakangasUse Size instead of uint32 to store result of sizeof()
2014-05-05 Heikki LinnakangasAssert that pre/post-fix updated tuples are on the...
next