]> granicus.if.org Git - postgresql/history - src
Added to TODO:
[postgresql] / src /
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-03-25 Michael Meskesadded ECPGget_PGconn to exports.txt
2008-03-24 Tom LaneWhen a relation has been proven empty by constraint...
2008-03-24 Tom LaneUse new errdetail_log() mechanism to provide a less...
2008-03-24 Tom LaneFix various infelicities that have snuck into usage...
2008-03-24 Tom LaneAdjust the recent patch for reporting of deadlocked...
2008-03-24 Tom LaneAdd a new ereport auxiliary function errdetail_log...
2008-03-23 Tom LaneAvoid a useless tuple copy within nodeMaterial. Neil...
2008-03-23 Tom LaneCreate a function quote_nullable(), which works the...
2008-03-22 Tom LaneRefactor to_char/to_date formatting code; primarily...
2008-03-22 Tatsuo IshiiAdd server side lo_import(filename, oid) function.
2008-03-21 Tom LaneRemove TypeName struct's timezone flag, which has been...
2008-03-21 Tom LaneGive an explicit error for serial[], rather than silent...
2008-03-21 Tom LaneReport the current queries of all backends involved...
2008-03-21 Michael MeskesCorrected version number.
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-21 Andrew DunstanGenerate dummy probes.h for MSVC builds.
2008-03-21 Tom LaneGet rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP condi...
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-03-20 Alvaro HerreraAdd a couple of missing FreeQueryDesc calls. Noticed...
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-03-20 Tom LaneDept of second thoughts: --no-tablespaces had better...
2008-03-20 Tom LaneSupport a --no-tablespaces option in pg_dump/pg_dumpall...
2008-03-20 Michael MeskesAdded ECPGget_PGconn() function to ecpglib, courtesy...
2008-03-20 Michael MeskesChanged statement escaping to not escape continuation...
2008-03-20 Heikki LinnakangasAdd the missing cyrillic "Yo" characters ('e' and ...
2008-03-19 Alvaro HerreraRemove another useless snapshot creation.
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-03-19 Alvaro HerreraWe no longer need a snapshot set after opening the...
2008-03-19 Tom LaneFix regexp substring matching (substring(string from...
2008-03-19 Tatsuo IshiiAdd libpq new API lo_import_with_oid() which is similar...
2008-03-18 Bruce MomjianAdd find_typedef comments for Linux.
2008-03-18 Bruce MomjianAdd find_typedef comment.
2008-03-18 Bruce MomjianAdd Linux support to find_typedefs, with help from...
2008-03-18 Tom LaneArrange to "inline" SQL functions that appear in a...
2008-03-18 Peter EisentrautDon't need -Wno-error anymore, because flex is no longe...
2008-03-18 Peter EisentrautCatch all errors in for and while loops in makefiles...
2008-03-18 Alvaro HerreraMove elog(DEBUG4) call outside the locked area, per...
2008-03-18 Tom LaneAdvance multiple array keys rightmost-first instead...
2008-03-18 Tom LaneFix our printf implementation to follow spec: if a...
2008-03-17 Peter EisentrautEnable probes to work with Mac OS X Leopard and other...
2008-03-17 Peter EisentrautWe need to rebuild objfiles.txt when one of the subdire...
2008-03-17 Magnus HaganderFix postgres --describe-config for guc enums, breakage...
2008-03-17 Tom LaneRevert thinko introduced into prefix_selectivity()...
2008-03-17 Alvaro HerreraMove ProcState definition into sinvaladt.c from sinvala...
2008-03-17 Tom LaneGrab some low-hanging fruit in the new hash index build...
2008-03-17 Tom LaneFix TransactionIdIsCurrentTransactionId() to use binary...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-03-16 Alvaro HerreraModify interactions between sinval.c and sinvaladt...
2008-03-16 Magnus HaganderSome cleanups of enum-guc code, per comments from Tom.
2008-03-15 Tom LaneChange hash index creation so that rather than always...
2008-03-14 Tom LaneFix inappropriately-timed memory context switch in...
2008-03-14 Alvaro HerreraFix vacuum so that autovacuum is really not cancelled...
2008-03-13 Tom LaneUpdate to tzdata 2008a distribution (Chilean DST law...
2008-03-13 Tom LaneFix varstr_cmp's special case for UTF8 encoding on...
2008-03-13 Tom LaneFix heap_page_prune's problem with failing to send...
2008-03-12 Tom LaneFix pg_plan_queries() to restore the previous setting...
2008-03-12 Tom LaneFix LISTEN/NOTIFY race condition reported by Laurent...
2008-03-11 Bruce MomjianPrevent psql \copy from accepting multiple string param...
2008-03-11 Tom LaneMake TransactionIdIsInProgress check transam.c's single...
2008-03-10 Tom LaneProvide a build-time option to store large relations...
2008-03-10 Magnus HaganderBump catversion from guc enum patch, which I forgot...
2008-03-10 Tom LaneFix unportable coding of new error message, per Kris...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-03-10 Tom LaneDocument and enforce that the usable range of setseed...
2008-03-10 Tom LaneThrow an error for negative LIMIT or OFFSET values...
2008-03-10 Tom LaneIncrease the default value of log_min_messages to WARNI...
2008-03-10 Tom LaneAdd a CaseSensitive parameter to synonym dictionaries.
2008-03-10 Tom LaneRemove no-longer-used XLogCacheByte field of XLogCtl.
2008-03-10 Tom LaneReduce memory consumption during VACUUM of large relati...
2008-03-09 Tom LaneRemove postmaster.c's check that NBuffers is at least...
2008-03-09 Tom LaneChange patternsel() so that instead of switching from...
2008-03-08 Tom LaneModify prefix_selectivity() so that it will never estim...
2008-03-08 Tom LaneRefactor heap_page_prune so that instead of changing...
2008-03-08 Andrew DunstanImprove efficiency of attribute scanning in CopyReadAtt...
2008-03-08 Tom LaneImprove pglz_decompress() so that it cannot clobber...
2008-03-07 Tom LaneThis patch addresses some issues in TOAST compression...
2008-03-07 Tom LaneChange hashscan.c to keep its list of active hash index...
2008-03-07 Teodor SigaevFix memory arrangement of tsquery after removing stop...
2008-03-06 Bruce MomjianImprove "bgwriter_lru_multiplier" GUC description.
2008-03-05 Alvaro HerreraClean up double negative, per Tom Lane.
2008-03-05 Alvaro HerreraAdd support for dlopen on recent NetBSD/MIPS, per Rémi...
2008-03-05 Tom LaneIn PrepareToInvalidateCacheTuple, don't force initializ...
2008-03-05 Bruce MomjianWhen text search string is too long, in error message...
2008-03-05 Tom LaneInclude -lgss in libpq link, if available. Bjorn Munch
2008-03-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
2008-03-04 Magnus HaganderUse windows DACL fix for pg_regress as well.
2008-03-02 Michael MeskesFixed bug that caused arrays of varchar to be output...
2008-03-02 Tom LaneVenezuela Time now means UTC-4:30, not UTC-4:00. Adjus...
2008-03-01 Tom LaneFix another place that was assuming that a local variab...
2008-03-01 Tom LaneFix unportable usages of tolower(). On signed-char...
2008-03-01 Tom LaneDisable the undocumented xmlvalidate() function, which...
2008-02-29 Andrew DunstanDon't call AddUserToDacl on Cygwin
2008-02-29 Alvaro HerreraRemove long-unused and broken TCL_ARRAYS.
2008-02-29 Tom LaneReducing the assumed alignment of struct varlena means...
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-29 Peter EisentrautWrite the objfiles.txt rules in a way that is compatibl...
2008-02-29 Neil ConwayFix several memory leaks when rescanning SRFs. Arrange...
2008-02-28 Magnus HaganderSupport for building contrib/uuid-ossp with MSVC.
next