summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Remove use of geteuid under Win32.Bruce Momjian2003-05-161-1/+15
* Add missing #include.Tom Lane2003-05-151-1/+2
* Add copydir() function because xcopy doesn't work in XP without aBruce Momjian2003-05-151-4/+3
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-1514-77/+116
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-155-141/+278
* Fix oversight: ignore-till-SYNC state should not ignore EOF ...Tom Lane2003-05-141-3/+4
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-1412-144/+90
* In RowDescription messages, report columns of domain datatypes as havingTom Lane2003-05-131-7/+15
* More binary I/O routines.Tom Lane2003-05-135-6/+493
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-134-103/+91
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-1216-167/+934
* Avoid unnecessary copying of parameter values in BIND. This allowsTom Lane2003-05-121-19/+27
* Apply fixes for problems with dropped columns whose types have also beenTom Lane2003-05-124-27/+108
* Revert previous change --- turns out the underlying problem affectsTom Lane2003-05-112-24/+4
* Disable the recently-added use_physical_tlist optimization in casesTom Lane2003-05-112-4/+24
* Make use of new error context stack mechanism to allow random errorsTom Lane2003-05-101-6/+64
* In child-crashed log messages, identify a checkpoint process as suchTom Lane2003-05-101-3/+10
* Adjust CreateCheckpoint so that buffer dumping activities and cleanup ofTom Lane2003-05-101-4/+31
* Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane2003-05-092-21/+293
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-095-228/+451
* Now that fastpath protocol allows null arguments to be passed,Tom Lane2003-05-091-3/+30
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-096-343/+430
* Remove another old rint() replacement.Bruce Momjian2003-05-091-112/+1
* Add rint() to /port, remove from qnx/.Bruce Momjian2003-05-093-76/+4
* Pass canAcceptConnections to exec'ed backend, for Jan.Bruce Momjian2003-05-092-11/+10
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-095-37/+469
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-085-101/+267
* Write non-defaults file before signalling the children to reread it.Bruce Momjian2003-05-081-2/+2
* Move attached to shared memory out into a separate function for clarity.Bruce Momjian2003-05-081-68/+75
* I think we're done with protocol instability, so mark server and libpqTom Lane2003-05-081-11/+1
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-0815-293/+647
* Pass shared memory address on command line to exec'ed backend.Bruce Momjian2003-05-084-46/+76
* Change alternate database location patch to test for symlink() ratherBruce Momjian2003-05-071-4/+4
* Pass shared memory id and socket descriptor number on command line forBruce Momjian2003-05-065-20/+76
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-063-23/+56
* Ensure that an Execute operation can't send tuples in cases whereTom Lane2003-05-061-1/+18
* Restructure command destination handling so that we pass aroundTom Lane2003-05-0616-293/+608
* Rename internal variables DBName|dbName to dbname, for consistency.Bruce Momjian2003-05-062-14/+14
* Comment out some of the conditional tests until we have exec().Bruce Momjian2003-05-062-13/+15
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-0623-302/+409
* Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),Tom Lane2003-05-057-204/+20
* Not sure why parser() was still doing clearerr(stdin) ... but it'sTom Lane2003-05-051-2/+1
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-058-223/+1183
* Disable alternate locations on Win32 because it doesn't support symlinks.Bruce Momjian2003-05-041-1/+8
* Allow 60 in seconds fields of timestamp, time, interval input values.Tom Lane2003-05-042-14/+15
* When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than ourTom Lane2003-05-041-52/+102
* Cleanup patch for exec() handling.Bruce Momjian2003-05-033-12/+14
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-035-27/+86
* SECOND ATTEMPTBruce Momjian2003-05-022-32/+249
* Back out second part of patch.Bruce Momjian2003-05-022-249/+32