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年05月16日 Tom Lane Persuade GIN to react to control-C in a reasonable... commit | commitdiff | tree
2008年05月15日 Tom Lane Support SQL/PSM-compatible CASE statement in plpgsql. commit | commitdiff | tree
2008年05月15日 Tom Lane Add code to eval_const_expressions() to support const... commit | commitdiff | tree
2008年05月15日 Tom Lane Add support for tracking call counts and elapsed runtim... commit | commitdiff | tree
2008年05月14日 Tom Lane Move the "instr_time" typedef and associated macros... commit | commitdiff | tree
2008年05月14日 Bruce Momjian Reorgnize psql \? help output, to reduce the size of... commit | commitdiff | tree
2008年05月14日 Bruce Momjian Fix a few warnings that have crept into CVS HEAD. commit | commitdiff | tree
2008年05月14日 Magnus Hagander Remove the special variable for open_sync_bit used... commit | commitdiff | tree
2008年05月14日 Magnus Hagander Make the win32 implementation of getrusage() return... commit | commitdiff | tree
2008年05月14日 Bruce Momjian Remove odd duplicate wording in psql pager section. commit | commitdiff | tree
2008年05月13日 Tom Lane Improve plpgsql's RAISE command. It is now possible... commit | commitdiff | tree
2008年05月13日 Magnus Hagander Don't try to close negative file descriptors, since... commit | commitdiff | tree
2008年05月13日 Bruce Momjian This is the patch replace offnum++ by OffsetNumberNext... commit | commitdiff | tree
2008年05月13日 Alvaro Herrera Change \du to use the new printTable API, improving... commit | commitdiff | tree
2008年05月13日 Alvaro Herrera Fix a bug in the previous patch, which caused the title... commit | commitdiff | tree
2008年05月12日 Alvaro Herrera Improve psql's internal print.c code by introducing... commit | commitdiff | tree
2008年05月12日 Bruce Momjian Todo done: commit | commitdiff | tree
2008年05月12日 Alvaro Herrera Improve snapshot manager by keeping explicit track... commit | commitdiff | tree
2008年05月12日 Magnus Hagander Fix breakage by the wal_sync_method patch in installati... commit | commitdiff | tree
2008年05月12日 Michael Meskes Check for non-existant connection in prepare statement... commit | commitdiff | tree
2008年05月12日 Alvaro Herrera Document that "ROLLBACK TO savepoint" does not un-close... commit | commitdiff | tree
2008年05月12日 Alvaro Herrera Put back bufmgr.h in bufpage.h -- it is needed by some... commit | commitdiff | tree
2008年05月12日 Magnus Hagander Report which WAL sync method we are trying to change... commit | commitdiff | tree
2008年05月12日 Magnus Hagander Convert wal_sync_method to guc enum. commit | commitdiff | tree
2008年05月12日 Alvaro Herrera Restructure some header files a bit, in particular... commit | commitdiff | tree
2008年05月10日 Andrew Dunstan Remaining pieces of fix for contrib makefiles commit | commitdiff | tree
2008年05月10日 Tom Lane Restore psql's former behavior that padding spaces... commit | commitdiff | tree
2008年05月10日 Bruce Momjian Add URL for: commit | commitdiff | tree
2008年05月10日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年05月10日 Bruce Momjian Add URL for: commit | commitdiff | tree
2008年05月10日 Bruce Momjian Update alternative output regression files for new... commit | commitdiff | tree
2008年05月10日 Bruce Momjian Add TODO item: commit | commitdiff | tree
2008年05月10日 Bruce Momjian TODOs done: commit | commitdiff | tree
2008年05月09日 Tom Lane Change the rules for inherited CHECK constraints to... commit | commitdiff | tree
2008年05月09日 Bruce Momjian Adjust power() error messages to be more descriptive. commit | commitdiff | tree
2008年05月09日 Andrew Dunstan Improve logic for finding object files on OBJS lines... commit | commitdiff | tree
2008年05月09日 Tom Lane Give a warning if -s switch is used with a non-custom... commit | commitdiff | tree
2008年05月09日 Peter Eisentraut Add "%option noinput" to the scanners to avoid compiler... commit | commitdiff | tree
2008年05月09日 Bruce Momjian Update C comments to mention SQL:2003 handling of power... commit | commitdiff | tree
2008年05月09日 Heikki Linnakangas Fix Assert introduced in previous patch. commit | commitdiff | tree
2008年05月09日 Heikki Linnakangas Fix incorrect archive truncation point calculation... commit | commitdiff | tree
2008年05月09日 Tom Lane Fix bogus expected output that should have made it... commit | commitdiff | tree
2008年05月09日 Tom Lane Fix memory stomp that's turning the whole buildfarm... commit | commitdiff | tree
2008年05月09日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年05月08日 Bruce Momjian Add regression test for various power expressions with... commit | commitdiff | tree
2008年05月08日 Bruce Momjian Have numeric 0 ^ 4.3 return 1, rather than an error... commit | commitdiff | tree
2008年05月08日 Bruce Momjian Have psql output tab as the proper number of spaces... commit | commitdiff | tree
2008年05月08日 Bruce Momjian Add psql '\pset format wrapped' mode to wrap output... commit | commitdiff | tree
2008年05月08日 Tom Lane Fix contrib/xml2 makefile to not override CFLAGS, and... commit | commitdiff | tree
2008年05月08日 Tom Lane Fix rules regression test for recent pg_stat_activity... commit | commitdiff | tree
2008年05月08日 Magnus Hagander Make the new pg_stat_get_activity use OUT parameters... commit | commitdiff | tree
2008年05月08日 Bruce Momjian Update TODO wording: commit | commitdiff | tree
2008年05月08日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年05月08日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年05月08日 Bruce Momjian Remove OID/foreign key mention in psql variable interpo... commit | commitdiff | tree
2008年05月07日 Alvaro Herrera Add Simon Riggs' email address. commit | commitdiff | tree
2008年05月07日 Bruce Momjian Move Client Authentication right after Server Configura... commit | commitdiff | tree
2008年05月07日 Magnus Hagander Make the pg_stat_activity view call a SRF (pg_stat_get_... commit | commitdiff | tree
2008年05月07日 Bruce Momjian Fix TODO typo. commit | commitdiff | tree
2008年05月07日 Bruce Momjian Add URL for commit | commitdiff | tree
2008年05月07日 Bruce Momjian Update TODO wording: commit | commitdiff | tree
2008年05月07日 Bruce Momjian Add item, make text search section: commit | commitdiff | tree
2008年05月07日 Bruce Momjian Have boolean pset values checked against typical boolea... commit | commitdiff | tree
2008年05月07日 Tom Lane The CONSTROID syscache should show conrelid as a relati... commit | commitdiff | tree
2008年05月07日 Tom Lane Convert the list of syscache names from a series of... commit | commitdiff | tree
2008年05月06日 Bruce Momjian Point to our download URL, rather than listing interfac... commit | commitdiff | tree
2008年05月06日 Bruce Momjian Update libpqxx URL in README. commit | commitdiff | tree
2008年05月06日 Bruce Momjian Done: commit | commitdiff | tree
2008年05月06日 Bruce Momjian Done: commit | commitdiff | tree
2008年05月05日 Magnus Hagander Add more dependencies from libpgport required by commit | commitdiff | tree
2008年05月05日 Andrew Dunstan Document extra information provided by psql's \dT+... commit | commitdiff | tree
2008年05月05日 Andrew Dunstan Display ACLS using multiple lines for psql's \z. Brenda... commit | commitdiff | tree
2008年05月05日 Andrew Dunstan Show enum values in psql's \dt+. David Fetter. commit | commitdiff | tree
2008年05月04日 Tom Lane Add timestamp and timestamptz versions of generate_seri... commit | commitdiff | tree
2008年05月04日 Tom Lane Add pg_conf_load_time() function to report when the... commit | commitdiff | tree
2008年05月04日 Tom Lane Use new cstring/text conversion functions in some addit... commit | commitdiff | tree
2008年05月04日 Andrew Dunstan add ; missing due to my carelessness commit | commitdiff | tree
2008年05月04日 Andrew Dunstan Place statement timeout more appropriately, per gripe... commit | commitdiff | tree
2008年05月03日 Andrew Dunstan Disable statement timeouts while making or restoring... commit | commitdiff | tree
2008年05月03日 Tom Lane The 8.2 patch that added support for an alias on the... commit | commitdiff | tree
2008年05月03日 Tom Lane Fix plpython to not get totally confused by OUT argumen... commit | commitdiff | tree
2008年05月03日 Andrew Dunstan Provide for MSVC config equivalents of recently added... commit | commitdiff | tree
2008年05月03日 Tom Lane Support RETURN QUERY EXECUTE in plpgsql. commit | commitdiff | tree
2008年05月02日 Tom Lane Update documentation for psql relation-size-in-\dt... commit | commitdiff | tree
2008年05月02日 Tom Lane Allow the planner's estimate of the fraction of a curso... commit | commitdiff | tree
2008年05月02日 Tom Lane Extend yesterday's patch making BLCKSZ and RELSEG_SIZE... commit | commitdiff | tree
2008年05月02日 Peter Eisentraut Make the AWK default value also take effect if $AWK... commit | commitdiff | tree
2008年05月02日 Heikki Linnakangas Show relation size in verbose (e.g. \d+) output. commit | commitdiff | tree
2008年05月02日 Peter Eisentraut One-letter backslash commands now need a space before... commit | commitdiff | tree
2008年05月02日 Tom Lane Sigh ... pg_config.h.win32 needs to define BLCKSZ and... commit | commitdiff | tree
2008年05月02日 Tom Lane Remove the recently added USE_SEGMENTED_FILES option... commit | commitdiff | tree
2008年05月01日 Tom Lane Add SGT (Singapore time) to the default list of known... commit | commitdiff | tree
2008年05月01日 Tom Lane Make the minimum allowed value of work_mem be 64KB... commit | commitdiff | tree
2008年04月30日 Tom Lane Fix nodeTidscan.c to not trigger an error if the block... commit | commitdiff | tree
2008年04月30日 Alvaro Herrera Add example showing how to remove a password from a... commit | commitdiff | tree
2008年04月29日 Tom Lane Some minor further cleanup around A_Const. Don't attac... commit | commitdiff | tree
2008年04月29日 Alvaro Herrera Fix REASSIGN OWNED so that it works on procedural langu... commit | commitdiff | tree
2008年04月29日 Alvaro Herrera Remove typename from A_Const. commit | commitdiff | tree
2008年04月29日 Alvaro Herrera Fix volatility marking for the generate_series and... commit | commitdiff | tree
2008年04月28日 Tom Lane Increase the statement_timeout value used in the prepar... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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