]> granicus.if.org Git - postgresql/history - src
Uppercase keyword for ecpg.
[postgresql] / src /
2004-05-07 Bruce MomjianRemove crude test for log_statement_stats in startup...
2004-05-07 Bruce MomjianThrow error if log_statement_stats is used with conflic...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-06 Bruce Momjiansysv_shmem.c patch is to correct a bug that prevents...
2004-05-06 Bruce MomjianErase MD5 user passwords when a user is renamed because...
2004-05-06 Tom LaneMake ALTER COLUMN TYPE preserve clustered status for...
2004-05-06 Tom LaneRewrite nodeRead() in a less obfuscated fashion, per...
2004-05-06 Neil ConwayFix grammatical error in comment.
2004-05-05 Tom LaneSecond try at a portable unsetenv().
2004-05-05 Tom LaneDon't assume that struct timeval's tv_sec field is...
2004-05-05 Tom LaneFix get_rels_with_domain to not do the wrong thing...
2004-05-05 Tom LaneUse a more portable technique for unsetting environment...
2004-05-05 Michael Meskes- Fixed bug in adjust_informix that treated arrays...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-05-03 Bruce MomjianMore PWD adjustments for win32.
2004-05-02 Bruce MomjianUse $build_platform for PWD flag test, per suggestion...
2004-05-02 Bruce MomjianUpdate catalog version for acl removal changes.
2004-05-02 Bruce MomjianRevert patch --- needs more generalized solution.
2004-05-02 Bruce MomjianSet PWDFLAGS based on test platform, not target platform.
2004-05-02 Bruce Momjianthis patch makes sure that:
2004-05-02 Bruce MomjianSet std error to no buffering on Win32.
2004-05-02 Bruce MomjianMore win32 adjustment for timezone directory.
2004-05-01 Bruce MomjianFix timezone data path for Unix and win32.
2004-05-01 Bruce MomjianAlign prototype in C code.
2004-05-01 Bruce MomjianRemove debug output line.
2004-05-01 Bruce MomjianRename function to be less win32 specific.
2004-04-30 Bruce MomjianSuppress use of timezone library by ecpg.
2004-04-30 Bruce MomjianFix zic compiler to use pg version.
2004-04-30 Bruce MomjianAllow build of timezone database on unix.
2004-04-30 Bruce MomjianMore timezone build adjustments.
2004-04-30 Bruce MomjianTimezone code checks for HAVE_SYMLINK of zero, so use...
2004-04-30 Bruce MomjianMore cleanups for USE_PGTZ.
2004-04-30 Bruce MomjianRename to USE_PGTZ to match code.
2004-04-30 Bruce MomjianAllow timezone to compile under Unix by blocking 'timez...
2004-04-30 Bruce MomjianConvert DOS newlines to Unix newlines.
2004-04-30 Bruce MomjianIntegrate timezone library to be called only from Win32.
2004-04-30 Bruce MomjianEnable use of our own timezone library for Win32.
2004-04-30 Bruce MomjianMinor adjustments to enable public-domain timezone...
2004-04-30 Bruce MomjianTimezone library changes to map into our backend code.
2004-04-30 Bruce MomjianAdd Olson's public domain timezone library to src/timezone.
2004-04-29 Michael MeskesSynced parser and keyword list.
2004-04-27 Bruce MomjianDo thread testing from configure in a much cleaner...
2004-04-27 Bruce MomjianAdd comments.
2004-04-27 Bruce MomjianUse mktemp for temporary file names, per suggestion...
2004-04-27 Bruce MomjianMove postgres.h to the top of the C file.
2004-04-26 Bruce MomjianFix subdir for thread test program.
2004-04-26 Bruce MomjianAdd $(X) for cross-compiling. Seems the mingw compiler...
2004-04-26 Bruce MomjianPlease find attached a small patch against current...
2004-04-26 Bruce MomjianPlease find a attached a small patch that adds accessor...
2004-04-26 Dennis BjorklundTranslation updates
2004-04-26 Bruce MomjianUnconditionally define:
2004-04-26 Bruce MomjianClean tools/thread on make clean/distclean.
2004-04-26 Bruce MomjianMore thread error improvments.
2004-04-26 Bruce MomjianMore thread error message improvments.
2004-04-25 Neil ConwayTiny assorted fixes: correct a typo in a comment in...
2004-04-25 Bruce MomjianFix typo on thread lib name.
2004-04-25 Bruce MomjianMake thread flags CFLAGS, not CPPFLAGS.
2004-04-25 Bruce MomjianNo need to use our standard libs for the thread test...
2004-04-25 Neil ConwayRemove the last traces of Joe Hellerstein's "xfunc...
2004-04-24 Tom LaneEnsure getaddrinfo_all returns null result on failure.
2004-04-23 Bruce MomjianHook thread_test program run at the end of configure...
2004-04-23 Bruce MomjianReport error if thread-test is run without having threa...
2004-04-23 Bruce MomjianImprove thread test program. Test only functions that...
2004-04-23 Neil ConwayAdd ceiling() as an alias for ceil(), and power() as...
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-04-23 Michael MeskesFixed memory misusage in variable handling.
2004-04-22 Bruce MomjianSimplify thread test program.
2004-04-22 Neil ConwayMake psql's \d+ command indicate whether the table...
2004-04-22 Bruce MomjianRename global psql startup file to psqlrc.sample.
2004-04-22 Bruce MomjianFix filename mention in psqlrc.sample file.
2004-04-22 Neil ConwayMake LocalRefCount and PrivateRefCount arrays of int32...
2004-04-22 Bruce MomjianPer discussion earlier today, here is a fix that lets...
2004-04-22 Bruce MomjianThis patch makes the EXECUTE command's completion tag...
2004-04-22 Bruce MomjianPlease find attached a small patch so that "pg_restore...
2004-04-22 Bruce MomjianAdd global psql config file, psql.rc.sample.
2004-04-21 Bruce MomjianMore thread test program improvements.
2004-04-21 Bruce MomjianImprove thread test program to show if non-*_r function...
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2004-04-21 Tom LaneAnother round of code cleanup on bufmgr. Use BM_VALID...
2004-04-21 Bruce MomjianChange COPY CSV keyword to be:
2004-04-20 Bruce MomjianAdd NetBSD thread compile flags.
2004-04-20 Bruce MomjianRemove pg_encoding. Not needed anymore since we have...
2004-04-20 PostgreSQL DaemonRemove all of the libpgtcl and pgtclsh files, including...
2004-04-19 Tom LaneCode review for ARC patch. Eliminate static variables...
2004-04-19 Bruce MomjianPrevent doubling of escapes when not in quote mode...
2004-04-19 Bruce MomjianRemove debug code that acidentally got into CVS from...
2004-04-19 Bruce MomjianFix for BEGIN with ISOLATION/READONLY clauses.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-19 Bruce MomjianComplete TODO item:
2004-04-18 Tom LaneTweak findTargetlistEntry so that bare names occurring...
2004-04-16 Bruce MomjianHandle Warn_restart_ready properly in SIGTERM safety...
2004-04-15 Bruce MomjianModify COPY for() loop to use attnum as a variable...
2004-04-15 Tom LaneImprove syntax error messages for invalid-argument...
2004-04-15 Peter EisentrautTranslation updates
2004-04-15 Peter EisentrautTranslation updates
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-04-12 Bruce MomjianChange psql \copy stdin/stdout to read from command...
2004-04-11 Bruce MomjianExit backend from SIGTERM or FATAL by simulating client...
2004-04-10 Bruce MomjianPlease find a small patch to fix the brain damage ...
2004-04-09 Dennis BjorklundTranslation updates
next