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月20日 Tom Lane Adjust -Wl,--asneeded test to avoid using the switch... commit | commitdiff | tree
2008年05月20日 Bruce Momjian Simplify code in formatting.c now that to upper/lower... commit | commitdiff | tree
2008年05月20日 Bruce Momjian Done: commit | commitdiff | tree
2008年05月19日 Heikki Linnakangas Remove arbitrary 10MB limit on two-phase state file... commit | commitdiff | tree
2008年05月19日 Tom Lane Make to_char()'s localized month/day names depend on... commit | commitdiff | tree
2008年05月19日 Tom Lane Coercion sanity check in ri_HashCompareOp failed to... commit | commitdiff | tree
2008年05月18日 Tom Lane Make another try at using -Wl,--as-needed to suppress... commit | commitdiff | tree
2008年05月18日 Andrew Dunstan Remove old kluge put in to allow Windows regression... commit | commitdiff | tree
2008年05月18日 Tom Lane okay, looks like ecpg/compatlib needs -lintl too. commit | commitdiff | tree
2008年05月17日 Tom Lane Rewrite the warning about non-transaction-safety of... commit | commitdiff | tree
2008年05月17日 Bruce Momjian Use isatty() test for pager on Win32; not sure why... commit | commitdiff | tree
2008年05月17日 Bruce Momjian In psql, test for output to stdout when forcing pager... commit | commitdiff | tree
2008年05月17日 Bruce Momjian Another fix for compiles on an empty 'po' directory. commit | commitdiff | tree
2008年05月17日 Peter Eisentraut Don't call rm with empty file list. commit | commitdiff | tree
2008年05月17日 Tom Lane ecpglib needs to link with libintl if it's in use. commit | commitdiff | tree
2008年05月17日 Tom Lane Improve pg_regress so that it reports the fact if any... commit | commitdiff | tree
2008年05月17日 Tom Lane Fix utterly-bogus code for computing row heights. ... commit | commitdiff | tree
2008年05月17日 Tom Lane Fix a subtle bug exposed by recent wal_sync_method... commit | commitdiff | tree
2008年05月17日 Tom Lane Remove DEFAULT_SYNC_FLAGBIT ... not used anymore. commit | commitdiff | tree
2008年05月17日 Andrew Dunstan fix ecpg regression tests broken by over-eager adding... commit | commitdiff | tree
2008年05月17日 Andrew Dunstan Add $PostgreSQL$ markers to a lot of files that were... commit | commitdiff | tree
2008年05月17日 Tom Lane Allow ALTER SEQUENCE START WITH to change the recorded... commit | commitdiff | tree
2008年05月16日 Tom Lane Fix declarations of pthread functions, missed in recent... commit | commitdiff | tree
2008年05月16日 Tom Lane Add a RESTART (without parameter) option to ALTER SEQUE... commit | commitdiff | tree
2008年05月16日 Tom Lane Reduce unnecessary PANIC to ERROR, improve a couple... commit | commitdiff | tree
2008年05月16日 Tom Lane Recent patch doesn't compile without <limits.h> commit | commitdiff | tree
2008年05月16日 Tom Lane Suppress a possibly-uninitialized-variable warning... commit | commitdiff | tree
2008年05月16日 Magnus Hagander Implement error checking for pthreads calls in thread... commit | commitdiff | tree
2008年05月16日 Tom Lane Suppress compiler warning induced by recent header... commit | commitdiff | tree
2008年05月16日 Tom Lane Update contrib for tsearch changes. commit | commitdiff | tree
2008年05月16日 Bruce Momjian Update psql startup banner to be shorter, suggest ... commit | commitdiff | tree
2008年05月16日 Bruce Momjian Done in TODO: commit | commitdiff | tree
2008年05月16日 Bruce Momjian Add detection of psql pager to trigger on wide output... commit | commitdiff | tree
2008年05月16日 Tom Lane Extend GIN to support partial-match searches, and exten... commit | commitdiff | tree
2008年05月16日 Peter Eisentraut Add localization support to ecpg. commit | commitdiff | tree
2008年05月16日 Bruce Momjian Done: commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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