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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2006年07月06日 Bruce Momjian Add index information to /contrib/pgstattuple: commit | commitdiff | tree
2006年07月06日 Bruce Momjian WIN32 fixes: commit | commitdiff | tree
2006年07月06日 Bruce Momjian Backpatch dbmirror fix for escape handling. commit | commitdiff | tree
2006年07月06日 Bruce Momjian Attached patch is required ot build with the CRT that... commit | commitdiff | tree
2006年07月06日 Bruce Momjian Please find attached two patches for documentation... commit | commitdiff | tree
2006年07月05日 Michael Meskes Fixed remaining Coverity bugs. commit | commitdiff | tree
2006年07月04日 Tom Lane Documentation fixes for FILLFACTOR patch. Minor other... commit | commitdiff | tree
2006年07月04日 Bruce Momjian Modify: commit | commitdiff | tree
2006年07月04日 Bruce Momjian Remove libpq's PQescapeIdentifier(), not safe from... commit | commitdiff | tree
2006年07月04日 Neil Conway Fix typos in comments. commit | commitdiff | tree
2006年07月03日 Tom Lane Code review for FILLFACTOR patch. Change WITH grammar... commit | commitdiff | tree
2006年07月03日 Tom Lane Fix broken markup. commit | commitdiff | tree
2006年07月02日 Neil Conway Do a pass of code review for the ALTER TABLE ADD INHERI... commit | commitdiff | tree
2006年07月02日 Bruce Momjian Add FILLFACTOR to CREATE INDEX. commit | commitdiff | tree
2006年07月02日 Bruce Momjian Done: commit | commitdiff | tree
2006年07月02日 Bruce Momjian Done: commit | commitdiff | tree
2006年07月02日 Bruce Momjian ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT... commit | commitdiff | tree
2006年07月01日 Tom Lane Fix oversight in planning for multiple indexscans driven by commit | commitdiff | tree
2006年07月01日 Tom Lane Revise the planner's handling of "pseudoconstant" WHERE... commit | commitdiff | tree
2006年06月30日 Alvaro Herrera Fix memory leak introduced in the prior commit, detecte... commit | commitdiff | tree
2006年06月30日 Alvaro Herrera Fix use-after-free error reported by Neil Conway. commit | commitdiff | tree
2006年06月30日 Bruce Momjian Update item for GUID: commit | commitdiff | tree
2006年06月29日 Tom Lane Remove the separate 'stats buffer' process, letting... commit | commitdiff | tree
2006年06月29日 Tom Lane Change TRUNCATE's method for searching for foreign... commit | commitdiff | tree
2006年06月29日 Bruce Momjian Change URL for SITC: commit | commitdiff | tree
2006年06月29日 Bruce Momjian Add: commit | commitdiff | tree
2006年06月28日 Neil Conway Add missing #include directive: pg_constraint.h declare... commit | commitdiff | tree
2006年06月28日 Neil Conway Fix typo in comment. commit | commitdiff | tree
2006年06月28日 Neil Conway Editorialization for the additions to the CREATE TABLE... commit | commitdiff | tree
2006年06月28日 Bruce Momjian Add URL for SITC commit | commitdiff | tree
2006年06月28日 Tom Lane Improve planner estimates for size of tuple hash tables. commit | commitdiff | tree
2006年06月28日 Tom Lane Fix hash aggregation to suppress unneeded columns from... commit | commitdiff | tree
2006年06月28日 Tom Lane Adjust TupleHashTables to use MinimalTuple format for... commit | commitdiff | tree
2006年06月28日 Bruce Momjian Update: commit | commitdiff | tree
2006年06月28日 Bruce Momjian Update Russian FAQ. commit | commitdiff | tree
2006年06月28日 Teodor Sigaev Forget to add new file :(( commit | commitdiff | tree
2006年06月28日 Teodor Sigaev Changes commit | commitdiff | tree
2006年06月27日 Tom Lane Remove embedded newline in string literal --- seems... commit | commitdiff | tree
2006年06月27日 Bruce Momjian Add GUC update_process_title to control whether 'ps... commit | commitdiff | tree
2006年06月27日 Tom Lane Convert hash join code to use MinimalTuple format in... commit | commitdiff | tree
2006年06月27日 Bruce Momjian Default stats_command_string to 'on', now that its... commit | commitdiff | tree
2006年06月27日 Tom Lane Put #ifdef NOT_USED around posix_fadvise call. We... commit | commitdiff | tree
2006年06月27日 Bruce Momjian Revert patch, doesn't do what it should: commit | commitdiff | tree
2006年06月27日 Tom Lane Extend the MinimalTuple concept to tuplesort.c, thereby... commit | commitdiff | tree
2006年06月27日 Bruce Momjian Will revert in next patch more cleanly. commit | commitdiff | tree
2006年06月27日 Bruce Momjian Not done: commit | commitdiff | tree
2006年06月27日 Alvaro Herrera Clamp last_anl_tuples to n_live_tuples, in case we... commit | commitdiff | tree
2006年06月27日 Bruce Momjian Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. commit | commitdiff | tree
2006年06月27日 Bruce Momjian Done: commit | commitdiff | tree
2006年06月27日 Bruce Momjian Disallow changing/dropping default expression of a... commit | commitdiff | tree
2006年06月27日 Bruce Momjian Fix for recent Win32 pg_dump tar temp file patch. commit | commitdiff | tree
2006年06月27日 Tom Lane Create infrastructure for 'MinimalTuple' representation... commit | commitdiff | tree
2006年06月27日 Bruce Momjian On Win32, use loop to create pg_dump temporary tar... commit | commitdiff | tree
2006年06月27日 Bruce Momjian Done: commit | commitdiff | tree
2006年06月27日 Bruce Momjian Add PQescapeIdentifier() to libpq commit | commitdiff | tree
2006年06月26日 Bruce Momjian Fix blank line. commit | commitdiff | tree
2006年06月26日 Bruce Momjian Add comment about the use of pg_config_paths.h. commit | commitdiff | tree
2006年06月26日 Tom Lane Change the row constructor syntax (ROW(...)) so that... commit | commitdiff | tree
2006年06月26日 Michael Meskes Added missing braces to prevent a segfault after usage... commit | commitdiff | tree
2006年06月26日 Bruce Momjian Use Unix newlines, instead of DOS ones. commit | commitdiff | tree
2006年06月26日 Bruce Momjian Use Unix line endings instead of DOS ones, per Magnus. commit | commitdiff | tree
2006年06月26日 Bruce Momjian Update include files to Unix newline format, per report... commit | commitdiff | tree
2006年06月26日 Bruce Momjian Update comment description of geo routines and move... commit | commitdiff | tree
2006年06月26日 Michael Meskes Added some more coverity report patches send in by... commit | commitdiff | tree
2006年06月25日 Bruce Momjian Update my info: commit | commitdiff | tree
2006年06月25日 Tom Lane Tweak dynahash.c to avoid wasting memory space in non... commit | commitdiff | tree
2006年06月25日 Bruce Momjian Add: commit | commitdiff | tree
2006年06月25日 Michael Meskes Moved some free() calls that coverity correctly complai... commit | commitdiff | tree
2006年06月25日 Alvaro Herrera Our version of getopt_long does not set optarg upon... commit | commitdiff | tree
2006年06月25日 Bruce Momjian Remove individual user copyright because the code is... commit | commitdiff | tree
2006年06月25日 Bruce Momjian Fix GEVHDRSZ for Win32. commit | commitdiff | tree
2006年06月25日 Bruce Momjian Fix Win32/Cygwin problems: commit | commitdiff | tree
2006年06月24日 Bruce Momjian Update entry: commit | commitdiff | tree
2006年06月24日 Bruce Momjian Add UPDATE entry for row reuse. commit | commitdiff | tree
2006年06月24日 Tom Lane Fix re-inclusion of port header file on Windows, per... commit | commitdiff | tree
2006年06月23日 Michael Meskes Clarified copyright notice commit | commitdiff | tree
2006年06月22日 Tom Lane Remove dllinit.c; it was only needed for long-obsolete... commit | commitdiff | tree
2006年06月22日 Tom Lane pg_stop_backup was calling XLogArchiveNotify() twice... commit | commitdiff | tree
2006年06月22日 Tom Lane Standalone backends need pgstat_bestart() too, per... commit | commitdiff | tree
2006年06月21日 Tom Lane Move setup_cancel_handler() up near start of psql main... commit | commitdiff | tree
2006年06月21日 Tom Lane Remove ancient kluge that kept nodeAgg.c from crashing... commit | commitdiff | tree
2006年06月21日 Tom Lane Disallow aggregate functions in UPDATE commands (unless... commit | commitdiff | tree
2006年06月21日 Tom Lane Eliminate a gratuitously different wording of the ... commit | commitdiff | tree
2006年06月21日 Joe Conway - During dblink_open, if transaction state was IDLE... commit | commitdiff | tree
2006年06月21日 Tom Lane Clean up psql variable code a little: eliminate unneces... commit | commitdiff | tree
2006年06月21日 Michael Meskes Added some more coverity report patches send in by... commit | commitdiff | tree
2006年06月21日 Michael Meskes Fixed small typo in changelog commit | commitdiff | tree
2006年06月21日 Michael Meskes Added fixed from the coverity report send in by Joachim... commit | commitdiff | tree
2006年06月20日 Tom Lane Remove redundant gettimeofday() calls to the extent... commit | commitdiff | tree
2006年06月20日 Tom Lane Split definitions for md5.c out of crypt.h and into... commit | commitdiff | tree
2006年06月19日 Tom Lane Some editorial work on the documentation of the current... commit | commitdiff | tree
2006年06月19日 Michael Meskes Do not use already free'ed errmsg, bug found by Joachim... commit | commitdiff | tree
2006年06月19日 Tom Lane Take the statistics collector out of the loop for monit... commit | commitdiff | tree
2006年06月18日 Bruce Momjian Update my email address. commit | commitdiff | tree
2006年06月18日 Tom Lane Don't try to call posix_fadvise() unless <fcntl.h>... commit | commitdiff | tree
2006年06月18日 Tom Lane Fix saveHistory() to not emit bogus complaint during... commit | commitdiff | tree
2006年06月18日 Tom Lane Increase timeout in statement_timeout test from 1 secon... commit | commitdiff | tree
2006年06月18日 Peter Eisentraut Merge postmaster and postgres command into just postgre... commit | commitdiff | tree
2006年06月16日 Tom Lane Fix a couple of obvious problems in DROP IF EXISTS... commit | commitdiff | tree
2006年06月16日 Tom Lane Code review for SELECT INTO STRICT patch: use saner... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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