]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2003-05-02  Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-05-02  Tom LanePortal and memory management infrastructure for extende...
2003-05-02  Tom LaneRepair sloppiness about where cached mergeclause pathke...
2003-05-02  Michael MeskesFixed double definition of ecpg_compat_mode.
2003-05-01  Michael MeskesAdded an option to force ecpg to also parse files inclu...
2003-05-01  Tom LaneDocumentation refers to box() function where it should...
2003-04-30  Tom LaneUpdate to describe new set of globally-known contexts...
2003-04-29  Tom LaneInfrastructure for deducing Param types from context...
2003-04-29  Bruce MomjianRemove unneeded define.
2003-04-29  Tom LaneCode review for holdable-cursors patch. Fix error...
2003-04-28  Bruce MomjianUpdate German FAQ, from Ian Barwick
2003-04-28  Tom LaneMinor wordsmithing on .pgpass description.
2003-04-28  Tom LaneMinor improvement in wording.
2003-04-28  Tom LaneMissed some corner cases (PGSERVICE mostly)...
2003-04-28  Tom LaneOkay, I've had it with PQsetdbLogin having slightly...
2003-04-27  Tom LaneMake getaddrinfo's behavior with NULL node parameter...
2003-04-27  Tom LanePrevent coredump in current_schemas() if someone has...
2003-04-27  Tom LaneFix plpgsql so that variables of composite types (rowty...
2003-04-27  Tom LanePut back encoding-conversion step in processing of...
2003-04-27  Tom LaneDepartment of second thoughts: probably still need...
2003-04-27  Tom LaneClean up some problems in SetClientEncoding: failed...
2003-04-26  Peter EisentrautEditing of more reference pages.
2003-04-26  Tom LaneRepair permissions problem in RI triggers: query parsin...
2003-04-26  Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-26  Tom LaneTweak stats collector start logic so that we will not...
2003-04-25  Tom LaneMake [VACUUM] ANALYZE safe on zero-column tables.
2003-04-25  Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-04-25  Bruce MomjianPrevent unlink/rename Win32 mapping on frontends.
2003-04-25  Bruce MomjianAdd new versions DLL lists, from Karl Waclawek
2003-04-25  Bruce MomjianFix typo in DLL list.
2003-04-25  Tom Laneconst-ify info_cb() to match recent openssl releases...
2003-04-25  Tom LaneFix breakage induced by yours truly in Kerberos and...
2003-04-25  Tom LaneCOPY and pg_dump failed to cope with zero-column tables...
2003-04-25  Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-24  Tom LaneAdjust subquery qual pushdown rules so that we can...
2003-04-24  Bruce MomjianAdd Win32 Makefile for IPC stuff.
2003-04-24  Bruce MomjianNo need for include for Win32 right now.
2003-04-24  Bruce MomjianAdd Win32 shmem/sema prototypes.
2003-04-24  Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-24  Bruce Momjianpgindent new Win32 files.
2003-04-24  Bruce MomjianAdd shared memory and semaphore routines for Win32.
2003-04-24  Bruce MomjianAdd shared memory and semaphore routines for Win32.
2003-04-24  Bruce MomjianAdd comments to replace/unlink Win32 functions.
2003-04-24  Bruce MomjianAdd PQunescapeBytea() and PQfeeMem() to the Win32 DLL...
2003-04-22  Bruce MomjianRemove Win32 special rename/unlink from libpq.
2003-04-22  Bruce MomjianUpdate CVS with new FAQ.
2003-04-22  Peter EisentrautMore editing of reference pages.
2003-04-22  Tom Lanegetaddrinfo has no business doing unlink().
2003-04-22  Bruce MomjianAdd dirmod to libpq Makefile.
2003-04-22  Bruce MomjianAdd Win32 unlink/rename file.
2003-04-22  Bruce MomjianAdd Win32 versions of unlink and rename --- loop until...
2003-04-22  Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-21  Tom LanePrevent palloc(0) error when parent table has zero...
2003-04-21  Bruce MomjianAdd mention of Novell Netware 6 port.
2003-04-21  Tom Lanestddev() and variance() should return NULL when there...
2003-04-20  Tom LaneApple's assembler likes the inlined TAS syntax too...
2003-04-20  Tom LaneFix multiple causes of breakage in plperl's error handling.
next