]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2010-02-05  Bruce MomjianRemove /contrib/isn copyright mention for German Mendez...
2010-02-05  Bruce MomjianRewrite rint() to enable removal of copyright mention...
2010-02-05  Joe ConwayModify recently added PQconnectdbParams() with new...
2010-02-05  Bruce MomjianRewrite intagg/Makefile from scratch, to avoid copyrigh...
2010-02-04  Michael MeskesUsage of isnan() in ECPG regression tests probably...
2010-02-04  Michael MeskesStreamlined array handling code in libecpg a little...
2010-02-04  Tom LaneThree out of four of us like this phrasing better.
2010-02-04  Tom LaneRestructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE...
2010-02-03  Joe ConwayCheck to ensure the number of primary key fields suppli...
2010-02-03  Bruce MomjianMention "unquoted" identifiers are case-insensitive.
2010-02-03  Bruce MomjianProofreading improvements for the Administration docume...
2010-02-03  Michael MeskesFixed some typos in ECPG regression test suite that...
2010-02-03  Heikki LinnakangasMove the responsibility of writing a "unlogged WAL...
2010-02-03  Heikki LinnakangasAdd a message type header to the CopyData messages...
2010-02-03  Tom LaneFix unwarranted assumption that a cached rowtype would...
2010-02-03  Tom LaneAdd #include <float.h> --- guessing the lack of this...
2010-02-03  Tom LaneFix timing-sensitive regression test result I just...
2010-02-03  Tom LaneAssorted cleanups in preparation for using a map file...
2010-02-02  Tom LaneFix assorted poorly-thought-out message strings: use...
2010-02-02  Tom LaneCLUSTER specified the wrong namespace when renaming...
2010-02-02  Magnus HaganderMake RADIUS authentication use pg_getaddrinfo_all(...
2010-02-02  Robert HaasFold FindConversion() into FindConversionByName() and...
2010-02-02  Bruce MomjianRemove copyright mention of Andrew Yu, per author's...
2010-02-02  Tom LaneThe particular table names used in the new inheritance...
2010-02-02  Michael MeskesFixed NaN/Infinity problems in ECPG for float/double...
2010-02-01  Robert HaasTighten integrity checks on ALTER TABLE ... ALTER COLUM...
2010-02-01  Bruce MomjianRemove tabs in sgml.
2010-02-01  Robert HaasAugment EXPLAIN output with more details on Hash nodes.
2010-02-01  Robert HaasMinor documentation improvements for new string_agg...
2010-02-01  Simon RiggsRevoke augmentation of WAL records for btree delete...
2010-02-01  Itagaki TakahiroAdd string_agg aggregate functions. The one argument...
2010-02-01  Tom LaneChange regexp engine's ccondissect/crevdissect routines...
2010-01-31  Simon RiggsDetect early deadlock in Hot Standby when Startup is...
2010-01-31  Tom LaneFix memory leak created by deferrable-index-constraints...
2010-01-31  Magnus HaganderMake checks for invalid pgStatSock use PGINVALID_SOCKET
2010-01-31  Tom LaneParenthesize this macro, just in case.
2010-01-31  Tom LaneGet rid of unportable use of socklen_t --- we have...
2010-01-31  Magnus HaganderRemove now unnecessary loop around CallNamedPipe().
2010-01-31  Magnus HaganderFix race condition in win32 signal handling.
2010-01-30  Tom LaneAvoid performing encoding conversion on command tag...
2010-01-30  Tom LaneFix memory leakage introduced into print_aligned_text...
2010-01-30  Tom LaneFix some comments that got mangled by pgindent.
2010-01-30  Andrew DunstanAdd plperl.on_perl_init setting to provide for initiali...
2010-01-29  Simon RiggsAdjust GetLockConflicts() so that it uses TopMemoryCont...
2010-01-29  Simon RiggsAugment WAL records for btree delete with GetOldestXmin...
2010-01-29  Robert HaasAllow psql variables to be interpolated with literal...
2010-01-29  Simon RiggsFilter recovery conflicts based upon dboid from relfile...
2010-01-29  Michael MeskesChanged ECPG outofscope handling to always print out...
2010-01-29  Michael MeskesFixed a few typos in ecpg. Two were in comments, the...
2010-01-29  Itagaki TakahiroFix command tag for ALTER LARGE OBJECT.
2010-01-29  Andrew DunstanFix thinko in new installcheck-world target
2010-01-28  Andrew DunstanAdd new make targets "world", "install-world" and ...
2010-01-28  Peter EisentrautType table feature
2010-01-28  Andrew DunstanFix bug found by warning from recent gcc. patch from...
2010-01-28  Heikki LinnakangasFix crashing bug at the end of recovery in Streaming...
2010-01-28  Magnus HaganderAdd functions to reset the statistics counter for a...
2010-01-28  Magnus HaganderDefine INADDR_NONE on Solaris when it's missing. Per...
2010-01-28  Simon RiggsUse malloc() in GetLockConflicts() when called InHotSta...
2010-01-28  Heikki LinnakangasChange a few remaining calls of XLogArchivingActive...
2010-01-28  Joe ConwayIntroduce two new libpq connection functions, PQconnect...
2010-01-27  Heikki LinnakangasFix bug in wasender's xlogid boundary handling, reporte...
2010-01-27  Heikki LinnakangasMake standby server continuously retry restoring the...
2010-01-27  Magnus HaganderFix typo.
2010-01-27  Magnus HaganderAdd support for RADIUS authentication.
2010-01-27  Andrew DunstanFix plperl.sgml errors from recent commit.
2010-01-26  Andrew DunstanVarious small improvements and cleanups for PL/Perl.
2010-01-26  Tom LaneRemove the default_do_language parameter, instead makin...
2010-01-26  Tom LaneUn-break initdb logic for commenting out IPv6 pg_hba...
2010-01-26  Bruce MomjianRemove tabs in SGML.
2010-01-26  Michael MeskesAdded test case that was part of Zoltan's patch but...
2010-01-26  Michael MeskesFinally applied patch by Boszormenyi Zoltan <zb@cyberte...
2010-01-26  Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-26  Peter EisentrautReformat the comments in pg_hba.conf and pg_ident.conf
2010-01-26  Peter EisentrautMake the default pg_hba.conf and pg_ident.conf align...
2010-01-26  Simon RiggsFix longstanding gripe that we check for 0000000001...
2010-01-25  Tom LaneAdd get_bit/set_bit functions for bit strings, parallel...
2010-01-25  Heikki LinnakangasAdd note that PREPARE TRANSACTION is for transaction...
2010-01-25  Tom LaneApply Tcl_Init() to the "hold" interpreter created...
2010-01-24  Joe ConwayRewrite dblink_record_internal() and dblink_fetch(...
2010-01-24  Tom LaneFix assorted core dumps and Assert failures that could...
2010-01-24  Magnus HaganderAdd missing closing tag.
2010-01-23  Tom LaneInsert CHECK_FOR_INTERRUPTS calls into loops in dbsize...
2010-01-23  Simon RiggsAdd explanatory detail to Hot Standby cancelation error...
2010-01-23  Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-22  Bruce MomjianRevert mention that HTML documentation has to be built...
2010-01-22  Robert HaasFix mismatched tags introduced by attribute options...
2010-01-22  Robert HaasFix several oversights in previous commit - attribute...
2010-01-22  Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-22  Bruce MomjianDocument that the HTML documentation must be built...
2010-01-22  Peter EisentrautPL/Python DO handler
2010-01-22  Michael MeskesMake argument const char * as per Takahiro Itagaki...
2010-01-22  Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-21  Robert HaasFix unsafe loop test, and declare as_ident as bool...
2010-01-21  Robert HaasAdd new escaping functions PQescapeLiteral and PQescape...
2010-01-21  Simon RiggsAdd missing flag reset to ensure subsequent manual...
2010-01-21  Heikki LinnakangasFix bogus comments.
2010-01-21  Itagaki TakahiroAdjust psql to use pg_get_triggerdef(pretty=true) to...
2010-01-21  Simon RiggsBetter internal documentation of locking for Hot Standb...
2010-01-20  Tom LaneWell, the systemtap guys moved the goalposts again...
2010-01-20  Peter EisentrautAdd user-specific .pg_service.conf file
next