]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-05-07  Bruce MomjianFix TODO typo.
2008-05-07  Bruce MomjianAdd URL for
2008-05-07  Bruce MomjianUpdate TODO wording:
2008-05-07  Bruce MomjianAdd item, make text search section:
2008-05-07  Bruce MomjianHave boolean pset values checked against typical boolea...
2008-05-07  Tom LaneThe CONSTROID syscache should show conrelid as a relati...
2008-05-07  Tom LaneConvert the list of syscache names from a series of...
2008-05-06  Bruce MomjianPoint to our download URL, rather than listing interfac...
2008-05-06  Bruce MomjianUpdate libpqxx URL in README.
2008-05-06  Bruce MomjianDone:
2008-05-06  Bruce MomjianDone:
2008-05-05  Magnus HaganderAdd more dependencies from libpgport required by
2008-05-05  Andrew DunstanDocument extra information provided by psql's \dT+...
2008-05-05  Andrew DunstanDisplay ACLS using multiple lines for psql's \z. Brenda...
2008-05-05  Andrew DunstanShow enum values in psql's \dt+. David Fetter.
2008-05-04  Tom LaneAdd timestamp and timestamptz versions of generate_seri...
2008-05-04  Tom LaneAdd pg_conf_load_time() function to report when the...
2008-05-04  Tom LaneUse new cstring/text conversion functions in some addit...
2008-05-04  Andrew Dunstanadd ; missing due to my carelessness
2008-05-04  Andrew DunstanPlace statement timeout more appropriately, per gripe...
2008-05-03  Andrew DunstanDisable statement timeouts while making or restoring...
2008-05-03  Tom LaneThe 8.2 patch that added support for an alias on the...
2008-05-03  Tom LaneFix plpython to not get totally confused by OUT argumen...
2008-05-03  Andrew DunstanProvide for MSVC config equivalents of recently added...
2008-05-03  Tom LaneSupport RETURN QUERY EXECUTE in plpgsql.
2008-05-02  Tom LaneUpdate documentation for psql relation-size-in-\dt...
2008-05-02  Tom LaneAllow the planner's estimate of the fraction of a curso...
2008-05-02  Tom LaneExtend yesterday's patch making BLCKSZ and RELSEG_SIZE...
2008-05-02  Peter EisentrautMake the AWK default value also take effect if $AWK...
2008-05-02  Heikki LinnakangasShow relation size in verbose (e.g. \d+) output.
2008-05-02  Peter EisentrautOne-letter backslash commands now need a space before...
2008-05-02  Tom LaneSigh ... pg_config.h.win32 needs to define BLCKSZ and...
2008-05-02  Tom LaneRemove the recently added USE_SEGMENTED_FILES option...
2008-05-01  Tom LaneAdd SGT (Singapore time) to the default list of known...
2008-05-01  Tom LaneMake the minimum allowed value of work_mem be 64KB...
2008-04-30  Tom LaneFix nodeTidscan.c to not trigger an error if the block...
2008-04-30  Alvaro HerreraAdd example showing how to remove a password from a...
2008-04-29  Tom LaneSome minor further cleanup around A_Const. Don't attac...
2008-04-29  Alvaro HerreraFix REASSIGN OWNED so that it works on procedural langu...
2008-04-29  Alvaro HerreraRemove typename from A_Const.
2008-04-29  Alvaro HerreraFix volatility marking for the generate_series and...
2008-04-28  Tom LaneIncrease the statement_timeout value used in the prepar...
2008-04-28  Bruce MomjianUpdate comment for 8.4:
2008-04-28  Tom LaneFix broken configure test for libxslt: it was probing...
2008-04-28  Alvaro HerreraBump the catversion for the previous patch.
2008-04-28  Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-04-27  Alvaro HerreraAdd SGML ID attributes to the arrays subsections, and...
2008-04-26  Tom LaneCode review for recent patch to terminate online backup...
2008-04-25  Bruce MomjianAdd URL for:
2008-04-25  Bruce MomjianUpdate wording from David Fetter.
2008-04-25  Bruce MomjianUpdate to remove passive wording from FAQ, David Fetter
2008-04-24  Bruce MomjianUpdate TODO item:
2008-04-24  Tom LaneRemove transformAlterTableStmt's kluge to replace Colum...
2008-04-24  Bruce MomjianUpdate:
2008-04-24  Tom LaneFix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that...
2008-04-24  Bruce MomjianAdd embedded usage mention to FAQ, per Greg Smith.
2008-04-24  Bruce MomjianAdd to TODO:
2008-04-24  Bruce MomjianAdd TODO item:
2008-04-24  Bruce MomjianAdd URL for:
2008-04-24  Bruce MomjianAdd to TODO:
2008-04-24  Bruce MomjianAdd to TODO:
2008-04-24  Bruce MomjianRemove, item done, description unclear:
2008-04-24  Bruce MomjianUpdate TODO description for GIT:
2008-04-24  Magnus HaganderUpdate error messages, per notes from Tom.
2008-04-24  Bruce MomjianAdd GIT URL:
2008-04-24  Bruce MomjianAdd to TODO:
2008-04-23  Bruce MomjianAdd URL for MERGE:
2008-04-23  Magnus HaganderPrevent shutdown in normal mode if online backup is...
2008-04-22  Teodor SigaevFix using too many LWLocks bug, reported by Craig Ringer
2008-04-22  Magnus HaganderDon't pull in pthreads header files in this file becaus...
2008-04-22  Bruce MomjianFAQ2txt now only controls the main FAQ, not FAQ_DEV.
2008-04-22  Magnus HaganderReplace developer FAQ with a reference to the wiki...
2008-04-22  Tom LaneIssue explicit error messages for attempts to use ...
2008-04-21  Tom LaneFix convert_IN_to_join to properly handle the case...
2008-04-21  Magnus HaganderClean up float4byval and float8byval handling by dealin...
2008-04-21  Magnus HaganderFix typo, noted by Stefan Kaltenbrunner.
2008-04-21  Magnus HaganderMake float4byval and float8byval configurable on MSVC.
2008-04-21  Magnus HaganderAdd link to major version release notes at the top...
2008-04-21  Tom LaneFix a couple of places in execMain that erroneously...
2008-04-21  Tom LaneAdd FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h...
2008-04-21  Tom LaneMake earthdistance use version-0 calling convention...
2008-04-21  Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-20  Teodor SigaevFix broken compare function for tsquery_ops. Per Tom...
2008-04-20  Tom LaneConvert earthdistance's only C function to v1 call...
2008-04-19  Tom Laneseg_size() has to be V1 calling convention, too.
2008-04-19  Bruce MomjianUpdate doc script comments.
2008-04-19  Bruce MomjianAdd script FAQ2txt to convert HTML files to txt. Add...
2008-04-19  Bruce MomjianAdd TODO2html tool to convert TODO to HTML.
2008-04-19  Bruce MomjianUpdate TODO using new script.
2008-04-19  Bruce MomjianRemove TODO.detail directory. All URLs now in TODO...
2008-04-19  Bruce MomjianRemove TODO.detail references; instead add TODO URLs...
2008-04-18  Alvaro HerreraChange the float4-returning functions in contrib/seg...
2008-04-18  Tom LaneFix typo.
2008-04-18  Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-04-18  Tom LaneFix rmtree() so that it keeps going after failure to...
2008-04-18  Heikki LinnakangasFix two race conditions between the pending unlink...
2008-04-18  Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-04-17  Alvaro HerreraClean up a few places where Datums were being treated...
2008-04-17  Tom LaneFix a couple of oversights associated with the "physica...
2008-04-17  Bruce MomjianTODO Done:
next