summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect output for some structs.Michael Meskes2003-05-272-4/+10
* Adjust error-handling logic in libpq. For the first time, libpq copesTom Lane2003-05-261-12/+25
* Add item for changing a column's data type.Bruce Momjian2003-05-262-9/+31
* Fix misstatement in release-notes item.Tom Lane2003-05-262-3/+3
* Update:Bruce Momjian2003-05-261-2/+2
* Make sure printtup() always sends the number of columns previouslyTom Lane2003-05-261-5/+5
* Add documentation to 'createuser' that ALTER USER must be used to add orBruce Momjian2003-05-264-21/+26
* Add:Bruce Momjian2003-05-261-2/+2
* 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-2636-1555/+1007
* Information schema improvementsPeter Eisentraut2003-05-252-128/+374
* Clean up our static cbrt() implementation in float.c.Bruce Momjian2003-05-251-17/+2
* Move item:Bruce Momjian2003-05-251-3/+3
* Update:Bruce Momjian2003-05-251-3/+3
* Add:Bruce Momjian2003-05-241-1/+4
* Update XML items:Bruce Momjian2003-05-241-2/+3
* Added:Bruce Momjian2003-05-241-6/+3
* Add cost estimate discussion to TODO.detail.Bruce Momjian2003-05-241-1/+402
* Add to TODO:Bruce Momjian2003-05-241-0/+168
* With disabled triggers, allow pg_dump to use ALTER TABLE ADD FOREIGN KEYBruce Momjian2003-05-241-1/+2
* Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane2003-05-234-165/+230
* One more ecpg todo fixed and removed.Michael Meskes2003-05-231-1/+0
* Place statement_timeout in proper order in docs, from Bruno Wolff III.Bruce Momjian2003-05-232-883/+44
* Forgot these.Michael Meskes2003-05-232-7/+14
* ecpg now accepts array elements as arguments.Michael Meskes2003-05-234-436/+625
* Seems pl_funcs didn't have support for plpgsql PERFORM statement.Tom Lane2003-05-231-1/+16
* Update for 7.3.3.Tom Lane2003-05-221-0/+100
* Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3.Bruce Momjian2003-05-221-0/+5
* Update release history for impending 7.3.3 release.Tom Lane2003-05-221-1/+104
* Fix compilation on Cygwin.Peter Eisentraut2003-05-227-13/+12
* Add defense against possibility that tzname[] doesn't exist.Tom Lane2003-05-221-1/+14
* Fixed segfault when detecting undefined cursor.Michael Meskes2003-05-221-8/+10
* Adjust configure so that extern tzname[] will be checked forTom Lane2003-05-224-9/+48
* Repair sometimes-incorrect computation of StartUpID after a crash, perTom Lane2003-05-221-52/+64
* Removed one TODO item for ecpg as this is done.Michael Meskes2003-05-221-1/+0
* ecpg now recognizes named structs/unions. So you don't have to list the whole...Michael Meskes2003-05-2210-114/+264
* Fix coredump in pg_get_triggerdef, ensure function name is schema-Tom Lane2003-05-201-80/+47
* Reversed my incorrect fix.Michael Meskes2003-05-203-5/+16
* Add error message style guidelines to the SGML documentation.Tom Lane2003-05-192-20/+626
* Use -fPIC on Sparc, per Tom Callaway.Tom Lane2003-05-191-0/+5
* Rename Win32 include directory from win32_include to win32.Bruce Momjian2003-05-199-2/+2
* Fixed exec sql ifdef command.Michael Meskes2003-05-191-2/+2
* Repair quoting sloppiness, lack of schema awareness in reindexdb.Tom Lane2003-05-191-23/+43
* Add documentation for information schema, and some corrections on somePeter Eisentraut2003-05-184-17/+1776
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-183-39/+265
* Fix breakage induced by recent patch (careless use of fmtId()).Tom Lane2003-05-171-3/+5
* Fix failure when uniq-ifying an array of zero elements.Tom Lane2003-05-161-17/+5
* Small changes to use the absolute path to system catalogs.Tom Lane2003-05-163-5/+5
* Made variable type double work again.Michael Meskes2003-05-163-15/+18
* Fixed incorrect include and another typo. Sorry, the include did not create a...Michael Meskes2003-05-163-3/+7