]> granicus.if.org Git - postgresql/shortlog
postgresql
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2007-01-25 Bruce MomjianUpdate BSD/OS platform for 8.2.
2007-01-25 Bruce MomjianAdd URL for shrinking tuple to just its headers:
2007-01-25 Bruce MomjianUpdate Win32 exception comment.
2007-01-25 Neil ConwayAdd a setlocal command to the beginning of build.bat...
2007-01-25 Michael MeskesRemoved compiler warning due to unneeded unsigned decla...
2007-01-25 Bruce MomjianUpdate pg_dumpall -f option description.
2007-01-25 Bruce MomjianCorrection: temp_tablespaces was implemented by Albert...
2007-01-25 Bruce MomjianReverse out use of Py_RETURN_TRUE in plpython, only...
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-25 Bruce MomjianDone:
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-25 Bruce MomjianProperly detoast access to bytea field pg_trigger.tgarg...
2007-01-25 Bruce MomjianFix for plpython functions; return true/false for...
2007-01-25 Bruce MomjianAdd 'output file' option for pg_dumpall, especially...
2007-01-25 Bruce MomjianRemove developers list from TODO list now that we have...
2007-01-25 Bruce MomjianDone:
2007-01-25 Bruce MomjianAllow pg_dumpall to specify a database name rather...
2007-01-25 Bruce MomjianAdd --tablespaces-only and --roles-only options to...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-24 Bruce MomjianWhen using MSVC, disable the building of ecpg if pthrea...
2007-01-24 Tom LaneGet pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc...
2007-01-24 Tom LaneRelax an Assert() that has been found to be too strict...
2007-01-23 Peter EisentrautSimplify handling of XML error messages: Just use the...
2007-01-23 Tom LaneUpdate xindex.sgml to discuss operator families.
2007-01-23 Tom LaneUpdate pg_dump to support dumping operator families.
2007-01-23 Bruce MomjianAdd comment about exception lists in both winnt.h and...
2007-01-23 Alvaro HerreraThis patch is required for vcbuild to work after the...
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-23 Bruce MomjianRemove newline from error message because URL is gone.
2007-01-23 Bruce MomjianBack out use of FormatMessage(), does error values...
2007-01-23 Bruce MomjianPrint meaningfull error text for abonormal process...
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...
next