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年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
2004年04月20日 Bruce Momjian Document partial indexes for IS NULL lookups. commit | commitdiff | tree
2004年04月20日 Bruce Momjian Remove additional tcl doc mention. commit | commitdiff | tree
2004年04月20日 Bruce Momjian Remove TCL docs. commit | commitdiff | tree
2004年04月20日 Bruce Momjian > >> My question is whether postgres can index null... commit | commitdiff | tree
2004年04月20日 Bruce Momjian Remove pg_encoding. Not needed anymore since we have... commit | commitdiff | tree
2004年04月20日 PostgreSQL... Remove all of the libpgtcl and pgtclsh files, including... commit | commitdiff | tree
2004年04月19日 Bruce Momjian In reading the 7.4.2 docs, the sql reference page for... commit | commitdiff | tree
2004年04月19日 Tom Lane Code review for ARC patch. Eliminate static variables... commit | commitdiff | tree
2004年04月19日 Bruce Momjian Update mention of diff. commit | commitdiff | tree
2004年04月19日 Bruce Momjian Update to my2pg version 1.28, add docs, update URL... commit | commitdiff | tree
2004年04月19日 Bruce Momjian Update to my2pg 1.28, from: commit | commitdiff | tree
2004年04月19日 Bruce Momjian Prevent doubling of escapes when not in quote mode... commit | commitdiff | tree
2004年04月19日 Bruce Momjian The attached patch for contrib/pg_autovacuum/README... commit | commitdiff | tree
2004年04月19日 Bruce Momjian Remove debug code that acidentally got into CVS from... commit | commitdiff | tree
2004年04月19日 Bruce Momjian Fix for BEGIN with ISOLATION/READONLY clauses. commit | commitdiff | tree
2004年04月19日 Bruce Momjian * Most changes are to fix warnings issued when compilin... commit | commitdiff | tree
2004年04月19日 Bruce Momjian Complete TODO item: commit | commitdiff | tree
2004年04月19日 Bruce Momjian Done: commit | commitdiff | tree
2004年04月19日 Bruce Momjian Fix typo: commit | commitdiff | tree
2004年04月18日 Tom Lane Tweak findTargetlistEntry so that bare names occurring... commit | commitdiff | tree
2004年04月16日 Bruce Momjian Handle Warn_restart_ready properly in SIGTERM safety... commit | commitdiff | tree
2004年04月15日 Bruce Momjian Modify COPY for() loop to use attnum as a variable... commit | commitdiff | tree
2004年04月15日 Tom Lane Improve syntax error messages for invalid-argument... commit | commitdiff | tree
2004年04月15日 Peter Eisentraut Translation updates commit | commitdiff | tree
2004年04月15日 Peter Eisentraut Translation updates commit | commitdiff | tree
2004年04月15日 Bruce Momjian Clarify meaning of second DateStyle value. commit | commitdiff | tree
2004年04月14日 Bruce Momjian Update name: commit | commitdiff | tree
2004年04月14日 Bruce Momjian Update owners of items: commit | commitdiff | tree
2004年04月12日 Bruce Momjian Here's an attempt at new socket and signal code for... commit | commitdiff | tree
2004年04月12日 Bruce Momjian Change psql \copy stdin/stdout to read from command... commit | commitdiff | tree
2004年04月12日 Bruce Momjian > > This update fixes a few small typos in names, commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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