summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Allow interfaces to compile under MingGW/Win32 by adding _P to symbolsBruce Momjian2003-05-162-14/+3
* Reorganize Win32 includes to only include <port.h> after system includesBruce Momjian2003-05-162-6/+17
* Revert change of inclusion order for pg_config_os.h; this broke plperlTom Lane2003-05-151-4/+2
* Add missing win32 file --- seems best way to find these is to justBruce Momjian2003-05-151-0/+1
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-1514-124/+191
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-158-10/+135
* Add text(cidr) cast, per recent discussion. I'm not bothering toTom Lane2003-05-141-1/+2
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-3/+3
* More binary I/O routines.Tom Lane2003-05-136-19/+91
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-132-5/+5
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-129-49/+199
* Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane2003-05-092-5/+5
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-096-12/+40
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-091-2/+5
* More cleanups now that we have crypt().Bruce Momjian2003-05-092-3/+5
* Remove rint() prototype from QNX.Bruce Momjian2003-05-091-2/+0
* Add rint() to /port, remove from qnx/.Bruce Momjian2003-05-091-1/+5
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-096-137/+198
* Add opendir/readdir/closedir() for Win32.Bruce Momjian2003-05-091-1/+26
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-087-155/+181
* I think we're done with protocol instability, so mark server and libpqTom Lane2003-05-081-2/+2
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-087-28/+37
* Pass shared memory address on command line to exec'ed backend.Bruce Momjian2003-05-081-1/+2
* Change alternate database location patch to test for symlink() ratherBruce Momjian2003-05-071-0/+3
* Pass shared memory id and socket descriptor number on command line forBruce Momjian2003-05-061-1/+7
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-062-3/+4
* Restructure command destination handling so that we pass aroundTom Lane2003-05-0612-56/+90
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-069-34/+45
* Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),Tom Lane2003-05-051-2/+1
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-056-15/+58
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-032-2/+4
* SECOND ATTEMPTBruce Momjian2003-05-021-1/+6
* Back out second part of patch.Bruce Momjian2003-05-021-6/+1
* Back out last commit --- wrong patch.Bruce Momjian2003-05-023-5/+8
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-022-2/+4
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-029-50/+150
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-298-31/+53
* Remove unneeded define.Bruce Momjian2003-04-291-3/+1
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-295-17/+17
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-274-14/+11
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-262-24/+35
* Tweak stats collector start logic so that we will not try to spawn aTom Lane2003-04-261-11/+21
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-253-56/+50
* Prevent unlink/rename Win32 mapping on frontends.Bruce Momjian2003-04-251-2/+2
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-251-1/+8
* Adjust subquery qual pushdown rules so that we can push down a qualTom Lane2003-04-241-3/+1
* Add Win32 shmem/sema prototypes.Bruce Momjian2003-04-241-1/+51
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-245-18/+252
* Add Win32 versions of unlink and rename --- loop until success.Bruce Momjian2003-04-221-1/+12
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-222-6/+6