summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-06Fix grammatical error in comment.Neil Conway
2004-05-05Second try at a portable unsetenv().Tom Lane
2004-05-05Don't assume that struct timeval's tv_sec field is the same datatype asTom Lane
2004-05-05Fix get_rels_with_domain to not do the wrong thing with views andTom Lane
2004-05-05Use a more portable technique for unsetting environment variables,Tom Lane
2004-05-05- Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2004-05-03More PWD adjustments for win32.Bruce Momjian
2004-05-02Use $build_platform for PWD flag test, per suggestion from Peter.Bruce Momjian
2004-05-02Update catalog version for acl removal changes.Bruce Momjian
2004-05-02Revert patch --- needs more generalized solution.Bruce Momjian
2004-05-02Set PWDFLAGS based on test platform, not target platform.Bruce Momjian
2004-05-02this patch makes sure that:Bruce Momjian
2004-05-02Set std error to no buffering on Win32.Bruce Momjian
2004-05-02More win32 adjustment for timezone directory.Bruce Momjian
2004-05-01Fix timezone data path for Unix and win32.Bruce Momjian
2004-05-01Align prototype in C code.Bruce Momjian
2004-05-01Remove debug output line.Bruce Momjian
2004-05-01Rename function to be less win32 specific.Bruce Momjian
2004-04-30Suppress use of timezone library by ecpg.Bruce Momjian
2004-04-30Fix zic compiler to use pg version.Bruce Momjian
2004-04-30Allow build of timezone database on unix.Bruce Momjian
2004-04-30More timezone build adjustments.Bruce Momjian
2004-04-30Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h:Bruce Momjian
2004-04-30More cleanups for USE_PGTZ.Bruce Momjian
2004-04-30Rename to USE_PGTZ to match code.Bruce Momjian
2004-04-30Allow timezone to compile under Unix by blocking 'timezone' conflict withBruce Momjian
2004-04-30Convert DOS newlines to Unix newlines.Bruce Momjian
2004-04-30Integrate timezone library to be called only from Win32.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-30Timezone library changes to map into our backend code.Bruce Momjian
2004-04-30Add Olson's public domain timezone library to src/timezone.Bruce Momjian
2004-04-29Synced parser and keyword list.Michael Meskes
2004-04-27Do thread testing from configure in a much cleaner fashion.Bruce Momjian
2004-04-27Add comments.Bruce Momjian
2004-04-27Use mktemp for temporary file names, per suggestion from Peter.Bruce Momjian
2004-04-27Move postgres.h to the top of the C file.Bruce Momjian
2004-04-26Fix subdir for thread test program.Bruce Momjian
2004-04-26Add $(X) for cross-compiling. Seems the mingw compiler running onBruce Momjian
2004-04-26Please find attached a small patch against current cvs head, so thatBruce Momjian
2004-04-26Please find a attached a small patch that adds accessor functionsBruce Momjian
2004-04-26Translation updatesDennis Bjorklund
2004-04-26Unconditionally define:Bruce Momjian
2004-04-26Clean tools/thread on make clean/distclean.Bruce Momjian
2004-04-26More thread error improvments.Bruce Momjian
2004-04-26More thread error message improvments.Bruce Momjian
2004-04-25Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway