]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-05-30  Tom LaneSmall performance improvement for hash joins and hash...
2003-05-30  Michael MeskesCreate a real prototype function for describe.
2003-05-30  Michael MeskesSync and some minor cleanup/fixing work plus an EXEC...
2003-05-29  Tom LaneEnsure that in all flex lexers that are part of the...
2003-05-29  Barry Lindone more change to correctly support the removeall...
2003-05-29  Tom LaneAdopt latest bison's spelling of 'syntax error' rather...
2003-05-29  Tom LaneDon't explicitly close() the session socket during...
2003-05-29  Tom LaneAFAICT, none of our shared libraries are anywhere near...
2003-05-29  Michael MeskesChanged variable parsing so struct[n].attr works.
2003-05-29  Michael MeskesParse forward definiton of structs.
2003-05-29  Barry LindApplied patch from Fernando Nasser to fix up small...
2003-05-29  Barry LindApplied patch from Fernando Nasser to improve buffer...
2003-05-29  Barry Lindclean up warnings produced by Eclipse
2003-05-29  Barry LindAdding .cvsignore files for Eclipse IDE
2003-05-29  Barry LindUp the build number to reflect the changes for V3 proto...
2003-05-29  Barry LindInitial attempt to integrate in V3 protocol support...
2003-05-29  Tom LaneAdd a regression test to catch future silliness in...
2003-05-29  Tom LaneFix stupid oversight :-(
2003-05-28  Tom LaneKnock down a couple more lappend() hotspots for large...
2003-05-28  Tom LaneFix some planner performance problems with large WHERE...
2003-05-28  Tom LaneFix breakage of LINUX_PROFILE code due to recent Window...
2003-05-28  Tom LaneFix things so that an error occuring during standalone...
2003-05-28  Tom LaneIn bootstrap and standalone-backend modes, do not sort...
2003-05-28  Tom LaneReplace functional-index facility with expressional...
2003-05-28  Bruce MomjianAdd to thread discussion.
2003-05-28  Bruce MomjianAdd info about selecting a random row.
2003-05-27  Peter EisentrautInternationalize interactive yes/no responses.
2003-05-27  Bruce MomjianMake log_ GUC settings controllable only by super-users...
2003-05-27  Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-27  Bruce MomjianAdd configure thread tests.
2003-05-27  Michael MeskesAllow input from stdin and output to stdout.
2003-05-27  Michael MeskesFixed incorrect output for some structs.
2003-05-26  Tom LaneAdjust error-handling logic in libpq. For the first...
2003-05-26  Bruce MomjianAdd item for changing a column's data type.
2003-05-26  Tom LaneFix misstatement in release-notes item.
2003-05-26  Bruce MomjianUpdate:
2003-05-26  Tom LaneMake sure printtup() always sends the number of columns...
2003-05-26  Bruce MomjianAdd documentation to 'createuser' that ALTER USER must...
2003-05-26  Bruce MomjianAdd:
2003-05-26  Bruce MomjianRemove comment that cbrt() isn't being used.
2003-05-26  Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-25  Peter EisentrautInformation schema improvements
2003-05-25  Bruce MomjianClean up our static cbrt() implementation in float.c.
2003-05-25  Bruce MomjianMove item:
2003-05-25  Bruce MomjianUpdate:
2003-05-24  Bruce MomjianAdd:
2003-05-24  Bruce MomjianUpdate XML items:
2003-05-24  Bruce MomjianAdded:
2003-05-24  Bruce MomjianAdd cost estimate discussion to TODO.detail.
2003-05-24  Bruce MomjianAdd to TODO:
2003-05-24  Bruce Momjian With disabled triggers, allow pg_dump to use ALTER...
2003-05-23  Tom LaneImprove implementation of btrim/ltrim/rtrim: provide...
2003-05-23  Michael MeskesOne more ecpg todo fixed and removed.
2003-05-23  Bruce MomjianPlace statement_timeout in proper order in docs, from...
2003-05-23  Michael MeskesForgot these.
2003-05-23  Michael Meskesecpg now accepts array elements as arguments.
2003-05-23  Tom LaneSeems pl_funcs didn't have support for plpgsql PERFORM...
2003-05-22  Tom LaneUpdate for 7.3.3.
2003-05-22  Bruce MomjianAdd define for missing EAI_ADDRFAMILY in BSD/OS 4.3.
2003-05-22  Tom LaneUpdate release history for impending 7.3.3 release.
2003-05-22  Peter EisentrautFix compilation on Cygwin.
2003-05-22  Tom LaneAdd defense against possibility that tzname[] doesn...
2003-05-22  Michael MeskesFixed segfault when detecting undefined cursor.
2003-05-22  Tom LaneAdjust configure so that extern tzname[] will be checke...
2003-05-22  Tom LaneRepair sometimes-incorrect computation of StartUpID...
2003-05-22  Michael MeskesRemoved one TODO item for ecpg as this is done.
2003-05-22  Michael Meskesecpg now recognizes named structs/unions. So you don...
2003-05-20  Tom LaneFix coredump in pg_get_triggerdef, ensure function...
2003-05-20  Michael MeskesReversed my incorrect fix.
2003-05-19  Tom LaneAdd error message style guidelines to the SGML document...
2003-05-19  Tom LaneUse -fPIC on Sparc, per Tom Callaway.
2003-05-19  Bruce MomjianRename Win32 include directory from win32_include to...
2003-05-19  Michael MeskesFixed exec sql ifdef command.
2003-05-19  Tom LaneRepair quoting sloppiness, lack of schema awareness...
2003-05-18  Peter EisentrautAdd documentation for information schema, and some...
2003-05-18  Tom LaneAdd code to test for unknown timezone names (following...
2003-05-17  Tom LaneFix breakage induced by recent patch (careless use...
2003-05-16  Tom LaneFix failure when uniq-ifying an array of zero elements.
2003-05-16  Tom LaneSmall changes to use the absolute path to system catalogs.
2003-05-16  Michael MeskesMade variable type double work again.
2003-05-16  Michael MeskesFixed incorrect include and another typo. Sorry, the...
2003-05-16  Tom LaneCheck calling context for connectby_text(), per Joe...
2003-05-16  Bruce MomjianAllow interfaces to compile under MingGW/Win32 by addin...
2003-05-16  Tom LaneRevert kerberos code breakage.
2003-05-16  Bruce MomjianRemove use of geteuid under Win32.
2003-05-16  Bruce MomjianReorganize Win32 includes to only include <port.h>...
2003-05-15  Tom LaneRevert change of inclusion order for pg_config_os.h...
2003-05-15  Tom LaneAdd missing #include.
2003-05-15  Bruce MomjianAdd copydir() function because xcopy doesn't work in...
2003-05-15  Bruce MomjianAdd missing win32 file --- seems best way to find these...
2003-05-15  Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-05-15  Peter EisentrautIndexing support for pattern matching operations via...
2003-05-14  Tom LaneFix oversight: ignore-till-SYNC state should not ignore...
2003-05-14  Tom LaneAdd text(cidr) cast, per recent discussion. I'm not...
2003-05-14  Michael Meskes - Added more compatibility functions.
2003-05-14  Tom LaneFix various recent build and regression-test problems...
2003-05-14  Tom LaneBackend support for autocommit removed, per recent...
2003-05-13  Tom LaneIn RowDescription messages, report columns of domain...
2003-05-13  Tom LaneMore binary I/O routines.
2003-05-13  Michael MeskesFixed order of include file search path.
next