]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2013-11-14  Peter EisentrautFix whitespace
2013-11-13  Tom LaneClarify CREATE FUNCTION documentation about handling...
2013-11-13  Andrew DunstanFix isolation check for MSVC to handle recent changes.
2013-11-13  Robert HaasFix relfilenodemap.c's handling of cache invalidations.
2013-11-13  Bruce Momjiandocs: clarify MVCC introduction to allow for per-state...
2013-11-13  Kevin GrittnerFree ignorelist after each regression test schedule.
2013-11-13  Heikki LinnakangasFix bug in GIN posting tree root creation.
2013-11-13  Peter EisentrautMove variable closer to where it is used
2013-11-13  Peter Eisentrautgitattributes: Make syntax compatible with older Git...
2013-11-12  Robert HaasTry again to make pg_isolation_regress work its build...
2013-11-12  Robert Haasdoc: Fix typo.
2013-11-12  Magnus HaganderFix doc links in README file to work with new website...
2013-11-12  Peter EisentrautRemove leftovers of IRIX port
2013-11-11  Tom LaneFix failure with whole-row reference to a subquery.
2013-11-11  Tom LaneFix ruleutils pretty-printing to not generate trailing...
2013-11-11  Tom LaneRe-allow duplicate aliases within aliased JOINs.
2013-11-11  Magnus HaganderDon't abort pg_basebackup when receiving empty WAL...
2013-11-10  Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-09  Robert HaasFix ECPG compiler warning.
2013-11-08  Heikki LinnakangasFix race condition in GIN posting tree page deletion.
2013-11-08  Robert Haasdoc: Clarify under what circumstances pg_dump needs...
2013-11-08  Robert HaasFix pg_isolation_regress to work outside its build...
2013-11-08  Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-11-08  Tom LaneMake contain_volatile_functions/contain_mutable_functio...
2013-11-08  Tom LaneFix subtly-wrong volatility checking in BeginCopyFrom().
2013-11-08  Tom LaneMake LOCK_PRINT & PROCLOCK_PRINT expand to ((void)...
2013-11-07  Kevin GrittnerSilence benign warnings from clang version 3.0-6ubuntu3.
2013-11-07  Tom LanePrevent display of dropped columns in row constraint...
2013-11-07  Tom LaneFix generation of MergeAppend plans for optimized min...
2013-11-07  Heikki LinnakangasFix setting of right bound at GIN page split.
2013-11-07  Tom LaneAdd #ifdef guards for some POSIX error symbols that...
2013-11-06  Tom LaneBe more robust when strerror() doesn't give a useful...
2013-11-06  Tom LaneSupport default arguments and named-argument notation...
2013-11-06  Kevin GrittnerKeep heap open until new heap generated in RMV.
2013-11-06  Heikki LinnakangasFix missing argument and function prototypes.
2013-11-06  Heikki LinnakangasMisc GIN refactoring.
2013-11-06  Tom LaneImprove the error message given for modifying a window...
2013-11-05  Tom LaneRevert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.
2013-11-05  Kevin GrittnerLock relation used to generate fresh data for RMV.
2013-11-05  Tom LaneFix some obsolete information in src/backend/optimizer...
2013-11-04  Kevin GrittnerFix breakage of MV column name list usage.
2013-11-04  Robert HaasFix format code used to print dsm request sizes.
2013-11-04  Heikki LinnakangasFix parsing of xlog file name in pg_receivexlog.
2013-11-03  Tom LaneGet rid of more cases of the "must detoast before outpu...
2013-11-03  Tom LanePrevent memory leaks from accumulating across printtup...
2013-11-03  Michael MeskesChanged test case slightly so it doesn't have an unused...
2013-11-03  Kevin GrittnerAcquire appropriate locks when rewriting during RMV.
2013-11-02  Kevin GrittnerFix subquery reference to non-populated MV in CMV.
2013-11-02  Tom LaneRetry after buffer locking failure during SPGiST index...
2013-11-01  Tom LaneEnsure all files created for a single BufFile have...
2013-11-01  Tom LaneRemove CTimeZone/HasCTZSet, root and branch.
2013-11-01  Tom LaneRemove internal uses of CTimeZone/HasCTZSet.
2013-11-01  Tom LaneFix some odd behaviors when using a SQL-style simple...
2013-10-31  Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-30  Robert HaasAvoid too-large shift on 32-bit Windows.
2013-10-29  Tom LaneFix old typo in comment.
2013-10-29  Tom LanePrevent using strncpy with src == dest in TupleDescInit...
2013-10-28  Robert HaasModify dynamic shared memory code to use Size rather...
2013-10-28  Andrew DunstanWork around NetBSD shell issue in pg_upgrade test script.
2013-10-28  Tom LaneImprove documentation about usage of FDW validator...
2013-10-28  Tom LaneSuppress duplicate-index-entry warning introduced by...
2013-10-28  Noah MischAdd large object functions catering to SQL callers.
2013-10-26  Tom LaneUse unaligned output in selected regression queries...
2013-10-25  Tom LaneImprove pqexpbuffer.c to use modern vsnprintf implement...
2013-10-25  Tom LaneSuppress -0 in the C field of lines computed by line_co...
2013-10-25  Tom LaneRevert "Tweak "line" test to avoid negative zeros on...
2013-10-25  Peter EisentrautTweak "line" test to avoid negative zeros on some platforms
2013-10-25  Tom LaneIgnore SIGSYS during initdb.
2013-10-25  Tom LaneUse improved vsnprintf calling logic in more places.
2013-10-24  Heikki LinnakangasIncrease the number of different values used when seedi...
2013-10-24  Heikki LinnakangasImprove documentation of random() function.
2013-10-24  Heikki LinnakangasPlug memory leak when reloading config file.
2013-10-24  Heikki LinnakangasFix memory leak when an empty ident file is reloaded.
2013-10-24  Heikki LinnakangasFix typos in comments.
2013-10-23  Robert HaasSimplify tab completion rules for views and foreign...
2013-10-23  Heikki LinnakangasFix two bugs in setting the vm bit of empty pages.
2013-10-23  Tom LaneSuppress a couple of compiler warnings seen with older...
2013-10-22  Tom LaneReplace pg_asprintf() with psprintf().
2013-10-22  Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-22  Peter EisentrautMake use of psprintf() in recent changes
2013-10-22  Heikki LinnakangasAdjust cube.out expected output for new test queries.
2013-10-22  Tom LaneFix blatantly broken record_image_cmp() logic for pass...
2013-10-21  Heikki LinnakangasExtend cube on-disk format to pack points more tightly.
2013-10-21  Peter Eisentrautdoc: Improve setup for documentation building with FOP
2013-10-21  Noah MischConsistently use unsigned arithmetic for alignment...
2013-10-19  Peter EisentrautAdd libpgcommon to backend gettext source files
2013-10-19  Peter EisentrautAdd *.pot to .gitignore
2013-10-19  Peter EisentrautMove rmtree() from libpgport to libpgcommon
2013-10-19  Peter EisentrautMove pgfnames() from libpgport to libpgcommon
2013-10-18  Robert HaasAllow only some columns of a view to be auto-updateable.
2013-10-18  Robert HaasProvide a reliable mechanism for terminating a backgrou...
2013-10-18  Peter EisentrautFix for lack of va_copy() on certain Windows versions
2013-10-18  Peter EisentrautAdd libpgport to isolationtester on MSVC
2013-10-18  Peter EisentrautSwitch order of libpgport and libpgcommon in MSVC build...
2013-10-18  Robert HaasRemove IRIX port.
2013-10-18  Peter EisentrautSwitch dependency order of libpgcommon and libpgport
2013-10-18  Peter Eisentrautdoc: Configure TOC generation in XSLT HTML build
2013-10-17  Robert HaasRemove spinlock support for SINIX, Sun3, and NS32K.
2013-10-17  Andrew DunstanReturn valid json when converting an empty hstore.
2013-10-17  Alvaro HerreraSilence compiler warning when SSL not in use
next