]> granicus.if.org Git - postgresql/history - src
Add a note to the docs describing NaN's equality and ordering behavior.
[postgresql] / src /
2007-01-14 Peter EisentrautFix reverse compilation of IS DOCUMENT expression.
2007-01-14 Peter EisentrautAdd support for xmlval IS DOCUMENT expression.
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 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 MomjianAllow Borland CC to compile libpq and psql.
2007-01-11 Bruce MomjianAllow Borland CC to compile libpq and psql.
2007-01-10 Peter EisentrautUse libxml's xmlwriter API for producing XML elements...
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-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...
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-09 Bruce MomjianAdd GUC log_temp_files to log the use of temporary...
2007-01-09 Tom LaneAdd a citation to Seltzer and Yigit's Usenix '91 paper...
2007-01-09 Tom LaneFix vcbuild to allow building without OpenSSL and/or...
2007-01-09 Tom Lanevcbuild documentation from Magnus and Dave.
2007-01-09 Tom Lanepltcl regression test needs to actually create an opcla...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-08 Peter EisentrautPrevent duplicate attribute names in XMLELEMENT.
2007-01-08 Tom LaneTweak joinlist creation to avoid generating useless...
2007-01-08 Tom LaneRemove cost_hashjoin's very ancient hack to discourage...
2007-01-07 Peter EisentrautSome fine-tuning of xmlpi in corner cases:
2007-01-07 Peter EisentrautIndent comments in makefiles better so they don't appea...
2007-01-07 Peter EisentrautAllow XML fragment to contain a XML declaration. For...
2007-01-06 Bruce MomjianApply fix so pow() and exp() ERANGE is used only if...
2007-01-06 Bruce MomjianAllow initdb to specify the pg_xlog directory.
2007-01-06 Peter EisentrautReplace xmlroot with a properly functioning version...
2007-01-06 Tom LaneFix filtered_base_yylex() to save and restore base_yylv...
2007-01-06 Bruce MomjianCheck for ERANGE in exp() as well.
2007-01-06 Bruce MomjianImprove dpow() check for ERANGE overflow for HPPA.
2007-01-06 Tom LanePut back ERANGE test in dpow(). There are platforms...
2007-01-06 Bruce MomjianDocument that we need to update the ecpg regression...
2007-01-05 Bruce MomjianUpdate ecpg regresison output for new library version...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-05 Bruce MomjianUpdate copyright script, report year used
2007-01-05 Bruce MomjianModify copyright script to pull current year from ...
2007-01-05 Bruce MomjianStamp major release 8.3.0, and increment library versio...
2007-01-05 Andrew DunstanCall setrlimit if possible in pg_regress to allow core...
2007-01-05 Bruce MomjianUpdate float dpow() comment about whick platforms had...
2007-01-04 Tom LaneFix AddDefine to handle quotes properly. Magnus
2007-01-04 Tom LaneTweak pg_dumpall to add GRANT CONNECT ON DATABASE ...
2007-01-04 Tom LaneFix some small typos in comments. Greg Stark
2007-01-04 Bruce MomjianSimplify assignment of Inf for pow Nan (don't worry...
2007-01-04 Tom LaneFix erroneous implementation of -s in postmaster.c...
2007-01-03 Tom LaneFix regex_fixed_prefix() to cope reasonably well with...
2007-01-03 Bruce MomjianUpdate pow() tests to check for both errno==EDOM _and_...
2007-01-03 Tom LaneFix erroneous error tests in pow/exp.
2007-01-03 Tom LaneClean up smgr.c/md.c APIs as per discussion a couple...
2007-01-03 Bruce MomjianAttempt to return proper overflow/underflow messages...
2007-01-03 Bruce MomjianFor float4/8, remove errno checks for pow() and exp...
2007-01-03 D'Arcy J.M. CainWiden the money type to 64 bits.
2007-01-02 Bruce MomjianUpdate expected result for new inet error message wording.
2007-01-02 Bruce MomjianAdjust network errmsg("result is out of range") message...
2007-01-02 Bruce MomjianSome platforms set errno on pow(), exp() overflow,...
2007-01-02 Tom LaneAdd a regression test for ALTER SET TABLESPACE; this...
2007-01-02 Bruce Momjianfinite() no longer used; remove finite() platform-specific
2007-01-02 Bruce MomjianAdd n_live_tuples and n_dead_tuples to pg_stat_all_tables.
2007-01-02 Bruce MomjianAdd #include <float.h> for platforms that still need it.
2007-01-02 Bruce MomjianFix float4/8 to handle Infinity and Nan consistently...
2006-12-31 Tom LaneFound the problem with my operator-family changes:...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-29 Tom LaneAdd support for XML build option to MSVC build scripts.
2006-12-29 Tom LaneFix multiple breakages in last XML patch.
2006-12-29 Peter EisentrautDe-escape XML names when reverse-compiling XML expressions.
2006-12-28 Tom LaneFix up btree's initial scankey processing to be able...
2006-12-28 Tom LaneEnable btree_predicate_proof() to make proofs involving...
2006-12-28 Peter EisentrautAdd send and recv functions for xml type.
2006-12-28 Peter EisentrautHandle content and document options in xmlparse() corre...
2006-12-28 Tom LaneAdd a defense to prevent core dumps if 8.2 version...
2006-12-28 Tom Lanefflush the \o file, if any, after each backslash comman...
2006-12-28 Tom LaneRevert exports.list change pending closer study.
2006-12-27 Tom LaneUse a more backward-compatible syntax for exports.list...
2006-12-27 Bruce MomjianClean up pgindent handling of comments after 'else...
2006-12-27 Tom LaneModify local buffer management to request memory for...
2006-12-27 Tom LaneImprove memory management code to avoid inefficient...
2006-12-27 Tom LanePrint combining characters (those reported as having...
2006-12-26 Tom LaneFix failure due to accessing an already-freed tuple...
2006-12-26 Tom LaneRepair bug #2839: the various ExecReScan functions...
2006-12-26 Tom LaneRepair bug #2836: SPI_execute_plan returned zero if...
2006-12-24 Tom LaneMake HISTCONTROL=ignoredups work again (broken by misor...
2006-12-24 Tom LaneBring some order and sanity to error handling in the...
2006-12-24 Tom LaneFix machine-dependent crash in sqlchar_to_unicode(...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-23 Tom LaneSuppress various compiler warnings in new xml code.
next