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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2018年02月19日 Tom Lane Remove redundant initialization of a local variable. commit | commitdiff | tree
2018年02月19日 Peter Eisentraut Fix StaticAssertExpr() under C++ commit | commitdiff | tree
2018年02月19日 Peter Eisentraut Remove redundant function declaration commit | commitdiff | tree
2018年02月18日 Peter Eisentraut Message style fix commit | commitdiff | tree
2018年02月18日 Peter Eisentraut Move function comment to the right place commit | commitdiff | tree
2018年02月18日 Peter Eisentraut Minor comment fix commit | commitdiff | tree
2018年02月17日 Alvaro Herrera Refactor format_type APIs to be more modular commit | commitdiff | tree
2018年02月17日 Alvaro Herrera Mention trigger name in trigger test commit | commitdiff | tree
2018年02月17日 Andres Freund Allow tupleslots to have a fixed tupledesc, use in... commit | commitdiff | tree
2018年02月16日 Andres Freund Do execGrouping.c via expression eval machinery, take... commit | commitdiff | tree
2018年02月16日 Peter Eisentraut Fix crash when canceling parallel query commit | commitdiff | tree
2018年02月16日 Tom Lane Remove some inappropriate #includes. commit | commitdiff | tree
2018年02月16日 Peter Eisentraut Rename enable_partition_wise_join to enable_partitionwi... commit | commitdiff | tree
2018年02月16日 Magnus Hagander Fix typo in comment commit | commitdiff | tree
2018年02月16日 Andres Freund Revert "Do execGrouping.c via expression eval machinery." commit | commitdiff | tree
2018年02月16日 Andres Freund Do execGrouping.c via expression eval machinery. commit | commitdiff | tree
2018年02月15日 Tom Lane Fix plpgsql to enforce domain checks when returning... commit | commitdiff | tree
2018年02月15日 Tom Lane Doc: fix minor bug in CREATE TABLE example. commit | commitdiff | tree
2018年02月15日 Tom Lane Cast to void in StaticAssertExpr, not its callers. commit | commitdiff | tree
2018年02月15日 Tom Lane Move the extern declaration for ExceptionalCondition... commit | commitdiff | tree
2018年02月14日 Tom Lane Revert "Stabilize output of new regression test case". commit | commitdiff | tree
2018年02月14日 Tom Lane Stabilize new plpgsql_record regression tests. commit | commitdiff | tree
2018年02月14日 Andres Freund Return implementation defined value if pg_$op_s$bit_ove... commit | commitdiff | tree
2018年02月14日 Tom Lane Silence assorted "variable may be used uninitialized... commit | commitdiff | tree
2018年02月14日 Tom Lane Add an assertion that we don't pass NULL to snprintf... commit | commitdiff | tree
2018年02月14日 Tom Lane Fix broken logic for reporting PL/Python function names... commit | commitdiff | tree
2018年02月14日 Tom Lane Support CONSTANT/NOT NULL/initial value for plpgsql... commit | commitdiff | tree
2018年02月14日 Tom Lane Speed up plpgsql trigger startup by introducing "promises". commit | commitdiff | tree
2018年02月14日 Tom Lane Speed up plpgsql function startup by doing fewer pallocs. commit | commitdiff | tree
2018年02月13日 Tom Lane Make plpgsql use its DTYPE_REC code paths for composite... commit | commitdiff | tree
2018年02月13日 Peter Eisentraut doc: pg_function_is_visible also applies to aggregates... commit | commitdiff | tree
2018年02月13日 Peter Eisentraut Add procedure support to pg_get_functiondef commit | commitdiff | tree
2018年02月13日 Peter Eisentraut Add tests for pg_get_functiondef commit | commitdiff | tree
2018年02月13日 Peter Eisentraut Fix typo commit | commitdiff | tree
2018年02月13日 Peter Eisentraut In LDAP test, restart after pg_hba.conf changes commit | commitdiff | tree
2018年02月13日 Peter Eisentraut Fix typo commit | commitdiff | tree
2018年02月12日 Alvaro Herrera get_relid_attribute_name is dead, long live get_attname commit | commitdiff | tree
2018年02月12日 Robert Haas Fix parallel index builds for dynamic_shared_memory_typ... commit | commitdiff | tree
2018年02月12日 Alvaro Herrera Add missing article commit | commitdiff | tree
2018年02月12日 Bruce Momjian psql: give ^D hint for \q in place where \q is ignored commit | commitdiff | tree
2018年02月11日 Tom Lane Fix assorted errors in pg_dump's handling of extended... commit | commitdiff | tree
2018年02月10日 Tom Lane Avoid premature free of pass-by-reference CALL arguments. commit | commitdiff | tree
2018年02月10日 Tom Lane Fix oversight in CALL argument handling, and do some... commit | commitdiff | tree
2018年02月10日 Alvaro Herrera Mention partitioned indexes in "Data Definition" chapter commit | commitdiff | tree
2018年02月09日 Robert Haas Mark assorted GUC variables as PGDLLIMPORT. commit | commitdiff | tree
2018年02月09日 Robert Haas Clear stmt_timeout_active if we disable_all_timeouts. commit | commitdiff | tree
2018年02月09日 Robert Haas postgres_fdw: Attmempt to stabilize regression tests. commit | commitdiff | tree
2018年02月08日 Robert Haas Fix incorrect method name in comment. commit | commitdiff | tree
2018年02月08日 Robert Haas Avoid listing the same ResultRelInfo in more than one... commit | commitdiff | tree
2018年02月08日 Robert Haas Fix possible infinite loop with Parallel Append. commit | commitdiff | tree
2018年02月08日 Peter Eisentraut Refine SSL tests test name reporting commit | commitdiff | tree
2018年02月08日 Robert Haas postgres_fdw: Remove CTID output from some tests. commit | commitdiff | tree
2018年02月07日 Robert Haas postgres_fdw: Push down UPDATE/DELETE joins to remote... commit | commitdiff | tree
2018年02月07日 Peter Eisentraut Make new triggers tests more robust commit | commitdiff | tree
2018年02月07日 Peter Eisentraut Add more information_schema columns commit | commitdiff | tree
2018年02月07日 Robert Haas Update out-of-date comment in StartupXLOG. commit | commitdiff | tree
2018年02月07日 Robert Haas Remove prototype for fmgr() function, which no longer... commit | commitdiff | tree
2018年02月07日 Magnus Hagander Change default git repo URL to https commit | commitdiff | tree
2018年02月07日 Tom Lane Support all SQL:2011 options for window frame clauses. commit | commitdiff | tree
2018年02月06日 Robert Haas Fix incorrect grammar. commit | commitdiff | tree
2018年02月06日 Robert Haas Avoid valgrind complaint about write() of uninitalized... commit | commitdiff | tree
2018年02月06日 Tom Lane Doc: move info for btree opclass implementors into... commit | commitdiff | tree
2018年02月05日 Robert Haas Fix possible crash in partition-wise join. commit | commitdiff | tree
2018年02月05日 Tom Lane Last-minute updates for release notes. commit | commitdiff | tree
2018年02月05日 Tom Lane Ensure that all temp files made during pg_upgrade are... commit | commitdiff | tree
2018年02月05日 Tom Lane Fix RelationBuildPartitionKey's processing of partition... commit | commitdiff | tree
2018年02月05日 Tom Lane Skip setting up shared instrumentation for Hash node... commit | commitdiff | tree
2018年02月04日 Peter Eisentraut doc: Update mentions of MD5 in the documentation commit | commitdiff | tree
2018年02月04日 Tom Lane Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21. commit | commitdiff | tree
2018年02月04日 Tom Lane Doc: minor clarifications in xindex.sgml. commit | commitdiff | tree
2018年02月03日 Peter Eisentraut doc: Fix name in release notes commit | commitdiff | tree
2018年02月03日 Peter Eisentraut doc: Clarify psql --list documentation a bit more commit | commitdiff | tree
2018年02月03日 Tom Lane Minor copy-editing for 10.2 release notes. commit | commitdiff | tree
2018年02月03日 Peter Eisentraut doc: Fix index link commit | commitdiff | tree
2018年02月02日 Tom Lane Fix another instance of unsafe coding for shm_toc_looku... commit | commitdiff | tree
2018年02月02日 Tom Lane Be more wary about shm_toc_lookup failure. commit | commitdiff | tree
2018年02月02日 Tom Lane First-draft release notes for 10.2. commit | commitdiff | tree
2018年02月02日 Peter Eisentraut Fix application of identity values in some cases commit | commitdiff | tree
2018年02月02日 Robert Haas Support parallel btree index builds. commit | commitdiff | tree
2018年02月02日 Robert Haas Refactor code for partition bound searching commit | commitdiff | tree
2018年02月02日 Robert Haas Add new function WaitForParallelWorkersToAttach. commit | commitdiff | tree
2018年02月02日 Stephen Frost Improve ALTER TABLE synopsis commit | commitdiff | tree
2018年02月01日 Robert Haas Fix possible failure to mark hash metapage dirty. commit | commitdiff | tree
2018年02月01日 Bruce Momjian psql: Add quit/help behavior/hint, for other tool... commit | commitdiff | tree
2018年01月31日 Bruce Momjian doc: fix trigger inheritance wording commit | commitdiff | tree
2018年01月31日 Bruce Momjian doc: clarify major/minor pg_upgrade versions with... commit | commitdiff | tree
2018年01月31日 Bruce Momjian doc: clearify trigger behavior for inheritance commit | commitdiff | tree
2018年01月31日 Bruce Momjian doc: in contrib-spi, mention and link to the meaning... commit | commitdiff | tree
2018年01月31日 Robert Haas Fix typo: colums -> columns. commit | commitdiff | tree
2018年01月31日 Bruce Momjian doc: Improve pg_upgrade rsync examples to use clusterdir commit | commitdiff | tree
2018年01月31日 Robert Haas pgcrypto's encrypt() supports AES-128, AES-192, and... commit | commitdiff | tree
2018年01月31日 Bruce Momjian doc: mention datadir locations are actually config... commit | commitdiff | tree
2018年01月31日 Robert Haas Fix list partition constraints for partition keys of... commit | commitdiff | tree
2018年01月31日 Robert Haas pg_prewarm: Add missing LWLockRegisterTranche call. commit | commitdiff | tree
2018年01月31日 Peter Eisentraut Refactor client-side SSL certificate checking code commit | commitdiff | tree
2018年01月30日 Peter Eisentraut Fix up references to scram-sha-256 commit | commitdiff | tree
2018年01月30日 Robert Haas Fix test case for 'outer pathkeys do not match mergecla... commit | commitdiff | tree
2018年01月30日 Peter Eisentraut Add some noreturn attributes to help static analyzers commit | commitdiff | tree
2018年01月30日 Peter Eisentraut Silence complaint about dead assignment commit | commitdiff | tree
2018年01月30日 Peter Eisentraut Remove dead assignment commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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