aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane2003-05-23
* Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3.Bruce Momjian2003-05-22
* Fix compilation on Cygwin.Peter Eisentraut2003-05-22
* Adjust configure so that extern tzname[] will be checked forTom Lane2003-05-22
* Rename Win32 include directory from win32_include to win32.Bruce Momjian2003-05-19
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-18
* Allow interfaces to compile under MingGW/Win32 by adding _P to symbolsBruce Momjian2003-05-16
* Reorganize Win32 includes to only include <port.h> after system includesBruce Momjian2003-05-16
* Revert change of inclusion order for pg_config_os.h; this broke plperlTom Lane2003-05-15
* Add missing win32 file --- seems best way to find these is to justBruce Momjian2003-05-15
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* Add text(cidr) cast, per recent discussion. I'm not bothering toTom Lane2003-05-14
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* More binary I/O routines.Tom Lane2003-05-13
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-13
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane2003-05-09
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-09
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-09
* More cleanups now that we have crypt().Bruce Momjian2003-05-09
* Remove rint() prototype from QNX.Bruce Momjian2003-05-09
* Add rint() to /port, remove from qnx/.Bruce Momjian2003-05-09
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-09
* Add opendir/readdir/closedir() for Win32.Bruce Momjian2003-05-09
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-08
* I think we're done with protocol instability, so mark server and libpqTom Lane2003-05-08
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Pass shared memory address on command line to exec'ed backend.Bruce Momjian2003-05-08
* Change alternate database location patch to test for symlink() ratherBruce Momjian2003-05-07
* Pass shared memory id and socket descriptor number on command line forBruce Momjian2003-05-06
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-06
* Restructure command destination handling so that we pass aroundTom Lane2003-05-06
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),Tom Lane2003-05-05
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-05
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-03
* SECOND ATTEMPTBruce Momjian2003-05-02
* Back out second part of patch.Bruce Momjian2003-05-02
* Back out last commit --- wrong patch.Bruce Momjian2003-05-02
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-02
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Remove unneeded define.Bruce Momjian2003-04-29
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-27
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-26
* Tweak stats collector start logic so that we will not try to spawn aTom Lane2003-04-26
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25