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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2015年10月06日 Tom Lane Perform an immediate shutdown if the postpid file is... commit | commitdiff | tree
2015年10月06日 Robert Haas Remove more volatile qualifiers. commit | commitdiff | tree
2015年10月06日 Bruce Momjian Have CREATE TABLE LIKE add OID column if any LIKEd... commit | commitdiff | tree
2015年10月06日 Bruce Momjian to_number(): allow 'V' to divide by 10^(the number... commit | commitdiff | tree
2015年10月06日 Bruce Momjian psql: allow \pset C in setting the title, matches \C commit | commitdiff | tree
2015年10月06日 Bruce Momjian to_char(): Do not count negative sign as a digit for... commit | commitdiff | tree
2015年10月05日 Bruce Momjian docs: update guidelines on when to use GIN and GiST... commit | commitdiff | tree
2015年10月05日 Tom Lane Docs: explain contrib/pg_stat_statements' handling... commit | commitdiff | tree
2015年10月05日 Tom Lane Fix insufficiently-portable regression test case. commit | commitdiff | tree
2015年10月05日 Tom Lane Last-minute updates for release notes. commit | commitdiff | tree
2015年10月05日 Andres Freund Remove outdated comment about relation level autovacuum... commit | commitdiff | tree
2015年10月05日 Stephen Frost Add regression tests for INSERT/UPDATE+RETURNING commit | commitdiff | tree
2015年10月05日 Noah Misch Prevent stack overflow in query-type functions. commit | commitdiff | tree
2015年10月05日 Noah Misch Prevent stack overflow in container-type functions. commit | commitdiff | tree
2015年10月05日 Noah Misch Prevent stack overflow in json-related functions. commit | commitdiff | tree
2015年10月05日 Noah Misch pgcrypto: Detect and report too-short crypt() salts. commit | commitdiff | tree
2015年10月05日 Stephen Frost Apply SELECT policies in INSERT/UPDATE+RETURNING commit | commitdiff | tree
2015年10月05日 Stephen Frost Do not write out WCOs in Query commit | commitdiff | tree
2015年10月05日 Andres Freund Re-Align *_freeze_max_age reloption limits with corresp... commit | commitdiff | tree
2015年10月05日 Stephen Frost ALTER TABLE .. FORCE ROW LEVEL SECURITY commit | commitdiff | tree
2015年10月04日 Tom Lane Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14,... commit | commitdiff | tree
2015年10月04日 Tom Lane Improve contrib/pg_stat_statements' handling of garbage... commit | commitdiff | tree
2015年10月04日 Andres Freund Fix hstore_plpython test when python3 is used. commit | commitdiff | tree
2015年10月04日 Tom Lane Further twiddling of nodeHash.c hashtable sizing calcul... commit | commitdiff | tree
2015年10月04日 Tom Lane Fix some issues in new hashtable size calculations... commit | commitdiff | tree
2015年10月04日 Andrew Dunstan Disallow invalid path elements in jsonb_set commit | commitdiff | tree
2015年10月04日 Peter Eisentraut Group cluster_name and update_process_title settings... commit | commitdiff | tree
2015年10月04日 Tom Lane Update 9.5 release notes through today. commit | commitdiff | tree
2015年10月04日 Tom Lane First-draft release notes for 9.4.5, 9.3.10, 9.2.14... commit | commitdiff | tree
2015年10月04日 Noah Misch Document that row_security is a boolean GUC. commit | commitdiff | tree
2015年10月04日 Noah Misch Make BYPASSRLS behave like superuser RLS bypass. commit | commitdiff | tree
2015年10月03日 Andres Freund Add missed CREATE EXTENSION ... CASCADE regression... commit | commitdiff | tree
2015年10月03日 Andres Freund Add CASCADE support for CREATE EXTENSION. commit | commitdiff | tree
2015年10月03日 Tom Lane Add missing "static" specifier. commit | commitdiff | tree
2015年10月03日 Andres Freund Improve errhint() about replication slot naming restric... commit | commitdiff | tree
2015年10月03日 Andres Freund Fix several bugs related to ON CONFLICT's EXCLUDED... commit | commitdiff | tree
2015年10月03日 Peter Eisentraut doc: Update URLs of external projects commit | commitdiff | tree
2015年10月03日 Peter Eisentraut doc: Make some index terms and terminology more consistent commit | commitdiff | tree
2015年10月02日 Tom Lane Update time zone data files to tzdata release 2015g. commit | commitdiff | tree
2015年10月02日 Robert Haas Clarify FDW documentation about ON CONFLICT. commit | commitdiff | tree
2015年10月02日 Tom Lane Add recursion depth protection to LIKE matching. commit | commitdiff | tree
2015年10月02日 Tom Lane Add recursion depth protections to regular expression... commit | commitdiff | tree
2015年10月02日 Tom Lane Fix potential infinite loop in regular expression execu... commit | commitdiff | tree
2015年10月02日 Tom Lane Add some more query-cancel checks to regular expression... commit | commitdiff | tree
2015年10月02日 Tom Lane Docs: add disclaimer about hazards of using regexps... commit | commitdiff | tree
2015年10月02日 Tom Lane Docs: add another example of creating a range type. commit | commitdiff | tree
2015年10月02日 Alvaro Herrera Don't disable commit_ts in standby if enabled locally commit | commitdiff | tree
2015年10月02日 Peter Eisentraut pg_rewind: Improve some messages commit | commitdiff | tree
2015年10月02日 Peter Eisentraut Fix message punctuation according to style guide commit | commitdiff | tree
2015年10月01日 Tom Lane Fix pg_dump to handle inherited NOT VALID check constra... commit | commitdiff | tree
2015年10月01日 Alvaro Herrera Fix commit_ts for standby commit | commitdiff | tree
2015年10月01日 Fujii Masao Fix incorrect tab-completion for GRANT and REVOKE commit | commitdiff | tree
2015年10月01日 Tom Lane Fix documentation error in commit 8703059c6b55c427100e0... commit | commitdiff | tree
2015年10月01日 Fujii Masao Fix mention of htup.h in storage.sgml commit | commitdiff | tree
2015年10月01日 Robert Haas Fix readfuncs/outfuncs problems in last night's Gather... commit | commitdiff | tree
2015年10月01日 Tom Lane Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56d... commit | commitdiff | tree
2015年10月01日 Tom Lane Improve LISTEN startup time when there are many unread... commit | commitdiff | tree
2015年09月30日 Robert Haas Add a Gather executor node. commit | commitdiff | tree
2015年09月30日 Robert Haas Don't dump core when destroying an unused ParallelContext. commit | commitdiff | tree
2015年09月30日 Stephen Frost Include policies based on ACLs needed commit | commitdiff | tree
2015年09月30日 Tom Lane Small improvements in comments in async.c. commit | commitdiff | tree
2015年09月30日 Tatsuo Ishii Fix incorrect tps number calculation in "excluding... commit | commitdiff | tree
2015年09月29日 Alvaro Herrera Code review for transaction commit timestamps commit | commitdiff | tree
2015年09月29日 Tom Lane Fix plperl to handle non-ASCII error message texts... commit | commitdiff | tree
2015年09月29日 Robert Haas Comment update for join pushdown. commit | commitdiff | tree
2015年09月29日 Robert Haas Parallel executor support. commit | commitdiff | tree
2015年09月28日 Andrew Dunstan Fix compiler warning for non-TIOCGWINSZ case commit | commitdiff | tree
2015年09月28日 Andrew Dunstan Fix compiler warning about unused function in non-readl... commit | commitdiff | tree
2015年09月28日 Alvaro Herrera Fix "sesssion" typo commit | commitdiff | tree
2015年09月28日 Tom Lane Fix poor errno handling in libpq's version of our custo... commit | commitdiff | tree
2015年09月28日 Stephen Frost Ensure a few policies remain for pg_upgrade commit | commitdiff | tree
2015年09月28日 Alvaro Herrera COPY: use pg_plan_query() instead of planner() commit | commitdiff | tree
2015年09月28日 Andres Freund Fix ON CONFLICT DO UPDATE for tables with oids. commit | commitdiff | tree
2015年09月28日 Robert Haas Use LOCKBIT_ON() instead of a bit shift in a few places. commit | commitdiff | tree
2015年09月28日 Robert Haas Don't try to create a temp install without abs_top_buil... commit | commitdiff | tree
2015年09月28日 Peter Eisentraut pg_dump: Fix some messages commit | commitdiff | tree
2015年09月27日 Peter Eisentraut reindexdb: Fix mistake in help output commit | commitdiff | tree
2015年09月27日 Peter Eisentraut pg_ctl: Improve help formatting and order commit | commitdiff | tree
2015年09月27日 Peter Eisentraut doc: Tweak "cube" index entry commit | commitdiff | tree
2015年09月26日 Andres Freund Remove legacy multixact truncation support. commit | commitdiff | tree
2015年09月26日 Andres Freund Rework the way multixact truncations work. commit | commitdiff | tree
2015年09月25日 Tom Lane Second try at fixing O(N^2) problem in foreign key... commit | commitdiff | tree
2015年09月25日 Tom Lane Further fix for psql's code for locale-aware formatting... commit | commitdiff | tree
2015年09月25日 Tom Lane Further fix for psql's code for locale-aware formatting... commit | commitdiff | tree
2015年09月25日 Tom Lane Fix psql's code for locale-aware formatting of numeric... commit | commitdiff | tree
2015年09月24日 Tom Lane Allow planner to use expression-index stats for functio... commit | commitdiff | tree
2015年09月24日 Tom Lane Improve handling of collations in contrib/postgres_fdw. commit | commitdiff | tree
2015年09月24日 Robert Haas Don't zero opfuncid when reading nodes. commit | commitdiff | tree
2015年09月24日 Fujii Masao Make pg_controldata report newest XID with valid commit... commit | commitdiff | tree
2015年09月24日 Andres Freund Lower *_freeze_max_age minimum values. commit | commitdiff | tree
2015年09月23日 Tom Lane Make ANALYZE compute basic statistics even for types... commit | commitdiff | tree
2015年09月23日 Robert Haas Add readfuncs.c support for plan nodes. commit | commitdiff | tree
2015年09月23日 Robert Haas Print a MergeJoin's mergeNullsFirst array as bool,... commit | commitdiff | tree
2015年09月23日 Teodor Sigaev Allow autoanalyze to add pages deleted from pending... commit | commitdiff | tree
2015年09月23日 Robert Haas Teach planstate_tree_walker about custom scans. commit | commitdiff | tree
2015年09月22日 Tom Lane Docs: fix typo in to_char() example. commit | commitdiff | tree
2015年09月22日 Andres Freund test_decoding: Protect against rare spurious test failures. commit | commitdiff | tree
2015年09月22日 Andres Freund Correct value of LW_SHARED_MASK. commit | commitdiff | tree
2015年09月22日 Andres Freund Add some notes about coding conventions do the docs. commit | commitdiff | tree
2015年09月22日 Peter Eisentraut doc: Tweak synopsis indentation for consistency commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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