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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2017年10月28日 Robert Haas Improve comments for parallel executor estimation funct... commit | commitdiff | tree
2017年10月28日 Robert Haas Add table_constraint synopsis to ALTER TABLE documentation. commit | commitdiff | tree
2017年10月28日 Robert Haas Fix grammar. commit | commitdiff | tree
2017年10月28日 Robert Haas Fix misplaced ReleaseSysCache call in get_default_parti... commit | commitdiff | tree
2017年10月27日 Tom Lane Dept of second thoughts: keep aliasp_item in sync with... commit | commitdiff | tree
2017年10月27日 Tom Lane Fix crash when columns have been added to the end of... commit | commitdiff | tree
2017年10月27日 Robert Haas Allow parallel query for prepared statements with gener... commit | commitdiff | tree
2017年10月27日 Tom Lane Rethink the dependencies recorded for FieldSelect/Field... commit | commitdiff | tree
2017年10月27日 Robert Haas Revert "Move new structure member to the end." commit | commitdiff | tree
2017年10月27日 Tom Lane Doc: mention that you can't PREPARE TRANSACTION after... commit | commitdiff | tree
2017年10月27日 Robert Haas Move new structure member to the end. commit | commitdiff | tree
2017年10月27日 Robert Haas Fix mistaken failure to allow parallelism in corner... commit | commitdiff | tree
2017年10月26日 Tom Lane Support domains over composite types in PL/Tcl. commit | commitdiff | tree
2017年10月26日 Tom Lane Support domains over composite types. commit | commitdiff | tree
2017年10月26日 Tom Lane Make setrefs.c match by ressortgroupref even for plain... commit | commitdiff | tree
2017年10月26日 Andrew Dunstan Improve gendef.pl diagnostic on failure to open sym... commit | commitdiff | tree
2017年10月26日 Andrew Dunstan Undo inadvertent change in capitalization in commit... commit | commitdiff | tree
2017年10月26日 Robert Haas In relevant log messages, indicate whether vacuums... commit | commitdiff | tree
2017年10月26日 Michael Meskes Fixed handling of escape character in libecpg. commit | commitdiff | tree
2017年10月25日 Tom Lane Fix libpq to not require user's home directory to exist. commit | commitdiff | tree
2017年10月25日 Andrew Dunstan Process variadic arguments consistently in json functions commit | commitdiff | tree
2017年10月25日 Andrew Dunstan Add a utility function to extract variadic function... commit | commitdiff | tree
2017年10月24日 Tom Lane In the planner, delete joinaliasvars lists after we... commit | commitdiff | tree
2017年10月24日 Tom Lane Documentation improvements around domain types. commit | commitdiff | tree
2017年10月23日 Tom Lane Update time zone data files to tzdata release 2017c. commit | commitdiff | tree
2017年10月23日 Tom Lane Sync our copy of the timezone library with IANA release... commit | commitdiff | tree
2017年10月23日 Tom Lane Fix some oversights in expression dependency recording. commit | commitdiff | tree
2017年10月22日 Tom Lane Adjust psql \d query to avoid use of @> operator. commit | commitdiff | tree
2017年10月21日 Peter Eisentraut Convert another SGML ID to lower case commit | commitdiff | tree
2017年10月20日 Peter Eisentraut Convert SGML IDs to lower case commit | commitdiff | tree
2017年10月20日 Tom Lane Fix typcache's failure to treat ranges as container... commit | commitdiff | tree
2017年10月20日 Tom Lane Fix misimplementation of typcache logic for extended... commit | commitdiff | tree
2017年10月20日 Robert Haas pg_stat_statements: Add a comment about the dangers... commit | commitdiff | tree
2017年10月19日 Tom Lane Fix incorrect link in v10 release notes. commit | commitdiff | tree
2017年10月19日 Alvaro Herrera Add more tests for reloptions commit | commitdiff | tree
2017年10月19日 Magnus Hagander Fix typos commit | commitdiff | tree
2017年10月19日 Magnus Hagander Fix typo commit | commitdiff | tree
2017年10月19日 Magnus Hagander Fix typo in release notes commit | commitdiff | tree
2017年10月19日 Peter Eisentraut UCS_to_most.pl: Process encodings in sorted order commit | commitdiff | tree
2017年10月18日 Alvaro Herrera Make OWNER TO subcommand mention consistent commit | commitdiff | tree
2017年10月18日 Alvaro Herrera Make release notes aware that --xlog-method was renamed commit | commitdiff | tree
2017年10月17日 Peter Eisentraut Don't use SGML empty tags commit | commitdiff | tree
2017年10月17日 Alvaro Herrera REASSIGN OWNED BY doc: s/privileges/membership/ commit | commitdiff | tree
2017年10月16日 Tom Lane Fix incorrect handling of CTEs and ENRs as DML target... commit | commitdiff | tree
2017年10月16日 Peter Eisentraut Exclude flex-generated code from coverage testing commit | commitdiff | tree
2017年10月16日 Tom Lane Treat aggregate direct arguments as per-agg data not... commit | commitdiff | tree
2017年10月16日 Tom Lane Allow the built-in ordered-set aggregates to share... commit | commitdiff | tree
2017年10月16日 Tom Lane Repair breakage of aggregate FILTER option. commit | commitdiff | tree
2017年10月16日 Alvaro Herrera Rework DefineIndex relkind check commit | commitdiff | tree
2017年10月15日 Tom Lane Restore nodeAgg.c's ability to check for improperly... commit | commitdiff | tree
2017年10月15日 Peter Eisentraut doc: Postgres -> PostgreSQL commit | commitdiff | tree
2017年10月14日 Tom Lane gcc's support for __attribute__((noinline)) hasn't... commit | commitdiff | tree
2017年10月14日 Tom Lane Explicitly track whether aggregate final functions... commit | commitdiff | tree
2017年10月14日 Peter Eisentraut Reinstate genhtml --prefix option for non-vpath builds commit | commitdiff | tree
2017年10月13日 Joe Conway Add missing options to pg_regress help() output commit | commitdiff | tree
2017年10月13日 Andres Freund Improve sys/catcache performance. commit | commitdiff | tree
2017年10月13日 Andres Freund Add pg_noinline macro to c.h. commit | commitdiff | tree
2017年10月13日 Andres Freund Force "restrict" not to be used when compiling with... commit | commitdiff | tree
2017年10月13日 Robert Haas Fix possible crash with Parallel Bitmap Heap Scan. commit | commitdiff | tree
2017年10月13日 Tom Lane Improve implementation of CRE-stack-flattening in map_v... commit | commitdiff | tree
2017年10月13日 Tom Lane Rely on sizeof(typename) rather than sizeof(variable... commit | commitdiff | tree
2017年10月13日 Peter Eisentraut Attempt to fix LDAP build commit | commitdiff | tree
2017年10月13日 Peter Eisentraut Log diagnostic messages if errors occur during LDAP... commit | commitdiff | tree
2017年10月13日 Peter Eisentraut Improve LDAP cleanup code in error paths. commit | commitdiff | tree
2017年10月12日 Andres Freund Use C99 restrict via pg_restrict, rather than restrict... commit | commitdiff | tree
2017年10月12日 Robert Haas Avoid coercing a whole-row variable that is already... commit | commitdiff | tree
2017年10月12日 Robert Haas Use ResultRelInfo ** rather than ResultRelInfo * for... commit | commitdiff | tree
2017年10月12日 Tom Lane Fix AggGetAggref() so it won't lie to aggregate final... commit | commitdiff | tree
2017年10月12日 Robert Haas Synchronize error messages. commit | commitdiff | tree
2017年10月12日 Tom Lane Doc: fix typo in release notes. commit | commitdiff | tree
2017年10月12日 Alvaro Herrera Infer functional dependency past RelabelType commit | commitdiff | tree
2017年10月12日 Robert Haas Fix logical replication to fire BEFORE ROW DELETE triggers. commit | commitdiff | tree
2017年10月12日 Andres Freund Replace remaining uses of pq_sendint with pq_sendint... commit | commitdiff | tree
2017年10月12日 Tom Lane Prevent sharing transition states between ordered-set... commit | commitdiff | tree
2017年10月12日 Andres Freund Temporary attempt at a workaround for further MSVC... commit | commitdiff | tree
2017年10月12日 Andres Freund Work around overly strict restrict checks by MSVC. commit | commitdiff | tree
2017年10月12日 Andres Freund Improve performance of SendRowDescriptionMessage. commit | commitdiff | tree
2017年10月11日 Robert Haas pg_stat_statements: Widen query IDs from 32 bits to... commit | commitdiff | tree
2017年10月11日 Andres Freund Use one stringbuffer for all rows printed in printtup.c. commit | commitdiff | tree
2017年10月11日 Andres Freund Add more efficient functions to pqformat API. commit | commitdiff | tree
2017年10月11日 Andres Freund Allow to avoid NUL-byte management for stringinfos... commit | commitdiff | tree
2017年10月11日 Andres Freund Add configure infrastructure to detect support for... commit | commitdiff | tree
2017年10月11日 Tom Lane Remove unnecessary PG_TRY overhead for CurrentResourceO... commit | commitdiff | tree
2017年10月11日 Andres Freund Prevent idle in transaction session timeout from someti... commit | commitdiff | tree
2017年10月11日 Tom Lane Doc: fix missing explanation of default object privileges. commit | commitdiff | tree
2017年10月11日 Robert Haas Fix mistakes in comments. commit | commitdiff | tree
2017年10月11日 Tom Lane Fix low-probability loss of NOTIFY messages due to... commit | commitdiff | tree
2017年10月11日 Tom Lane Add port/strnlen support to libpq and ecpg Makefiles. commit | commitdiff | tree
2017年10月11日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2017年10月10日 Tom Lane Regenerate configure script. commit | commitdiff | tree
2017年10月10日 Andres Freund Rewrite strnlen replacement implementation from 8a24179... commit | commitdiff | tree
2017年10月10日 Tom Lane Add missing clean step to src/test/modules/brin/Makefile. commit | commitdiff | tree
2017年10月10日 Peter Eisentraut Use lower-case SGML attribute values commit | commitdiff | tree
2017年10月09日 Andres Freund Fix pnstrdup() to not memcpy() the maximum allowed... commit | commitdiff | tree
2017年10月09日 Andres Freund Add pg_strnlen() a portable implementation of strlen. commit | commitdiff | tree
2017年10月09日 Peter Eisentraut Remove unused documentation file commit | commitdiff | tree
2017年10月08日 Andres Freund Reduce memory usage of targetlist SRFs. commit | commitdiff | tree
2017年10月08日 Tom Lane Increase distance between flush requests during bulk... commit | commitdiff | tree
2017年10月08日 Tom Lane Reduce "X = X" to "X IS NOT NULL", if it's easy to... commit | commitdiff | tree
2017年10月07日 Tom Lane Improve pg_regress's error reporting for schedule-file... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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