summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2004-05-20Small variable rename in exec.c.Bruce Momjian
2004-05-20Add ctype.h include for new macro in port.h.Bruce Momjian
2004-05-19Rename another irix file.Bruce Momjian
2004-05-19Win32 can't have the same function coming from two library object files,Bruce Momjian
2004-05-18Clean up some relative path install issues with Claudio's help.Bruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-16Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATENeil Conway
2004-05-14Remove an unused (and empty) header file.Neil Conway
2004-05-14Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway
2004-05-14Improve documentation for SQLSTATE error codes, per recent thread onNeil Conway
2004-05-14Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian
2004-05-14Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane
2004-05-13Reorganize backend code to more cleanly manage executable names andBruce Momjian
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-11Refactor low-level aclcheck code to provide useful interfaces for multi-bitTom Lane
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-05-08Alter string format used for integer and OID lists in stored rules.Tom Lane
2004-05-08Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane
2004-05-08Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane
2004-05-07The timezone() family of functions (a/k/a AT TIME ZONE construct) canTom Lane
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-06Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane
2004-05-06Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane
2004-05-05Second try at a portable unsetenv().Tom Lane
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2004-05-02Update catalog version for acl removal changes.Bruce Momjian
2004-05-02Revert patch --- needs more generalized solution.Bruce Momjian
2004-05-01Align prototype in C code.Bruce Momjian
2004-04-30Suppress use of timezone library by ecpg.Bruce Momjian
2004-04-30More timezone build adjustments.Bruce Momjian
2004-04-30Rename to USE_PGTZ to match code.Bruce Momjian
2004-04-30Enable use of our own timezone library for Win32.Bruce Momjian
2004-04-30Minor adjustments to enable public-domain timezone library to be calledBruce Momjian
2004-04-26Please find a attached a small patch that adds accessor functionsBruce Momjian
2004-04-25Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway
2004-04-25Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway
2004-04-23Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-04-22Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway
2004-04-22Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian
2004-04-22This patch makes the EXECUTE command's completion tag return theBruce Momjian
2004-04-21Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane
2004-04-21Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane
2004-04-19Code review for ARC patch. Eliminate static variables, improve handlingTom Lane
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-18Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-04-11Exit backend from SIGTERM or FATAL by simulating client EOF, rather thanBruce Momjian
2004-04-07Extend set-operation planning to keep track of the sort ordering inducedTom Lane