summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Fix stupid oversight :-(Tom Lane2003-05-291-2/+5
* Knock down a couple more lappend() hotspots for large WHERE clauses.Tom Lane2003-05-282-32/+40
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-287-191/+343
* Fix breakage of LINUX_PROFILE code due to recent Windows changes.Tom Lane2003-05-281-35/+26
* Fix things so that an error occuring during standalone-backend processingTom Lane2003-05-284-18/+36
* In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane2003-05-283-18/+30
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-2826-1096/+1124
* Make log_ GUC settings controllable only by super-users, so non-superBruce Momjian2003-05-271-9/+9
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-2731-194/+194
* Make sure printtup() always sends the number of columns previouslyTom Lane2003-05-261-5/+5
* Remove comment that cbrt() isn't being used.Bruce Momjian2003-05-261-2/+1
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-268-1096/+622
* Information schema improvementsPeter Eisentraut2003-05-251-85/+195
* Clean up our static cbrt() implementation in float.c.Bruce Momjian2003-05-251-17/+2
* Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane2003-05-231-152/+214
* Add defense against possibility that tzname[] doesn't exist.Tom Lane2003-05-221-1/+14
* Repair sometimes-incorrect computation of StartUpID after a crash, perTom Lane2003-05-221-52/+64
* Fix coredump in pg_get_triggerdef, ensure function name is schema-Tom Lane2003-05-201-80/+47
* Add documentation for information schema, and some corrections on somePeter Eisentraut2003-05-181-15/+37
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-182-38/+262
* 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