]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2003-05-08  Tom LaneFix documentation problem pointed out by Barry Lind...
2003-05-07  Tom LaneUpdate COPY BINARY file format spec to reflect recent...
2003-05-07  Tom LaneRevise protocol doc for recently-agreed modifications...
2003-05-07  Bruce MomjianChange alternate database location patch to test for...
2003-05-07  Tom LaneFix erroneous example, per Tim Knowles.
2003-05-07  Barry LindFixed bug with Warnings. Warnings are not added to...
2003-05-06  Bruce MomjianPass shared memory id and socket descriptor number...
2003-05-06  Bruce MomjianProperly test for buggy flex 2.5.3.
2003-05-06  Tom LaneMinor editorializing.
2003-05-06  Tom LaneAdd display of eventual result RowDescription (if any...
2003-05-06  Tom LaneEnsure that an Execute operation can't send tuples...
2003-05-06  Tom LaneRestructure command destination handling so that we...
2003-05-06  Michael MeskesAdded rfmtlong compatibility function.
2003-05-06  Bruce MomjianRename internal variables DBName|dbName to dbname,...
2003-05-06  Bruce MomjianComment out some of the conditional tests until we...
2003-05-06  Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-05  Tom LaneDitch ExecGetTupType() in favor of the much simpler...
2003-05-05  Tom LaneAlter plpgsql's lexer so that yylineno and yymore are...
2003-05-05  Tom LaneProvide a real link to CREATE SEQUENCE's reference...
2003-05-05  Tom LaneNot sure why parser() was still doing clearerr(stdin...
2003-05-05  Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-04  Bruce MomjianDisable alternate locations on Win32 because it doesn...
2003-05-04  Tom LaneAllow 60 in seconds fields of timestamp, time, interval...
2003-05-04  Peter EisentrautLast round of reference page editing.
2003-05-04  Tom LaneWhen a TIMESTAMP, TIME, or INTERVAL precision is specif...
2003-05-03  Tom LaneFix erroneous space calculation leading to core dump...
2003-05-03  Barry LindPatch to fix up LONGVARBINARY support submitted by...
2003-05-03  Bruce MomjianCleanup patch for exec() handling.
2003-05-03  Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02  Bruce MomjianSECOND ATTEMPT
2003-05-02  Bruce MomjianBack out second part of patch.
2003-05-02  Bruce MomjianBack out last commit --- wrong patch.
next