Commit Graph

11313 Commits (3b2e94de84e0e41946da09333f189fee5f166299)

Author SHA1 Message Date
Barry Lind 9e2a980f62 Applied patch from Fernando Nasser to fix up small type error 23 years ago
Barry Lind ece84bf819 Applied patch from Fernando Nasser to improve buffer sizes to avoid unnecessary resizing. 23 years ago
Barry Lind fb630cc49f clean up warnings produced by Eclipse 23 years ago
Barry Lind 35511088d3 Adding .cvsignore files for Eclipse IDE 23 years ago
Barry Lind 1b6e600bfe Up the build number to reflect the changes for V3 protocol support 23 years ago
Barry Lind a9983ab414 Initial attempt to integrate in V3 protocol support. This is still a work in 23 years ago
Tom Lane d998fac953 Add a regression test to catch future silliness in the index-building 23 years ago
Tom Lane f3707d0705 Fix stupid oversight :-( 23 years ago
Tom Lane 7c7139cf29 Knock down a couple more lappend() hotspots for large WHERE clauses. 23 years ago
Tom Lane 8a6ac83dab Fix some planner performance problems with large WHERE clauses, by 23 years ago
Tom Lane 0f3c68aa43 Fix breakage of LINUX_PROFILE code due to recent Windows changes. 23 years ago
Tom Lane 4df52b28f0 Fix things so that an error occuring during standalone-backend processing 23 years ago
Tom Lane aae078198d In bootstrap and standalone-backend modes, do not sort LOG elevel out 23 years ago
Tom Lane fc8d970cbc Replace functional-index facility with expressional indexes. Any column 23 years ago
Peter Eisentraut a6f01d1aa6 Internationalize interactive yes/no responses. 23 years ago
Bruce Momjian aea0270c23 Make log_ GUC settings controllable only by super-users, so non-super 23 years ago
Bruce Momjian 98b6f37e47 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 23 years ago
Bruce Momjian 24daeb8e73 Add configure thread tests. 23 years ago
Michael Meskes e185583a37 Allow input from stdin and output to stdout. 23 years ago
Michael Meskes 677844560f Fixed incorrect output for some structs. 23 years ago
Tom Lane 5493ecc3a5 Adjust error-handling logic in libpq. For the first time, libpq copes 23 years ago
Tom Lane 8c43300ccc Make sure printtup() always sends the number of columns previously 23 years ago
Bruce Momjian bb9f84aad7 Remove comment that cbrt() isn't being used. 23 years ago
Tom Lane f45df8c014 Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 23 years ago
Peter Eisentraut 297c1658ed Information schema improvements 23 years ago
Bruce Momjian 310049a19b Clean up our static cbrt() implementation in float.c. 23 years ago
Tom Lane 11d5c82002 Improve implementation of btrim/ltrim/rtrim: provide a special case for 23 years ago
Michael Meskes 813d9960d2 Forgot these. 23 years ago
Michael Meskes d258fb91cf ecpg now accepts array elements as arguments. 23 years ago
Tom Lane 450d7e276e Seems pl_funcs didn't have support for plpgsql PERFORM statement. 23 years ago
Bruce Momjian 77645b99f4 Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3. 23 years ago
Peter Eisentraut 6fabec242d Fix compilation on Cygwin. 23 years ago
Tom Lane cef0652a3d Add defense against possibility that tzname[] doesn't exist. 23 years ago
Michael Meskes dbd55d3a5b Fixed segfault when detecting undefined cursor. 23 years ago
Tom Lane c120f4ba0a Adjust configure so that extern tzname[] will be checked for 23 years ago
Tom Lane 39e98d9563 Repair sometimes-incorrect computation of StartUpID after a crash, per 23 years ago
Michael Meskes d03a067ba0 ecpg now recognizes named structs/unions. So you don't have to list the whole definition everytime you declare a variable anymore. 23 years ago
Tom Lane 0b5b3e9e65 Fix coredump in pg_get_triggerdef, ensure function name is schema- 23 years ago
Michael Meskes dc554458ad Reversed my incorrect fix. 23 years ago
Tom Lane 9ecba0c2f8 Use -fPIC on Sparc, per Tom Callaway. 23 years ago
Bruce Momjian 36adb2e095 Rename Win32 include directory from win32_include to win32. 23 years ago
Michael Meskes 08d7e1c20e Fixed exec sql ifdef command. 23 years ago
Peter Eisentraut f89c972ac8 Add documentation for information schema, and some corrections on some 23 years ago
Tom Lane 6d7ff848e5 Add code to test for unknown timezone names (following some ideas from 23 years ago
Tom Lane 6d8c774f55 Fix breakage induced by recent patch (careless use of fmtId()). 23 years ago
Tom Lane f9b232f019 Small changes to use the absolute path to system catalogs. 23 years ago
Michael Meskes 3d41da50f7 Made variable type double work again. 23 years ago
Michael Meskes 7e684fad02 Fixed incorrect include and another typo. Sorry, the include did not create a warning/error/problem on my machine, so I didn't notice it. 23 years ago
Bruce Momjian c42581eba3 Allow interfaces to compile under MingGW/Win32 by adding _P to symbols 23 years ago
Tom Lane 32be7207aa Revert kerberos code breakage. 23 years ago