summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-05-19Add MinGW to cases where libdir should be used for regression tests:Bruce Momjian
2004-05-19Win32 needs -lpgport for dll creation of ecpglib.Bruce Momjian
2004-05-19Supress verbose stderr messages while trying to find my exec path.Bruce Momjian
2004-05-19Minor correction for previous SQLSTATE patch: I changed dsqrt() to emit theNeil Conway
2004-05-19Win32 can't have the same function coming from two library object files,Bruce Momjian
2004-05-19Allow zic to compile by defining a "" value for my_exec_path. It isn'tBruce Momjian
2004-05-18setRuleCheckAsUser has to be applied to any subqueries appearing in aTom Lane
2004-05-18Move get_pkglib_path up into main.c too.Bruce Momjian
2004-05-18Move find_my_exec() way up into main.c so it is available to theBruce Momjian
2004-05-18Update Makefile dependencies for Win32 timezones, per Claudio.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-17Rename backendbin to backend_exec in initdb.c.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-14Remove extra 'then'.Bruce Momjian
2004-05-14Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane
2004-05-14Propagate enlargeStringInfo() fixes into the equivalent code inTom Lane
2004-05-14Properly quote variable for makefile use.Bruce Momjian
2004-05-14Move unixware thread stuff into Makefile.unixware.Bruce Momjian
2004-05-13Force thread flags for all Unixware builds if threading is requested.Bruce Momjian
2004-05-13Reorganize backend code to more cleanly manage executable names andBruce Momjian
2004-05-13No need for gcc thread stuff anymore, only cc.Bruce Momjian
2004-05-13Remove warning about Unixware.Bruce Momjian
2004-05-13Fix Win32 bug with missing errno for strerror().Bruce Momjian
2004-05-12Tighten up overflow check in path_recv, pursuant to code review inspiredTom Lane
2004-05-12Here's a patch that will allow external modules like pl<lang> to setBruce Momjian
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-12Fix bug by passing arg[0] to find_my_binary().Bruce Momjian
2004-05-11Yawn ... still another place not quite ready for zero-column tables.Tom Lane
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-11Add tests to enlargeStringInfo() to avoid possible buffer-overrun orTom Lane
2004-05-11Refactor low-level aclcheck code to provide useful interfaces for multi-bitTom Lane
2004-05-11Fix oversights in processing of LIMIT expressions during planning.Tom Lane
2004-05-11Repair recalculation failure for nested sub-SELECTs, per bug report fromTom Lane
2004-05-10Clean up indenting of Makefile filenames.Bruce Momjian
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-05-10Add variables names to static prototypes in initdb.c.Bruce Momjian
2004-05-10- Argh, just another bug in adjust_informix.Michael Meskes
2004-05-08Fix a couple of oversights in new ALTER TABLE code that brokeTom 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-08Improve style of new log_statement_stats error message, per Peter.Bruce Momjian
2004-05-08Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane
2004-05-07Refactor CheckDropPermissions() to move some initialization code forNeil Conway
2004-05-07The timezone() family of functions (a/k/a AT TIME ZONE construct) canTom Lane
2004-05-07- Added additional test case.Michael Meskes