]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-01-05  Tom LaneAdd missing reference to pg_shdescription. Greg Mullane
2007-01-04  Bruce MomjianFix tab to space mention in FAQ_DEV.
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 LaneFix btree_gist for new larger money type.
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... Widen 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-30  Bruce MomjianClarify wording on when ctid is modified by VACUUM...
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  Bruce MomjianAdd TLS thread URL:
2006-12-28  Bruce MomjianRemove:
2006-12-28  Tom LaneRemove caveat about avoiding cross-type operators in...
2006-12-28  Tom LaneEnable btree_predicate_proof() to make proofs involving...
2006-12-28  Bruce MomjianDone:
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-27  Tom LaneUse FROM clause in example UPDATE commands where approp...
2006-12-27  Bruce MomjianUse "dead" rather than "expired" for vacuumable rows.
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-26  Tom LaneRemove incorrect semicolon in example. Joachim Wieland
2006-12-26  Teodor SigaevFix memory reallocation condition
2006-12-26  Tatsuo IshiiCall srandom() instead of srand().
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.
2006-12-23  Bruce MomjianRemove unnecessary parentheses in if() statements.
2006-12-23  Bruce MomjianChange a VACUUM manual page word from 'deleted' to...
2006-12-23  Bruce MomjianDocument that CREATE TYPE names should not begin with...
2006-12-23  Bruce MomjianFor GUC values, check for partial string matches on...
2006-12-23  Tom LaneRestructure operator classes to allow improved handling...
2006-12-22  Bruce MomjianAdd a link to the developer's FAQ for my article about...
2006-12-22  Bruce MomjianSlight adjustments to xml documentation to reflect...
2006-12-21  Peter EisentrautFix expected file.
2006-12-21  Peter EisentrautCatalog version bump for SQL/XML changes.
2006-12-21  Teodor SigaevFix convertion for 'PFX flag N num'
2006-12-21  Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-20  Bruce Momjian8.3 release schedule is year 2007, not 2006.
2006-12-19  Bruce MomjianAdd timeline for next release to developer's FAQ.
2006-12-19  Bruce MomjianItem done.
2006-12-19  Andrew DunstanInterpret a dbName param to PQsetdbLogin as a conninfo...
2006-12-18  Tom LaneSet pg_am.amstrategies to zero for index AMs that don...
2006-12-18  Andrew Dunstanfix thinko in placement of TimeValStruct typedef in...
2006-12-17  Bruce MomjianFix typo:
2006-12-17  Bruce MomjianMove entry into CLUSTER section:
2006-12-16  Andrew Dunstanenable \timing oputput for \copy commands
2006-12-15  Tom LaneFix some planner bugs exposed by reports from Arjen...
2006-12-15  Tom LanePut JST back into the default set of timezone abbreviat...
2006-12-15  Bruce MomjianBack out double-run of PDF/PS output. Requires buildin...
2006-12-15  Bruce MomjianTODO item not wanted:
2006-12-15  Bruce MomjianLink to summary XML email, rather than thread top:
2006-12-15  Bruce MomjianDocument issues for SGML and XML:
2006-12-15  Bruce MomjianDocument patch needed to get PDF and PS output in a...
2006-12-15  Bruce MomjianRemove unneeded tab in file.
2006-12-15  Bruce MomjianRun Jade twice when outputting Postscript and PDF so...
2006-12-14  Tom LaneMake --with-ldap build on Unixware, per Olivier Prenant.
2006-12-14  Peter EisentrautRemove Windows port^W^Wobsolete template file.
2006-12-14  Peter EisentrautActivate WIN32_STACK_RLIMIT override only on platforms...
2006-12-13  Tom LanePut back yet another improperly-removed #include, per...
2006-12-12  Bruce MomjianUpdate entry:
2006-12-12  Tom LaneFix planner to do the right thing when a degenerate...
2006-12-12  Bruce MomjianDocument that log_line_prefix %t does not print timezon...
2006-12-12  Bruce MomjianOops, removed:
2006-12-12  Bruce MomjianAdd:
2006-12-12  Peter EisentrautAllow augmenting CPPFLAGS from the configure command...
2006-12-11  Bruce MomjianRemove blank lines in HTML FAQ.
2006-12-11  Bruce MomjianAdd FAQ entry to mention using COALESCE() for concatena...
2006-12-10  Tom LaneAdd a paramtypmod field to Param nodes. This is dead...
next