]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2003-05-13  Tom LaneChange pg_amop's index on (amopclaid,amopopr) to index...
2003-05-12  Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-05-12  Tom LaneAvoid unnecessary copying of parameter values in BIND...
2003-05-12  Tom LaneApply fixes for problems with dropped columns whose...
2003-05-11  Tom LaneFinish removing HPUXMATHLIB.
2003-05-11  Tom LaneRevert previous change --- turns out the underlying...
2003-05-11  Tom LaneDisable the recently-added use_physical_tlist optimizat...
2003-05-10  Tom LaneMake use of new error context stack mechanism to allow...
2003-05-10  Tom LaneIn child-crashed log messages, identify a checkpoint...
2003-05-10  Tom LaneAdjust CreateCheckpoint so that buffer dumping activiti...
2003-05-10  Bruce MomjianMore crypt() cleanup.
2003-05-10  Bruce MomjianRemove HPUX 9 rint() test.
2003-05-10  Bruce MomjianAdd Makefile rules for new crypt/rint() /port functions...
2003-05-09  Tom LaneImplement array_send/array_recv (binary I/O for arrays...
2003-05-09  Tom LaneCOPY BINARY uses the new binary I/O routines. Update...
2003-05-09  Tom LaneNow that fastpath protocol allows null arguments to...
2003-05-09  Tom LaneImplement new-protocol binary I/O support in DataRow...
2003-05-09  Bruce MomjianMore cleanups now that we have crypt().
2003-05-09  Bruce Momjianautoconf run for crypt().
2003-05-09  Bruce MomjianAdd crypt() to /port for Win32.
2003-05-09  Bruce MomjianRemove rint() prototype from QNX.
2003-05-09  Bruce MomjianRemove another old rint() replacement.
2003-05-09  Bruce MomjianAdd rint() to /port, remove from qnx/.
2003-05-09  Bruce MomjianPass canAcceptConnections to exec'ed backend, for Jan.
2003-05-09  Tom LaneBinary send/receive routines for a few basic datatypes...
2003-05-09  Bruce MomjianAdd opendir/readdir/closedir() for Win32.
2003-05-08  Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-05-08  Bruce MomjianWrite non-defaults file before signalling the children...
2003-05-08  Bruce MomjianMove attached to shared memory out into a separate...
2003-05-08  Tom LaneI think we're done with protocol instability, so mark...
2003-05-08  Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-08  Bruce MomjianPass shared memory address on command line to exec...
next