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年04月07日 Bruce Momjian Add documentation clarification for IS [NOT] NULL and... commit | commitdiff | tree
2008年04月06日 Tom Lane Make plpgsql support FOR over a query specified by... commit | commitdiff | tree
2008年04月06日 Tom Lane Improve hash_any() to use word-wide fetches when hashin... commit | commitdiff | tree
2008年04月05日 Tom Lane A small visit from the portability and localization... commit | commitdiff | tree
2008年04月05日 Bruce Momjian Make dblink_current_query() reference pg_catalog.curren... commit | commitdiff | tree
2008年04月05日 Bruce Momjian Re-add dblink_current_query() for backward compatibility. commit | commitdiff | tree
2008年04月05日 Tom Lane Defend against JOINs having more than 32K columns altog... commit | commitdiff | tree
2008年04月05日 Bruce Momjian Have pg_stop_backup() wait for all archive files to... commit | commitdiff | tree
2008年04月04日 Tom Lane Re-implement division for numeric values using the... commit | commitdiff | tree
2008年04月04日 Bruce Momjian Have psql command 'help' suggest the use of \?, updated... commit | commitdiff | tree
2008年04月04日 Bruce Momjian Allow 'help' in psql to show \? help, for novice assist... commit | commitdiff | tree
2008年04月04日 Tom Lane Remove no-longer-used function assign_backslash_quote() commit | commitdiff | tree
2008年04月04日 Bruce Momjian Remove unneed #include now that current_query() has... commit | commitdiff | tree
2008年04月04日 Bruce Momjian Implement current_query(), that shows the currently... commit | commitdiff | tree
2008年04月04日 Magnus Hagander Oops, change should go in scan.l to survive a clean... commit | commitdiff | tree
2008年04月04日 Magnus Hagander Convert backslash_quote guc to use enum. commit | commitdiff | tree
2008年04月04日 Magnus Hagander Turn xmlbinary and xmloption GUC variables into enumsTu... commit | commitdiff | tree
2008年04月03日 Tom Lane Add a variant of the Levenshtein string-distance functi... commit | commitdiff | tree
2008年04月03日 Bruce Momjian Add Wiki URLs for: commit | commitdiff | tree
2008年04月03日 Tom Lane Remove heap_release_fetch, which is no longer used... commit | commitdiff | tree
2008年04月03日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年04月03日 Tom Lane Teach ANALYZE to distinguish dead and in-doubt tuples... commit | commitdiff | tree
2008年04月03日 Magnus Hagander Oops, add proper #ifdef for systems without support... commit | commitdiff | tree
2008年04月03日 Peter Eisentraut Remove -C from rsync call, because it omits directories... commit | commitdiff | tree
2008年04月03日 Magnus Hagander Convert syslog_facility guc to enum type. commit | commitdiff | tree
2008年04月03日 Bruce Momjian Add URLs for: commit | commitdiff | tree
2008年04月02日 Tom Lane Revert my bad decision of about a year ago to make... commit | commitdiff | tree
2008年04月02日 Magnus Hagander Convert three more guc settings to enum type: commit | commitdiff | tree
2008年04月02日 Bruce Momjian Remove due to survey/discussion: commit | commitdiff | tree
2008年04月01日 Tom Lane Support EXECUTE USING in plpgsql. commit | commitdiff | tree
2008年04月01日 Tom Lane Add SPI-level support for executing SQL commands with... commit | commitdiff | tree
2008年04月01日 Tom Lane Fix an oversight I made in a cleanup patch over a year... commit | commitdiff | tree
2008年03月31日 Tom Lane Apply my original fix for Taiki Yamaguchi's bug report... commit | commitdiff | tree
2008年03月31日 Tom Lane Fix my brain fade in TRUNCATE triggers patch: can't... commit | commitdiff | tree
2008年03月31日 Tom Lane Use error message wordings for permissions checks on... commit | commitdiff | tree
2008年03月31日 Tom Lane Fix a number of places that were making file-type tests... commit | commitdiff | tree
2008年03月30日 Tom Lane Show database access privileges in psql's \l command... commit | commitdiff | tree
2008年03月30日 Tom Lane Display incoming as well as outgoing foreign-key constr... commit | commitdiff | tree
2008年03月30日 Neil Conway Enable 64-bit integer datetimes by default, per previou... commit | commitdiff | tree
2008年03月29日 Tom Lane Improve description of \du and \dg, per suggestion... commit | commitdiff | tree
2008年03月29日 Tom Lane Improve psql's tab completion to handle completing... commit | commitdiff | tree
2008年03月29日 Tom Lane Revert my erroneous fix for Taiki Yamaguchi's DISTINCT... commit | commitdiff | tree
2008年03月28日 Bruce Momjian Done: commit | commitdiff | tree
2008年03月28日 Heikki Linnakangas Clarify documentation on PITR and warm standby on the... commit | commitdiff | tree
2008年03月28日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月28日 Bruce Momjian Add: commit | commitdiff | tree
2008年03月28日 Tom Lane Department of second thoughts: the rule that ORDER... commit | commitdiff | tree
2008年03月28日 Tom Lane Support statement-level ON TRUNCATE triggers. Simon... commit | commitdiff | tree
2008年03月27日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月27日 Bruce Momjian Add URL for: commit | commitdiff | tree
2008年03月27日 Tom Lane When we have successfully optimized a MIN or MAX aggreg... commit | commitdiff | tree
2008年03月27日 Bruce Momjian Remove ipcclean utility command --- didn't work on... commit | commitdiff | tree
2008年03月27日 Michael Meskes Sorry, copied wrong files. commit | commitdiff | tree
2008年03月27日 Michael Meskes - Moved from PQsetdbLogin to PQconnectDB. commit | commitdiff | tree
2008年03月27日 Tom Lane Reduce the need for frontend programs to include "postg... commit | commitdiff | tree
2008年03月26日 Alvaro Herrera Move the HTSU_Result enum definition into snapshot... commit | commitdiff | tree
2008年03月26日 Alvaro Herrera Rename snapmgmt.c/h to snapmgr.c/h, for consistency... commit | commitdiff | tree
2008年03月26日 Tom Lane Fix bad spelling and worse grammar in recent doc commit... commit | commitdiff | tree
2008年03月26日 Alvaro Herrera Separate snapshot management code from tuple visibility... commit | commitdiff | tree
2008年03月26日 Magnus Hagander Include \password in the psql help. commit | commitdiff | tree
2008年03月26日 Bruce Momjian Improve documentation for odd array slice behavior. commit | commitdiff | tree
2008年03月26日 Bruce Momjian Strengthen warnings about using pg_dump's -i option. commit | commitdiff | tree
2008年03月26日 Bruce Momjian Update TODO: commit | commitdiff | tree
2008年03月26日 Bruce Momjian Added to TODO: commit | commitdiff | tree
2008年03月26日 Tom Lane Fix core dump in contrib/xml2's xpath_table() when... commit | commitdiff | tree
2008年03月25日 Neil Conway Update documentation for recent DTrace changes. Patch... commit | commitdiff | tree
2008年03月25日 Tom Lane Simplify and standardize conversions between TEXT datum... commit | commitdiff | tree
2008年03月25日 Bruce Momjian Done: commit | commitdiff | tree
2008年03月25日 Neil Conway Add a new tuplestore API function, tuplestore_putvalues... commit | commitdiff | tree
2008年03月25日 Bruce Momjian Update TODO wording: commit | commitdiff | tree
2008年03月25日 Alvaro Herrera Reword Win32 rint() item, per Tom. commit | commitdiff | tree
2008年03月25日 Alvaro Herrera Add URLs to previous discussions, per Simon. commit | commitdiff | tree
2008年03月25日 Michael Meskes added ECPGget_PGconn to exports.txt commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to pl/pgsql TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to psql TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月25日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月24日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月24日 Tom Lane When a relation has been proven empty by constraint... commit | commitdiff | tree
2008年03月24日 Tom Lane Use new errdetail_log() mechanism to provide a less... commit | commitdiff | tree
2008年03月24日 Tom Lane Fix various infelicities that have snuck into usage... commit | commitdiff | tree
2008年03月24日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月24日 Tom Lane Adjust the recent patch for reporting of deadlocked... commit | commitdiff | tree
2008年03月24日 Tom Lane Add a new ereport auxiliary function errdetail_log... commit | commitdiff | tree
2008年03月24日 Bruce Momjian Add URL for: commit | commitdiff | tree
2008年03月24日 Bruce Momjian Add URL to: commit | commitdiff | tree
2008年03月24日 Bruce Momjian Add to TODO: commit | commitdiff | tree
2008年03月24日 Bruce Momjian Add URL: commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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