]> granicus.if.org Git - postgresql/shortlog
postgresql
2007-01-22 Bruce MomjianUpdate my email address in FAQ.
2007-01-22 Tom LanePut back planner's ability to cache the results of...
2007-01-22 Bruce MomjianUse errhint() for WIN32 SIGTERM message, where possible.
2007-01-22 Bruce MomjianUppercase hex value.
2007-01-22 Bruce MomjianWhen system() fails in Win32, report it as an exception...
2007-01-22 Bruce MomjianUpdate documenation instructions. on how to delete...
2007-01-22 Tom LaneAdjust pgbench so it won't spit up on non-select querie...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-21 Peter EisentrautRemove some unused variables
2007-01-21 Peter EisentrautPut back libpq link, but make sure that libpq's in...
2007-01-21 Tom LaneRefactor some lsyscache routines to eliminate duplicate...
2007-01-20 Bruce MomjianAdd bitmap index URL:
2007-01-20 Tom LaneSimplify pg_am representation of ordering-capable acces...
2007-01-20 Bruce MomjianAdd URL for dead space map:
2007-01-20 Neil ConwayUpdate docs for recent change to setseed() return value.
2007-01-20 Neil ConwayMake setseed() return void, rather than an int4 without...
2007-01-20 Bruce MomjianAdd documentation of memory and time units to postgresq...
2007-01-20 Tom LaneDon't use 'int' where you mean 'bool'.
2007-01-20 Bruce MomjianUpdate documentation about postgresqlconf to mention...
2007-01-20 Tom LaneFix broken markup.
2007-01-20 Neil ConwayList disabled triggers separately in psql's "\d <table...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-20 Peter EisentrautUpdate build time estimate.
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-20 Neil ConwayRegression tests for large objects. Patch from Jeremy...
2007-01-20 Bruce MomjianModify max_fsm_pages in postgresql.conf.sample to show...
2007-01-20 Neil ConwayTeach psql's \lo slash commands to respect quiet mode...
2007-01-20 Bruce MomjianDocument that to remove template1, datistemplate must...
2007-01-20 Peter EisentrautThe libpq library directory was mentioned here in the...
2007-01-20 Peter EisentrautOnly build ecpg test code when the test is to be perfor...
2007-01-20 Bruce MomjianMove code that places LOG error level between ERROR...
2007-01-20 Peter EisentrautFix xmlconcat regression test
2007-01-20 Peter EisentrautFix xmlconcat by properly merging the XML declarations...
2007-01-20 Bruce MomjianAdd wiki URL:
2007-01-20 Neil ConwayAdd missing copyright blurb, make ruleutils.c use the...
2007-01-19 Bruce MomjianAdd items:
2007-01-19 Alvaro HerreraFix pg_regress breakage for PL and contrib tests, by...
2007-01-19 Bruce MomjianAdd URL for:
2007-01-19 Peter EisentrautAdd support for converting binary values (i.e. bytea...
2007-01-19 Alvaro HerreraChange the sed rules in the regression test for pg_regr...
2007-01-18 Peter EisentrautOptionally use xml2-config to detect installation locat...
2007-01-18 Peter EisentrautClean up encoding issues in the xml type: In text mode...
2007-01-17 Tom LaneAdd a note pointing out that is_pseudo_constant_clause...
2007-01-17 Tom LaneExtend yesterday's patch so that the bgwriter is also...
2007-01-17 Neil ConwayTweak the width_bucket() regression tests to avoid...
2007-01-17 Bruce MomjianMark TODO item "autovacuum on by default" as completed.
2007-01-17 Tom LaneRevise bgwriter fsync-request mechanism to improve...
2007-01-16 Neil Conwayvcbuild updates from Magnus:
2007-01-16 Neil ConwayImplement width_bucket() for the float8 data type.
2007-01-16 Neil ConwayMinor improvements to the TODO list. Add some URLs...
2007-01-16 Tom LaneFix incorrect permissions check in information_schema...
2007-01-16 Alvaro HerreraEnable autovacuum in the default configuration, per...
2007-01-16 Alvaro HerreraArrange for autovacuum to be killed when another operat...
2007-01-15 Neil ConwayCorrect a minor inaccuracy in the pg_dumpall reference...
2007-01-15 Teodor SigaevFix localization support for multibyte encoding and...
2007-01-14 Neil ConwayAdd a note to the docs describing NaN's equality and...
2007-01-14 Peter EisentrautFix reverse compilation of IS DOCUMENT expression.
2007-01-14 Alvaro HerreraReplace unnecessary DISABLE_ZLIB define in pgcrypto...
2007-01-14 Peter EisentrautAdd support for xmlval IS DOCUMENT expression.
2007-01-13 Bruce MomjianRemove completed items, and the last is unwanted:
2007-01-12 Tom LaneFix handling of CC (century) format spec in to_date...
2007-01-12 Peter EisentrautFix compiler warning
2007-01-12 Peter EisentrautUse XML output escaping also in XMLFOREST.
2007-01-12 Bruce MomjianUpdate to_char("CC") description.
2007-01-12 Bruce MomjianUpdate error messsage wording.
2007-01-12 Bruce MomjianUpdate ORDER BY UNION function/exprssion wording (again).
2007-01-12 Tom LaneAdd some notes about the basic mathematical laws that...
2007-01-12 Peter EisentrautAllow for arbitrary data types as content in XMLELEMENT...
2007-01-12 Michael MeskesMissed two new files from Joachim's patch.
2007-01-12 Michael Meskesalso adjust MinGW expected file to new setup
2007-01-12 Michael MeskesSimplified regression handling
2007-01-11 Tom LaneFix a performance problem in databases with large numbe...
2007-01-11 Bruce MomjianUpdate UNION/INTERSECT/EXCEPT ORDER BY error wording for
2007-01-11 Bruce MomjianImprove error wording of ORDER BY in UNION that uses...
2007-01-11 Tom LaneTeach nodeMergejoin how to handle DESC and/or NULLS...
2007-01-11 Michael MeskesApplied Joachim's patch for a --regression option.
2007-01-11 Bruce MomjianAdd URL item for psql -c changes:
2007-01-11 Bruce MomjianAdd:
2007-01-11 Bruce MomjianAdd URL for PQexec() for disallowing multiple queries:
2007-01-11 Bruce MomjianAdd:
2007-01-11 Bruce MomjianAdd:
2007-01-11 Bruce MomjianAllow Borland CC to compile libpq and psql.
2007-01-11 Bruce MomjianAllow Borland CC to compile libpq and psql.
2007-01-11 Bruce MomjianFor pg_ctl -w, add reference to additional environment...
2007-01-11 Bruce MomjianRemove SGML makefile .SECONDARY tag so html rules will...
2007-01-10 Peter EisentrautUse libxml's xmlwriter API for producing XML elements...
2007-01-10 Bruce MomjianImprove SGML build rules for non-HTML output, per Peter.
2007-01-10 Tom LaneMake sure BYTE_ORDER gets defined in 64-bit builds...
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
2007-01-10 Neil ConwayAttached patch fixes two problems:
2007-01-10 Neil ConwayThis patch enables verbose output when building all...
2007-01-10 Bruce MomjianUpdate copyright script to allow spaces around dash.
2007-01-10 Bruce MomjianIn SGML Makefile, set proper targets for recursive...
2007-01-10 Tatsuo IshiiUpdate copyright year
2007-01-09 Bruce MomjianAdd:
2007-01-09 Bruce MomjianUpdate the UTF-8 RFC reference. RFC 2044 was obsoleted...
2007-01-09 Bruce MomjianBuild SGML documention output several times if necessar...
2007-01-09 Bruce MomjianHave log_temp_files be in kilobytes, remove trace call.
2007-01-09 Bruce MomjianRemove trace macro call from new log_temp_files, until...
next