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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2008年08月16日 Bruce Momjian Add new SQL training web site to FAQ: commit | commitdiff | tree
2008年08月16日 Bruce Momjian Fix version warning bug in recently applied adjustments... commit | commitdiff | tree
2008年08月16日 Tom Lane Clean up the loose ends in selectivity estimation left... commit | commitdiff | tree
2008年08月15日 Tom Lane Performance fix for new anti-join code in nodeMergejoin... commit | commitdiff | tree
2008年08月15日 Magnus Hagander Make the temporary directory for pgstat files configura... commit | commitdiff | tree
2008年08月14日 Heikki Linnakangas Fix pull_up_simple_union_all to copy all rtable entries... commit | commitdiff | tree
2008年08月14日 Tom Lane Implement SEMI and ANTI joins in the planner and execut... commit | commitdiff | tree
2008年08月14日 Heikki Linnakangas pg_buffercache needs to be taught about relation forks... commit | commitdiff | tree
2008年08月14日 Bruce Momjian Add URL for: commit | commitdiff | tree
2008年08月13日 Alvaro Herrera Have autovacuum consider processing TOAST tables separa... commit | commitdiff | tree
2008年08月12日 Peter Eisentraut Remove TODO item commit | commitdiff | tree
2008年08月12日 Bruce Momjian Add: commit | commitdiff | tree
2008年08月11日 Heikki Linnakangas Relation forks patch requires a catversion bump due... commit | commitdiff | tree
2008年08月11日 Heikki Linnakangas Introduce the concept of relation forks. An smgr relati... commit | commitdiff | tree
2008年08月10日 Tom Lane Fix corner-case bug introduced with HOT: if REINDEX... commit | commitdiff | tree
2008年08月08日 Tom Lane Install checks in executor startup to ensure that the... commit | commitdiff | tree
2008年08月07日 Tom Lane Improve INTERSECT/EXCEPT hashing by realizing that... commit | commitdiff | tree
2008年08月07日 Tom Lane Support hashing for duplicate-elimination in INTERSECT... commit | commitdiff | tree
2008年08月07日 Tom Lane Teach the system how to use hashing for UNION. (INTERS... commit | commitdiff | tree
2008年08月05日 Tom Lane Do not allow Unique nodes to be scanned backwards.... commit | commitdiff | tree
2008年08月05日 Tom Lane Department of second thoughts: fix newly-added code... commit | commitdiff | tree
2008年08月05日 Tom Lane Add an ORDER BY to one more SELECT DISTINCT test case... commit | commitdiff | tree
2008年08月05日 Tom Lane In ReadOrZeroBuffer (and related entry points), don... commit | commitdiff | tree
2008年08月05日 Magnus Hagander Move pgstat.tmp into a temporary directory under $PGDAT... commit | commitdiff | tree
2008年08月05日 Tom Lane Fix some message style guideline violations in pg_regre... commit | commitdiff | tree
2008年08月05日 Tom Lane Improve SELECT DISTINCT to consider hash aggregation... commit | commitdiff | tree
2008年08月04日 Tom Lane Improve CREATE/DROP/RENAME DATABASE so that when failin... commit | commitdiff | tree
2008年08月03日 Tom Lane Make GROUP BY work properly for datatypes that only... commit | commitdiff | tree
2008年08月03日 Tom Lane Tighten up the sanity checks in TypeCreate(): pass... commit | commitdiff | tree
2008年08月03日 Tom Lane Fix copy-and-pasteo that's causing pg_regress to lie... commit | commitdiff | tree
2008年08月02日 Tom Lane Rearrange the querytree representation of ORDER BY... commit | commitdiff | tree
2008年08月01日 Alvaro Herrera Cope with Tcl versions that do not create a tclsh symli... commit | commitdiff | tree
2008年08月01日 Alvaro Herrera Add a few more DTrace probes to the backend. commit | commitdiff | tree
2008年08月01日 Magnus Hagander Rearrange the code in auth.c so that all functions... commit | commitdiff | tree
2008年08月01日 Magnus Hagander Move ident authentication code into auth.c along with... commit | commitdiff | tree
2008年07月31日 Tom Lane Fix parser so that we don't modify the user-written... commit | commitdiff | tree
2008年07月31日 Bruce Momjian Add URL to: commit | commitdiff | tree
2008年07月31日 Tom Lane Require superuser privilege to create base types (but... commit | commitdiff | tree
2008年07月30日 Tom Lane Allow I/O conversion casts to be applied to or from... commit | commitdiff | tree
2008年07月30日 Tom Lane Flip the default typispreferred setting from true to... commit | commitdiff | tree
2008年07月30日 Tom Lane Adjust citext to make use of the new ability to declare... commit | commitdiff | tree
2008年07月30日 Tom Lane Replace the hard-wired type knowledge in TypeCategory... commit | commitdiff | tree
2008年07月29日 Tom Lane Add a new, improved version of citext as a contrib... commit | commitdiff | tree
2008年07月29日 Magnus Hagander Cleanup reference to config.pl so it makes sense not... commit | commitdiff | tree
2008年07月29日 Magnus Hagander Document which versions of ActivePerl and ActiveTcl... commit | commitdiff | tree
2008年07月26日 Tom Lane As noted by Andrew Gierth, there's really no need any... commit | commitdiff | tree
2008年07月24日 Tom Lane Fix parsing of LDAP URLs so it doesn't reject spaces... commit | commitdiff | tree
2008年07月24日 Tom Lane Remove some redundant tests and improve comments in... commit | commitdiff | tree
2008年07月23日 Alvaro Herrera Ratchet up patch to improve autovacuum wraparound messages. commit | commitdiff | tree
2008年07月23日 Tom Lane Use guc.c's parse_int() instead of pg_atoi() to parse... commit | commitdiff | tree
2008年07月23日 Peter Eisentraut Abort if Tcl support was configured and no tcl shell... commit | commitdiff | tree
2008年07月22日 Tom Lane Update link to Oleg and Teodor's GIN page. commit | commitdiff | tree
2008年07月21日 Alvaro Herrera Publish more openly the fact that autovacuum is working... commit | commitdiff | tree
2008年07月21日 Tom Lane Add comment about the two different query strings that... commit | commitdiff | tree
2008年07月21日 Tom Lane Code review for array_fill patch: fix inadequate check... commit | commitdiff | tree
2008年07月20日 Tom Lane Add a pg_dump option --lock-wait-timeout to allow faili... commit | commitdiff | tree
2008年07月20日 Bruce Momjian Revert patch so .psqlrc can suppress startup banner: commit | commitdiff | tree
2008年07月19日 Tom Lane Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and... commit | commitdiff | tree
2008年07月18日 Tom Lane Adjust things so that the query_string of a cached... commit | commitdiff | tree
2008年07月18日 Tom Lane Provide a function hook to let plug-ins get control... commit | commitdiff | tree
2008年07月18日 Bruce Momjian Properly document archive/restore command examples... commit | commitdiff | tree
2008年07月18日 Bruce Momjian In psql, run .psqlrc _after_ printing warnings and... commit | commitdiff | tree
2008年07月18日 Tom Lane Fix a race condition that I introduced into sinvaladt... commit | commitdiff | tree
2008年07月18日 Tom Lane Suppress compiler warning, and not incidentally make... commit | commitdiff | tree
2008年07月18日 Tom Lane Implement SQL-spec RETURNS TABLE syntax for functions. commit | commitdiff | tree
2008年07月18日 Bruce Momjian Add URL for: commit | commitdiff | tree
2008年07月17日 Alvaro Herrera Add MSVC++ debug libraries to .cvsignore. commit | commitdiff | tree
2008年07月17日 Alvaro Herrera Avoid crashing when a table is deleted while we're... commit | commitdiff | tree
2008年07月17日 Tom Lane Add dump support for SortBy nodes. Needed this while... commit | commitdiff | tree
2008年07月17日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年07月16日 Bruce Momjian Add URL for: commit | commitdiff | tree
2008年07月16日 Tom Lane Fix previous patch so that it actually works --- consid... commit | commitdiff | tree
2008年07月16日 Tom Lane Add a "provariadic" column to pg_proc to eliminate... commit | commitdiff | tree
2008年07月16日 Bruce Momjian Allow TRUNCATE foo, foo to succeed, per report from... commit | commitdiff | tree
2008年07月16日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年07月16日 Tom Lane Support "variadic" functions, which can accept a variab... commit | commitdiff | tree
2008年07月16日 Bruce Momjian Add array_fill() to create arrays initialized with... commit | commitdiff | tree
2008年07月15日 Bruce Momjian Fix alignment of SGML array docs. commit | commitdiff | tree
2008年07月15日 Bruce Momjian Add Swedish_Sweden.1252 Windows locale example to docs. commit | commitdiff | tree
2008年07月15日 Bruce Momjian Addendum: psql sequence value display patch was origin... commit | commitdiff | tree
2008年07月15日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年07月15日 Bruce Momjian Add TODO: commit | commitdiff | tree
2008年07月15日 Bruce Momjian Done: commit | commitdiff | tree
2008年07月15日 Bruce Momjian Have psql \d show the value of sequence columns. commit | commitdiff | tree
2008年07月15日 Bruce Momjian Clarify that locale names on Windows are more verbose. commit | commitdiff | tree
2008年07月14日 Bruce Momjian Add comment about literal strings in our syntax not... commit | commitdiff | tree
2008年07月14日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年07月14日 Bruce Momjian Add column storage type to psql \d+ display. commit | commitdiff | tree
2008年07月14日 Bruce Momjian In psql, rename trans_* variables to translate_*, for... commit | commitdiff | tree
2008年07月14日 Bruce Momjian Done: commit | commitdiff | tree
2008年07月14日 Bruce Momjian Add URL for: commit | commitdiff | tree
2008年07月14日 Bruce Momjian Done, per Simon: commit | commitdiff | tree
2008年07月14日 Tom Lane Clean up buildfarm failures arising from the seemingly... commit | commitdiff | tree
2008年07月14日 Tom Lane Create a type-specific typanalyze routine for tsvector... commit | commitdiff | tree
2008年07月13日 Tom Lane Change the PageGetContents() macro to guarantee its... commit | commitdiff | tree
2008年07月13日 Tom Lane Clean up the use of some page-header-access macros... commit | commitdiff | tree
2008年07月12日 Tom Lane Fix a couple of stray misuses of "binary compatible". commit | commitdiff | tree
2008年07月12日 Peter Eisentraut More replacements of binary compatible to binary coercible. commit | commitdiff | tree
2008年07月12日 Tom Lane Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED... commit | commitdiff | tree
2008年07月12日 Tom Lane Const-ify the arguments of str_tolower() and friends... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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