git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2004年05月08日 Bruce Momjian Fix typo. commit | commitdiff | tree
2004年05月08日 Bruce Momjian Improve style of new log_statement_stats error message... commit | commitdiff | tree
2004年05月08日 Tom Lane Get rid of cluster.c's apparatus for rebuilding a relat... commit | commitdiff | tree
2004年05月07日 Neil Conway Refactor CheckDropPermissions() to move some initializa... commit | commitdiff | tree
2004年05月07日 Tom Lane The timezone() family of functions (a/k/a AT TIME ZONE... commit | commitdiff | tree
2004年05月07日 Michael Meskes - Added additional test case. commit | commitdiff | tree
2004年05月07日 Tom Lane Suppress 'uninitialized variable' warning emitted by... commit | commitdiff | tree
2004年05月07日 Teodor Sigaev Use regprocedure type instead of oid. Usefull for human... commit | commitdiff | tree
2004年05月07日 Tom Lane NATURAL CROSS JOIN is a contradiction in terms, not... commit | commitdiff | tree
2004年05月07日 Bruce Momjian Uppercase keyword for ecpg. commit | commitdiff | tree
2004年05月07日 Bruce Momjian Remove crude test for log_statement_stats in startup... commit | commitdiff | tree
2004年05月07日 Bruce Momjian Throw error if log_statement_stats is used with conflic... commit | commitdiff | tree
2004年05月07日 Tom Lane Solve the 'Turkish problem' with undesirable locale... commit | commitdiff | tree
2004年05月06日 Bruce Momjian Done: commit | commitdiff | tree
2004年05月06日 Bruce Momjian sysv_shmem.c patch is to correct a bug that prevents... commit | commitdiff | tree
2004年05月06日 Bruce Momjian Erase MD5 user passwords when a user is renamed because... commit | commitdiff | tree
2004年05月06日 Bruce Momjian Update todo/faq timestamps commit | commitdiff | tree
2004年05月06日 Tom Lane Make ALTER COLUMN TYPE preserve clustered status for... commit | commitdiff | tree
2004年05月06日 Tom Lane Rewrite nodeRead() in a less obfuscated fashion, per... commit | commitdiff | tree
2004年05月06日 Neil Conway Fix grammatical error in comment. commit | commitdiff | tree
2004年05月05日 Tom Lane Second try at a portable unsetenv(). commit | commitdiff | tree
2004年05月05日 Tom Lane Don't assume that struct timeval's tv_sec field is... commit | commitdiff | tree
2004年05月05日 Tom Lane Fix get_rels_with_domain to not do the wrong thing... commit | commitdiff | tree
2004年05月05日 Tom Lane Use a more portable technique for unsetting environment... commit | commitdiff | tree
2004年05月05日 Michael Meskes - Fixed bug in adjust_informix that treated arrays... commit | commitdiff | tree
2004年05月05日 Bruce Momjian Done: commit | commitdiff | tree
2004年05月05日 Neil Conway Fix a typo in the documentation. commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /