summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-2850-1280/+1348
* Add to thread discussion.Bruce Momjian2003-05-281-0/+561
* Add info about selecting a random row.Bruce Momjian2003-05-282-6/+20
* Internationalize interactive yes/no responses.Peter Eisentraut2003-05-275-8/+32
* 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-2743-238/+244
* Add configure thread tests.Bruce Momjian2003-05-274-199/+369
* Allow input from stdin and output to stdout.Michael Meskes2003-05-273-44/+59
* 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