2004-05-05 | Tom Lane | ALTER TABLE rewrite. New cool stuff: | commit | commitdiff | tree |
2004-05-03 | Bruce Momjian | More PWD adjustments for win32. | commit | commitdiff | tree |
2004-05-03 | Neil Conway | Fix obscure typo in 7.4.0 release notes. | commit | commitdiff | tree |
2004-05-02 | Bruce Momjian | Use $build_platform for PWD flag test, per suggestion... | commit | commitdiff | tree |
2004-05-02 | Bruce Momjian | Update catalog version for acl removal changes. | commit | commitdiff | tree |
2004-05-02 | Bruce Momjian | Revert patch --- needs more generalized solution. | commit | commitdiff | tree |
2004-05-02 | Bruce Momjian | Assign item: | commit | commitdiff | tree |
2004-05-02 | Bruce Momjian | Update TODO item: | commit | commitdiff | tree |
2004-05-02 | Bruce Momjian | Set PWDFLAGS based on test platform, not target platform. | commit | commitdiff | tree |
2004-05-02 | Bruce Momjian | this patch makes sure that: | commit | commitdiff | tree |
2004-05-02 | Bruce Momjian | Set std error to no buffering on Win32. | commit | commitdiff | tree |
2004-05-02 | Bruce Momjian | More win32 adjustment for timezone directory. | commit | commitdiff | tree |
2004-05-01 | Bruce Momjian | Fix timezone data path for Unix and win32. | commit | commitdiff | tree |
2004-05-01 | Bruce Momjian | Align prototype in C code. | commit | commitdiff | tree |
2004-05-01 | Bruce Momjian | Remove debug output line. | commit | commitdiff | tree |
2004-05-01 | Bruce Momjian | Rename function to be less win32 specific. | commit | commitdiff | tree |
2004-05-01 | Bruce Momjian | Update Japanese FAQ. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Suppress use of timezone library by ecpg. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Fix zic compiler to use pg version. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Allow build of timezone database on unix. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | More timezone build adjustments. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Timezone code checks for HAVE_SYMLINK of zero, so use... | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | More cleanups for USE_PGTZ. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Rename to USE_PGTZ to match code. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Allow timezone to compile under Unix by blocking 'timez... | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Convert DOS newlines to Unix newlines. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Integrate timezone library to be called only from Win32. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Enable use of our own timezone library for Win32. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Minor adjustments to enable public-domain timezone... | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Timezone library changes to map into our backend code. | commit | commitdiff | tree |
2004-04-30 | Bruce Momjian | Add Olson's public domain timezone library to src/timezone. | commit | commitdiff | tree |
2004-04-29 | Michael Meskes | Synced parser and keyword list. | commit | commitdiff | tree |
2004-04-29 | Tom Lane | Minor copy-editing. | commit | commitdiff | tree |
2004-04-28 | Bruce Momjian | Fix typo: | commit | commitdiff | tree |
2004-04-27 | Bruce Momjian | Improve thread failure wording. | commit | commitdiff | tree |
2004-04-27 | Bruce Momjian | Enable thread testing outside the source tree. | commit | commitdiff | tree |
2004-04-27 | Bruce Momjian | Do thread testing from configure in a much cleaner... | commit | commitdiff | tree |
2004-04-27 | Bruce Momjian | Add comments. | commit | commitdiff | tree |
2004-04-27 | Bruce Momjian | Use mktemp for temporary file names, per suggestion... | commit | commitdiff | tree |
2004-04-27 | Bruce Momjian | Move postgres.h to the top of the C file. | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | Fix vpath for thread test. | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | Fix subdir for thread test program. | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | Add $(X) for cross-compiling. Seems the mingw compiler... | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | Please find attached a small patch against current... | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | Please find a attached a small patch that adds accessor... | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | More cleanup of thread tests. | commit | commitdiff | tree |
2004-04-26 | Dennis Bjorklund | Translation updates | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | Unconditionally define: | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | Clean tools/thread on make clean/distclean. | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | Exit with non-zero error on thread test failures. | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | More thread error improvments. | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | More thread error message improvments. | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | More thread error improvements. | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | Improve thread error message. | commit | commitdiff | tree |
2004-04-26 | Bruce Momjian | Improve error message for platform thread failure. | commit | commitdiff | tree |
2004-04-25 | Neil Conway | Tiny assorted fixes: correct a typo in a comment in... | commit | commitdiff | tree |
2004-04-25 | Bruce Momjian | More thread cleanups. | commit | commitdiff | tree |
2004-04-25 | Bruce Momjian | Add mention to check config.log if thread test failure. | commit | commitdiff | tree |
2004-04-25 | Bruce Momjian | Fix typo on thread lib name. | commit | commitdiff | tree |
2004-04-25 | Bruce Momjian | Make thread flags CFLAGS, not CPPFLAGS. | commit | commitdiff | tree |
2004-04-25 | Bruce Momjian | No need to use our standard libs for the thread test... | commit | commitdiff | tree |
2004-04-25 | Neil Conway | Remove the last traces of Joe Hellerstein's "xfunc... | commit | commitdiff | tree |
2004-04-24 | Neil Conway | Fix typo in libpq docs. | commit | commitdiff | tree |
2004-04-24 | Neil Conway | Document that PQoidValue(), PQcmdTuples(), and PQoidSta... | commit | commitdiff | tree |
2004-04-24 | Tom Lane | Ensure getaddrinfo_all returns null result on failure. | commit | commitdiff | tree |
2004-04-24 | Bruce Momjian | Check for gmake, then make, when doing thread test. | commit | commitdiff | tree |
2004-04-24 | Bruce Momjian | Add mention to run thread test program if user is exper... | commit | commitdiff | tree |
2004-04-23 | Bruce Momjian | Hook thread_test program run at the end of configure... | commit | commitdiff | tree |
2004-04-23 | Bruce Momjian | Report error if thread-test is run without having threa... | commit | commitdiff | tree |
2004-04-23 | Bruce Momjian | Improve thread test program. Test only functions that... | commit | commitdiff | tree |
2004-04-23 | Neil Conway | Add ceiling() as an alias for ceil(), and power() as... | commit | commitdiff | tree |
2004-04-23 | Bruce Momjian | Add new auto-detection of thread flags. | commit | commitdiff | tree |
2004-04-23 | Michael Meskes | Fixed memory misusage in variable handling. | commit | commitdiff | tree |
2004-04-22 | Bruce Momjian | Simplify thread test program. | commit | commitdiff | tree |
2004-04-22 | Neil Conway | Make psql's \d+ command indicate whether the table... | commit | commitdiff | tree |
2004-04-22 | Bruce Momjian | Rename global psql startup file to psqlrc.sample. | commit | commitdiff | tree |
2004-04-22 | Bruce Momjian | Fix filename mention in psqlrc.sample file. | commit | commitdiff | tree |
2004-04-22 | Tom Lane | Put information about tag in Outputs section, where... | commit | commitdiff | tree |
2004-04-22 | Peter Eisentraut | Fix typo | commit | commitdiff | tree |
2004-04-22 | Neil Conway | Make LocalRefCount and PrivateRefCount arrays of int32... | commit | commitdiff | tree |
2004-04-22 | Neil Conway | Improvements to the backup & restore documentation. | commit | commitdiff | tree |
2004-04-22 | Bruce Momjian | Update EXECUTE docs to mention tag matches prepared... | commit | commitdiff | tree |
2004-04-22 | Bruce Momjian | Per discussion earlier today, here is a fix that lets... | commit | commitdiff | tree |
2004-04-22 | Bruce Momjian | Attached is are a few small fixes for dbmirror. | commit | commitdiff | tree |
2004-04-22 | Bruce Momjian | This patch makes the EXECUTE command's completion tag... | commit | commitdiff | tree |
2004-04-22 | Bruce Momjian | Please find attached a small patch so that "pg_restore... | commit | commitdiff | tree |
2004-04-22 | Bruce Momjian | Add global psql config file, psql.rc.sample. | commit | commitdiff | tree |
2004-04-21 | Neil Conway | Minor improvement to CREATE AGGREGATE docs: add an... | commit | commitdiff | tree |
2004-04-21 | Bruce Momjian | More thread test program improvements. | commit | commitdiff | tree |
2004-04-21 | Bruce Momjian | Improve thread test program to show if non-*_r function... | commit | commitdiff | tree |
2004-04-21 | Tom Lane | Tweak indexscan and seqscan code to arrange that steps... | commit | commitdiff | tree |
2004-04-21 | Tom Lane | Another round of code cleanup on bufmgr. Use BM_VALID... | commit | commitdiff | tree |
2004-04-21 | Peter Eisentraut | New link for Solaris IPC article | commit | commitdiff | tree |
2004-04-21 | Bruce Momjian | Change COPY CSV keyword to be: | commit | commitdiff | tree |
2004-04-20 | Bruce Momjian | Done: | commit | commitdiff | tree |
2004-04-20 | Bruce Momjian | Add doc mention that: | commit | commitdiff | tree |
2004-04-20 | Bruce Momjian | Add NetBSD thread compile flags. | commit | commitdiff | tree |
2004-04-20 | Bruce Momjian | Add: | commit | commitdiff | tree |
2004-04-20 | Bruce Momjian | Improve IS NULL partial index wording. | commit | commitdiff | tree |
2004-04-20 | Bruce Momjian | Done: | commit | commitdiff | tree |
next |