Commit Graph

3055 Commits (c792cbcc2680474da3d4e68edfaf805d5f158e4a)

Author SHA1 Message Date
Tom Lane 0858ed20d2 A couple other cosmetic cleanups in new List stuff. 22 years ago
Bruce Momjian 1cf9d7bd24 Renumber to prevent duplicate oids. Update catalog version. 22 years ago
Bruce Momjian 97d625dd1c *) inet_(client|server)_(addr|port)() and necessary documentation for 22 years ago
Bruce Momjian 4807619251 Renumber bit/boolean aggregates to remove duplicates. 22 years ago
Bruce Momjian 8096fe45ce The added aggregates are: 22 years ago
Bruce Momjian 3dc37cd8d6 The patch adresses the TODO list item "Allow external interfaces to 22 years ago
Bruce Momjian cfbfdc557d This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. 22 years ago
Neil Conway d0b4399d81 Reimplement the linked list data structure used throughout the backend. 22 years ago
Bruce Momjian 228897774c Make the locale location relocatable. 22 years ago
Tom Lane 27edff700e Still another place to make the world safe for zero-column tables: 22 years ago
Tom Lane ebfc56d3fb Handle impending sinval queue overflow by means of a separate signal 22 years ago
Tom Lane 4d86ae4260 For multi-table ANALYZE, use per-table transactions when possible 22 years ago
Tom Lane 3983869439 Use wide-character library routines, if available, for upper/lower/initcap 22 years ago
Tom Lane 748a15a8ea Probably need sys/time.h here too to be safe. 22 years ago
Tom Lane ff0b706b13 Fix random breakage in exec.c for platforms where strdup is a macro. 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
Bruce Momjian 3255851e6a Small variable rename in exec.c. 22 years ago
Bruce Momjian 254df82b40 Add ctype.h include for new macro in port.h. 22 years ago
Bruce Momjian 178c08d0c7 Rename another irix file. 22 years ago
Bruce Momjian f16874c23d Win32 can't have the same function coming from two library object files, 22 years ago
Bruce Momjian 3b382d1ae3 Clean up some relative path install issues with Claudio's help. 22 years ago
Bruce Momjian 3febb477e6 Reorganize code to allow path-relative installs. 22 years ago
Neil Conway 2871f60f23 Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE 22 years ago
Neil Conway 52c82d590a Remove an unused (and empty) header file. 22 years ago
Neil Conway 0079547bcb Implement the width_bucket() function, per SQL2003. This commit only adds 22 years ago
Neil Conway 0cb27df5c6 Improve documentation for SQLSTATE error codes, per recent thread on 22 years ago
Bruce Momjian 9f944f0443 Adjust find_my_exec/find_other_exec() so that the return parameter is 22 years ago
Tom Lane c53d6e927f Tighten parsing of boolean options to CREATE TYPE and related functions, 22 years ago
Bruce Momjian f69ecb4f8c Reorganize backend code to more cleanly manage executable names and 22 years ago
Bruce Momjian b1ffacddfc Rename find_my_binary/find_other_binary to 22 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 22 years ago
Tom Lane 5ddbe904c0 Refactor low-level aclcheck code to provide useful interfaces for multi-bit 22 years ago
Tom Lane 2f63232d30 Promote row expressions to full-fledged citizens of the expression syntax, 22 years ago
Tom Lane c00b309932 Alter string format used for integer and OID lists in stored rules. 22 years ago
Tom Lane 4af3421161 Get rid of rd_nblocks field in relcache entries. Turns out this was 22 years ago
Tom Lane dd16b7aa9e Get rid of cluster.c's apparatus for rebuilding a relation's indexes 22 years ago
Tom Lane d905057853 The timezone() family of functions (a/k/a AT TIME ZONE construct) can 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Tom Lane 8325a8d69e Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't 22 years ago
Tom Lane eee6f9d5c2 Rewrite nodeRead() in a less obfuscated fashion, per discussion with 22 years ago
Tom Lane 9e16195f3f Second try at a portable unsetenv(). 22 years ago
Tom Lane 077db40fa1 ALTER TABLE rewrite. New cool stuff: 22 years ago
Bruce Momjian 5d7aec483c Update catalog version for acl removal changes. 22 years ago
Bruce Momjian a9d3c2cb18 Revert patch --- needs more generalized solution. 22 years ago
Bruce Momjian d7ee665089 Align prototype in C code. 22 years ago
Bruce Momjian e572246565 Suppress use of timezone library by ecpg. 22 years ago
Bruce Momjian 1360fe4096 More timezone build adjustments. 22 years ago
Bruce Momjian b99a3a7541 Rename to USE_PGTZ to match code. 22 years ago
Bruce Momjian 7d6f37b8c0 Enable use of our own timezone library for Win32. 22 years ago
Bruce Momjian 4a73eb5ab1 Minor adjustments to enable public-domain timezone library to be called 22 years ago