Commit Graph

15110 Commits (c49b6f451090272b0656e18cb1bb327acedde745)
 

Author SHA1 Message Date
Bruce Momjian c49b6f4510 With disabled triggers, allow pg_dump to use ALTER TABLE ADD FOREIGN KEY 23 years ago
Tom Lane 11d5c82002 Improve implementation of btrim/ltrim/rtrim: provide a special case for 23 years ago
Michael Meskes 78d2156066 One more ecpg todo fixed and removed. 23 years ago
Bruce Momjian 27330595d3 Place statement_timeout in proper order in docs, from Bruno Wolff III. 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
Tom Lane e2bfe2dd00 Update for 7.3.3. 23 years ago
Bruce Momjian 77645b99f4 Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3. 23 years ago
Tom Lane d23f6f8bb7 Update release history for impending 7.3.3 release. 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 baba07173c Removed one TODO item for ecpg as this is done. 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 edcf9c237c Add error message style guidelines to the SGML documentation. 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
Tom Lane bf45bff004 Repair quoting sloppiness, lack of schema awareness in reindexdb. 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 86f5fcfeb7 Fix failure when uniq-ifying an array of zero elements. 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
Tom Lane bcfeca5856 Check calling context for connectby_text(), per Joe Conway. 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
Bruce Momjian 9ea764a0dc Remove use of geteuid under Win32. 23 years ago
Bruce Momjian ec5e0ef791 Reorganize Win32 includes to only include <port.h> after system includes 23 years ago
Tom Lane 5e04f3857c Revert change of inclusion order for pg_config_os.h; this broke plperl 23 years ago
Tom Lane 9e43184b9d Add missing #include. 23 years ago
Bruce Momjian 09aad5a3a6 Add copydir() function because xcopy doesn't work in XP without a 23 years ago
Bruce Momjian bee0ac67ee Add missing win32 file --- seems best way to find these is to just 23 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 23 years ago
Peter Eisentraut 2c0556068f Indexing support for pattern matching operations via separate operator 23 years ago
Tom Lane 2a2f6cfa39 Fix oversight: ignore-till-SYNC state should not ignore EOF ... 23 years ago
Tom Lane 22c4caef12 Add text(cidr) cast, per recent discussion. I'm not bothering to 23 years ago
Michael Meskes 4e1ed3da9b - Added more compatibility functions. 23 years ago
Tom Lane 78b08584b4 Fix various recent build and regression-test problems in contrib/. 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Tom Lane d9b679c13a In RowDescription messages, report columns of domain datatypes as having 23 years ago
Tom Lane 0249c24235 More binary I/O routines. 23 years ago
Michael Meskes 72f311b86a Fixed order of include file search path. 23 years ago