Commit Graph

15244 Commits (26188e8c1751a2ef97fb6192fbc1bbc9f313a4d6)
 

Author SHA1 Message Date
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. 22 years ago
Tom Lane 0b5b3e9e65 Fix coredump in pg_get_triggerdef, ensure function name is schema- 22 years ago
Michael Meskes dc554458ad Reversed my incorrect fix. 22 years ago
Tom Lane edcf9c237c Add error message style guidelines to the SGML documentation. 22 years ago
Tom Lane 9ecba0c2f8 Use -fPIC on Sparc, per Tom Callaway. 22 years ago
Bruce Momjian 36adb2e095 Rename Win32 include directory from win32_include to win32. 22 years ago
Michael Meskes 08d7e1c20e Fixed exec sql ifdef command. 22 years ago
Tom Lane bf45bff004 Repair quoting sloppiness, lack of schema awareness in reindexdb. 22 years ago
Peter Eisentraut f89c972ac8 Add documentation for information schema, and some corrections on some 22 years ago
Tom Lane 6d7ff848e5 Add code to test for unknown timezone names (following some ideas from 22 years ago
Tom Lane 6d8c774f55 Fix breakage induced by recent patch (careless use of fmtId()). 22 years ago
Tom Lane 86f5fcfeb7 Fix failure when uniq-ifying an array of zero elements. 22 years ago
Tom Lane f9b232f019 Small changes to use the absolute path to system catalogs. 22 years ago
Michael Meskes 3d41da50f7 Made variable type double work again. 22 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. 22 years ago
Tom Lane bcfeca5856 Check calling context for connectby_text(), per Joe Conway. 22 years ago
Bruce Momjian c42581eba3 Allow interfaces to compile under MingGW/Win32 by adding _P to symbols 22 years ago
Tom Lane 32be7207aa Revert kerberos code breakage. 22 years ago
Bruce Momjian 9ea764a0dc Remove use of geteuid under Win32. 22 years ago
Bruce Momjian ec5e0ef791 Reorganize Win32 includes to only include <port.h> after system includes 22 years ago
Tom Lane 5e04f3857c Revert change of inclusion order for pg_config_os.h; this broke plperl 22 years ago
Tom Lane 9e43184b9d Add missing #include. 22 years ago
Bruce Momjian 09aad5a3a6 Add copydir() function because xcopy doesn't work in XP without a 22 years ago
Bruce Momjian bee0ac67ee Add missing win32 file --- seems best way to find these is to just 22 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 22 years ago
Peter Eisentraut 2c0556068f Indexing support for pattern matching operations via separate operator 22 years ago
Tom Lane 2a2f6cfa39 Fix oversight: ignore-till-SYNC state should not ignore EOF ... 22 years ago
Tom Lane 22c4caef12 Add text(cidr) cast, per recent discussion. I'm not bothering to 22 years ago
Michael Meskes 4e1ed3da9b - Added more compatibility functions. 22 years ago
Tom Lane 78b08584b4 Fix various recent build and regression-test problems in contrib/. 22 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 22 years ago
Tom Lane d9b679c13a In RowDescription messages, report columns of domain datatypes as having 22 years ago
Tom Lane 0249c24235 More binary I/O routines. 22 years ago
Michael Meskes 72f311b86a Fixed order of include file search path. 22 years ago
Tom Lane 1c9ac7dfd0 Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). 22 years ago
Tom Lane 30f609484d Add binary I/O routines for a bunch more datatypes. Still a few to go, 22 years ago
Tom Lane b02832719c Avoid unnecessary copying of parameter values in BIND. This allows 22 years ago
Tom Lane d97c9b3662 Apply fixes for problems with dropped columns whose types have also been 22 years ago
Tom Lane a7c50cd92b Finish removing HPUXMATHLIB. 22 years ago
Tom Lane 6f261461c1 Revert previous change --- turns out the underlying problem affects 22 years ago
Tom Lane 8f2e53bc10 Disable the recently-added use_physical_tlist optimization in cases 22 years ago
Tom Lane a4e775a263 Make use of new error context stack mechanism to allow random errors 22 years ago
Tom Lane ecc8c3652e In child-crashed log messages, identify a checkpoint process as such 22 years ago
Tom Lane 8d86a96068 Adjust CreateCheckpoint so that buffer dumping activities and cleanup of 22 years ago
Bruce Momjian 199f24e19d More crypt() cleanup. 22 years ago
Bruce Momjian 37627eb571 Remove HPUX 9 rint() test. 22 years ago
Bruce Momjian cb8b1299a3 Add Makefile rules for new crypt/rint() /port functions. Add include 22 years ago
Tom Lane ba1e066e46 Implement array_send/array_recv (binary I/O for arrays). This exposed 22 years ago
Tom Lane b1ee615a7f COPY BINARY uses the new binary I/O routines. Update a few more datatypes 22 years ago
Tom Lane 38d9919d1a Now that fastpath protocol allows null arguments to be passed, 22 years ago