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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2003年03月09日 Tom Lane tuplestore_donestoring() isn't needed anymore, but... commit | commitdiff | tree
2003年03月09日 Tom Lane Revise tuplestore and nodeMaterial so that we don't... commit | commitdiff | tree
2003年03月08日 Barry Lind Applied patch from Paul Sorenson to correctly handle... commit | commitdiff | tree
2003年03月08日 Bruce Momjian Not done: commit | commitdiff | tree
2003年03月08日 Bruce Momjian Reorder items and mark some as completed. commit | commitdiff | tree
2003年03月07日 Barry Lind Cleanup and reorganization. commit | commitdiff | tree
2003年03月07日 Bruce Momjian Add to mmap emails. commit | commitdiff | tree
2003年03月07日 Bruce Momjian Update FAQ. commit | commitdiff | tree
2003年03月07日 Bruce Momjian Update Russian FAQ, from Viktor Vislobokov. commit | commitdiff | tree
2003年03月06日 Tom Lane Tweak dependency code to suppress NOTICEs generated... commit | commitdiff | tree
2003年03月06日 Tom Lane Add missing --globals-only (long form of -g). commit | commitdiff | tree
2003年03月06日 Bruce Momjian Add: commit | commitdiff | tree
2003年03月06日 Bruce Momjian Add for protocol changes: commit | commitdiff | tree
2003年03月06日 Bruce Momjian Remove: commit | commitdiff | tree
2003年03月06日 Bruce Momjian Done: commit | commitdiff | tree
2003年03月06日 Tom Lane Use poll(2) in preference to select(2), if available... commit | commitdiff | tree
2003年03月06日 Bruce Momjian Add: commit | commitdiff | tree
2003年03月06日 Tom Lane Add code to dump contents of free space map into $PGDAT... commit | commitdiff | tree
2003年03月05日 Tom Lane Turns out new IN implementation has got some problems... commit | commitdiff | tree
2003年03月05日 Tom Lane Repair bug reported by Laurent Perez: bad plan generate... commit | commitdiff | tree
2003年03月04日 Tom Lane Reimplement free-space-map management as per recent... commit | commitdiff | tree
2003年03月03日 Tom Lane Prevent clustering on incomplete indexes: partial index... commit | commitdiff | tree
2003年03月03日 Tom Lane Improve description of geometric operators. commit | commitdiff | tree
2003年03月03日 Tom Lane Correct/edit comments for geometric operators. No... commit | commitdiff | tree
2003年03月02日 Tom Lane Be smart about outer-join qualifications that mention... commit | commitdiff | tree
2003年03月02日 Tom Lane Repair memory leak introduced by recent change to make... commit | commitdiff | tree
2003年02月27日 Tom Lane Change EXTRACT(EPOCH FROM timestamp) so that a timestam... commit | commitdiff | tree
2003年02月27日 Barry Lind up build number to 202 for a new development build commit | commitdiff | tree
2003年02月27日 Barry Lind A little cleanup. Removing an unnecessary method. commit | commitdiff | tree
2003年02月27日 Barry Lind Added support for SSL in the jdbc driver commit | commitdiff | tree
2003年02月26日 D'Arcy J.M... The quote function should return a string suitable... commit | commitdiff | tree
2003年02月25日 Tom Lane Remove REWRITE_INVOKE_MAX in favor of making an accurat... commit | commitdiff | tree
2003年02月25日 Michael Meskes Allow SET CONNECTION to be followed by connection objec... commit | commitdiff | tree
2003年02月24日 Tom Lane Avoid using a separate query to fetch the default expre... commit | commitdiff | tree
2003年02月24日 Tom Lane During VACUUM FULL, truncate off any deletable pages... commit | commitdiff | tree
2003年02月23日 Tom Lane Remove no-longer-used FixBTree GUC variable. commit | commitdiff | tree
2003年02月23日 Tom Lane btree page recycling can be done as soon as page's... commit | commitdiff | tree
2003年02月23日 Tom Lane Adjust btbulkdelete logic so that only one WAL record... commit | commitdiff | tree
2003年02月23日 Tom Lane Improve coding of log_heap_clean() and heap_xlog_clean(). commit | commitdiff | tree
2003年02月23日 Tom Lane First cut at recycling space in btree indexes. Still... commit | commitdiff | tree
2003年02月23日 Tom Lane If a shutdown request comes in while we're still starti... commit | commitdiff | tree
2003年02月22日 Tom Lane Simplify timezone-handling code per proposal to pghacke... commit | commitdiff | tree
2003年02月22日 Tom Lane More infrastructure for btree compaction project. ... commit | commitdiff | tree
2003年02月21日 Tom Lane Revert patch that broke \d commands, until it can be... commit | commitdiff | tree
2003年02月21日 Michael Meskes Forgot to commit Makefile change. commit | commitdiff | tree
2003年02月21日 Tom Lane Make btree index structure adjustments and WAL logging... commit | commitdiff | tree
2003年02月20日 Tom Lane Fix timestamptz_in so that parsing of 'now'::timestampt... commit | commitdiff | tree
2003年02月19日 Bruce Momjian Back out LOCKTAG changes by Rod Taylor, pending code... commit | commitdiff | tree
2003年02月19日 Tatsuo Ishii Fix for GUC client_encoding variable not being handled commit | commitdiff | tree
2003年02月19日 Michael Meskes Added DATABASE command as alias to CONNECT TO. commit | commitdiff | tree
2003年02月19日 Bruce Momjian This patch makes the following changes to the documenta... commit | commitdiff | tree
2003年02月19日 Bruce Momjian Autoconf run for readline/libedit patch. commit | commitdiff | tree
2003年02月19日 Bruce Momjian Here's the patch I promised over on HACKERS - it alters the commit | commitdiff | tree
2003年02月19日 Bruce Momjian - Modifies LOCKTAG to include a 'classId'. Relation... commit | commitdiff | tree
2003年02月19日 Bruce Momjian Allow PQcmdTuples to return row counts for MOVE and... commit | commitdiff | tree
2003年02月19日 Bruce Momjian Here's some changes I made last night to psql's common... commit | commitdiff | tree
2003年02月19日 Bruce Momjian At present it is impossible to kill createuser except... commit | commitdiff | tree
2003年02月19日 Bruce Momjian Please apply patches for contrib/ltree. commit | commitdiff | tree
2003年02月19日 Bruce Momjian The following patches eliminate the overflows in the... commit | commitdiff | tree
2003年02月19日 Bruce Momjian We just released new version of contrib/btree_gist commit | commitdiff | tree
2003年02月19日 Bruce Momjian This patch includes more SGML markup fixes as well... commit | commitdiff | tree
2003年02月19日 Bruce Momjian This patch adds a note to the documentation describing... commit | commitdiff | tree
2003年02月19日 Bruce Momjian Add SQL 200X standards URL. commit | commitdiff | tree
2003年02月19日 Bruce Momjian Mark as done, fix grammar: commit | commitdiff | tree
2003年02月18日 Bruce Momjian Update URL. commit | commitdiff | tree
2003年02月18日 Bruce Momjian Hungarian FAQ is text, not HTML, so remove it. commit | commitdiff | tree
2003年02月18日 Bruce Momjian New URL. commit | commitdiff | tree
2003年02月18日 Bruce Momjian New URL for FAQ. commit | commitdiff | tree
2003年02月18日 Bruce Momjian Add: commit | commitdiff | tree
2003年02月18日 Bruce Momjian Update German FAQ, from Ian Barwick. commit | commitdiff | tree
2003年02月18日 Bruce Momjian *** empty log message *** commit | commitdiff | tree
2003年02月18日 Bruce Momjian Update changes from Ian Barwick. commit | commitdiff | tree
2003年02月18日 Bruce Momjian Add: commit | commitdiff | tree
2003年02月18日 Bruce Momjian Update README. commit | commitdiff | tree
2003年02月18日 Tom Lane Async_NotifyHandler must save and restore ImmediateInte... commit | commitdiff | tree
2003年02月18日 Bruce Momjian Add: commit | commitdiff | tree
2003年02月18日 Bruce Momjian Rename 'holder' references to 'proclock' for PROCLOCK... commit | commitdiff | tree
2003年02月17日 Bruce Momjian Add: commit | commitdiff | tree
2003年02月17日 Bruce Momjian Update marks: commit | commitdiff | tree
2003年02月17日 Bruce Momjian Remove IN/EXISTS TODO.detail item. commit | commitdiff | tree
2003年02月17日 Bruce Momjian Mark as done: commit | commitdiff | tree
2003年02月17日 Bruce Momjian Update: commit | commitdiff | tree
2003年02月17日 Bruce Momjian Done: commit | commitdiff | tree
2003年02月17日 Michael Meskes Added Informix "database" command. commit | commitdiff | tree
2003年02月16日 Tom Lane Back off previous patch to skip projection step in... commit | commitdiff | tree
2003年02月16日 Tom Lane COALESCE() and NULLIF() are now first-class expressions... commit | commitdiff | tree
2003年02月16日 Bruce Momjian Update wording: commit | commitdiff | tree
2003年02月15日 Tom Lane Marginal tweaks to make sure that roundoff error won... commit | commitdiff | tree
2003年02月15日 Tom Lane Teach planner how to propagate pathkeys from sub-SELECT... commit | commitdiff | tree
2003年02月15日 Bruce Momjian Add: commit | commitdiff | tree
2003年02月14日 Bruce Momjian Propogate pg_ctl -D to the postmaster as a -D flag... commit | commitdiff | tree
2003年02月14日 Tom Lane Fix SPI result logic for case where there are multiple... commit | commitdiff | tree
2003年02月14日 Bruce Momjian Make pg_dump/restore safer for autocommit=off in postgr... commit | commitdiff | tree
2003年02月14日 Bruce Momjian Add: commit | commitdiff | tree
2003年02月14日 Michael Meskes In Informix mode ecpg should still be able to parse... commit | commitdiff | tree
2003年02月14日 Bruce Momjian Add: commit | commitdiff | tree
2003年02月14日 Bruce Momjian Allow PAM to work on MAC OS X, report from Aaron Hillegass. commit | commitdiff | tree
2003年02月14日 Bruce Momjian Update FAQ's in head and 7.3.X. commit | commitdiff | tree
2003年02月14日 Bruce Momjian Update to 7.3.2 as newest release. commit | commitdiff | tree
2003年02月14日 Bruce Momjian *** empty log message *** commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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