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年05月29日 Tom Lane Revert exporting of internal GUC variable "data_directory". commit | commitdiff | tree
2015年05月28日 Tom Lane Fix fsync-at-startup code to not treat errors as fatal. commit | commitdiff | tree
2015年05月28日 Stephen Frost Remove *pgaudit* references also. commit | commitdiff | tree
2015年05月28日 Stephen Frost Finish removing pg_audit commit | commitdiff | tree
2015年05月28日 Tom Lane Fix pg_rewind's handling of top-level symlinks. commit | commitdiff | tree
2015年05月28日 Stephen Frost Remove pg_audit commit | commitdiff | tree
2015年05月28日 Tom Lane Fix assorted inconsistencies in our calls of readlink(). commit | commitdiff | tree
2015年05月28日 Tom Lane Fix pg_get_functiondef() to print a function's LEAKPROO... commit | commitdiff | tree
2015年05月27日 Tom Lane Fix portability issue in isolationtester grammar. commit | commitdiff | tree
2015年05月27日 Andrew Dunstan Revert "Add all structured objects passed to pushJsonbV... commit | commitdiff | tree
2015年05月27日 Andrew Dunstan Revert "Simplify addJsonbToParseState()" commit | commitdiff | tree
2015年05月27日 Tom Lane Remove configure check prohibiting threaded libpython... commit | commitdiff | tree
2015年05月26日 Tom Lane Suppress occasional failures in brin regression test. commit | commitdiff | tree
2015年05月26日 Andrew Dunstan Simplify addJsonbToParseState() commit | commitdiff | tree
2015年05月26日 Andrew Dunstan Add all structured objects passed to pushJsonbValue... commit | commitdiff | tree
2015年05月26日 Tom Lane Fix valgrind's "unaddressable bytes" whining about... commit | commitdiff | tree
2015年05月25日 Bruce Momjian pgindent: document location of "all" typedef lists commit | commitdiff | tree
2015年05月25日 Tom Lane Explain CHECK constraint handling in postgres_fdw's... commit | commitdiff | tree
2015年05月25日 Alvaro Herrera Update README.tuplock commit | commitdiff | tree
2015年05月25日 Andrew Dunstan Clean up and simplify jsonb_concat code. commit | commitdiff | tree
2015年05月25日 Bruce Momjian pgindent: fix typo commit | commitdiff | tree
2015年05月25日 Heikki Linnakangas Fix rescan of IndexScan node with the new lossy GiST... commit | commitdiff | tree
2015年05月25日 Bruce Momjian pgindent: more doc updates for skipping __asm__ files commit | commitdiff | tree
2015年05月25日 Bruce Momjian Revert 9.5 pgindent changes to atomics directory files commit | commitdiff | tree
2015年05月24日 Tom Lane Manual cleanup of pgindent results. commit | commitdiff | tree
2015年05月24日 Tom Lane Rename pg_shdepend.c's typedef "objectType" to SharedDe... commit | commitdiff | tree
2015年05月24日 Tom Lane Add a bit more commentary about regex's colormap tree... commit | commitdiff | tree
2015年05月24日 Tom Lane Remove no-longer-required function declarations. commit | commitdiff | tree
2015年05月24日 Bruce Momjian pgindent run for 9.5 commit | commitdiff | tree
2015年05月24日 Bruce Momjian Update typedef file in preparation for pgindent run commit | commitdiff | tree
2015年05月24日 Bruce Momjian Improve pgindent instructions regarding Perl backup... commit | commitdiff | tree
2015年05月23日 Tom Lane Add error check for lossy distance functions in index... commit | commitdiff | tree
2015年05月23日 Tom Lane Fix incorrect snprintf() limit. commit | commitdiff | tree
2015年05月23日 Tom Lane Still more fixes for lossy-GiST-distance-functions... commit | commitdiff | tree
2015年05月23日 Andres Freund Fix yet another bug in ON CONFLICT rule deparsing. commit | commitdiff | tree
2015年05月22日 Andres Freund Remove the new UPSERT command tag and use INSERT instead. commit | commitdiff | tree
2015年05月22日 Tom Lane Fix recently-introduced crash in array_contain_compare(). commit | commitdiff | tree
2015年05月22日 Andrew Dunstan Unpack jbvBinary objects passed to pushJsonbValue commit | commitdiff | tree
2015年05月22日 Fujii Masao Minor enhancement of readability of ALTER TABLE syntax... commit | commitdiff | tree
2015年05月22日 Heikki Linnakangas At promotion, don't leave behind a partial segment... commit | commitdiff | tree
2015年05月21日 Tom Lane More fixes for lossy-GiST-distance-functions patch. commit | commitdiff | tree
2015年05月21日 Tom Lane Improve packing/alignment annotation for ItemPointerData. commit | commitdiff | tree
2015年05月21日 Robert Haas Correct two mistakes in the ALTER FOREIGN TABLE referen... commit | commitdiff | tree
2015年05月21日 Fujii Masao Correct the names of pgstattuple_approx output columns... commit | commitdiff | tree
2015年05月21日 Fujii Masao Make recovery_target_action = pause work. commit | commitdiff | tree
2015年05月20日 Tom Lane Another typo fix. commit | commitdiff | tree
2015年05月20日 Heikki Linnakangas Fix more typos in comments. commit | commitdiff | tree
2015年05月20日 Heikki Linnakangas Collection of typo fixes. commit | commitdiff | tree
2015年05月19日 Simon Riggs Fix spelling in comment commit | commitdiff | tree
2015年05月19日 Tom Lane Last-minute updates for release notes. commit | commitdiff | tree
2015年05月19日 Tom Lane Revert error-throwing wrappers for the printf family... commit | commitdiff | tree
2015年05月19日 Andres Freund Various fixes around ON CONFLICT for rule deparsing. commit | commitdiff | tree
2015年05月19日 Andres Freund Refactor ON CONFLICT index inference parse tree represe... commit | commitdiff | tree
2015年05月19日 Heikki Linnakangas Fix off-by-one error in Assertion. commit | commitdiff | tree
2015年05月19日 Tom Lane Avoid collation dependence in indexes of system catalogs. commit | commitdiff | tree
2015年05月19日 Tom Lane Revert "Change pg_seclabel.provider and pg_shseclabel... commit | commitdiff | tree
2015年05月19日 Peter Eisentraut Message string improvements commit | commitdiff | tree
2015年05月19日 Peter Eisentraut Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM commit | commitdiff | tree
2015年05月19日 Tom Lane Change pg_seclabel.provider and pg_shseclabel.provider... commit | commitdiff | tree
2015年05月18日 Andres Freund Attach ON CONFLICT SET ... WHERE to the correct planstate. commit | commitdiff | tree
2015年05月18日 Tom Lane Put back a backwards-compatible version of sampling... commit | commitdiff | tree
2015年05月18日 Tom Lane Recognize "REGRESS_OPTS += ..." syntax in MSVC build... commit | commitdiff | tree
2015年05月18日 Robert Haas Fix error message in pre_sync_fname. commit | commitdiff | tree
2015年05月18日 Tom Lane Last-minute updates for release notes. commit | commitdiff | tree
2015年05月18日 Noah Misch pgcrypto: Report errant decryption as "Wrong key or... commit | commitdiff | tree
2015年05月18日 Noah Misch Check return values of sensitive system library calls. commit | commitdiff | tree
2015年05月18日 Noah Misch Add error-throwing wrappers for the printf family of... commit | commitdiff | tree
2015年05月18日 Noah Misch Permit use of vsprintf() in PostgreSQL code. commit | commitdiff | tree
2015年05月18日 Noah Misch Prevent a double free by not reentering be_tls_close(). commit | commitdiff | tree
2015年05月18日 Heikki Linnakangas Fix typo in comment. commit | commitdiff | tree
2015年05月18日 Heikki Linnakangas Put back stats-collector restarting code, removed accid... commit | commitdiff | tree
2015年05月18日 Fujii Masao Don't classify REINDEX command as DDL in the pg_audit... commit | commitdiff | tree
2015年05月18日 Peter Eisentraut Add new files to nls.mk commit | commitdiff | tree
2015年05月18日 Tom Lane Fix failure to copy IndexScan.indexorderbyops in copyfu... commit | commitdiff | tree
2015年05月18日 Tom Lane Use += not = to set makefile variables after including... commit | commitdiff | tree
2015年05月17日 Tom Lane Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. commit | commitdiff | tree
2015年05月17日 Magnus Hagander Fix wording error caused by recent typo fixes commit | commitdiff | tree
2015年05月17日 Stephen Frost pg_audit Makefile, REINDEX changes commit | commitdiff | tree
2015年05月17日 Magnus Hagander Fix typos in comments commit | commitdiff | tree
2015年05月17日 Magnus Hagander Minor docs fixes for pg_audit commit | commitdiff | tree
2015年05月17日 Peter Eisentraut hstore_plpython: Fix regression tests under Python 3 commit | commitdiff | tree
2015年05月17日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2015年05月16日 Tom Lane First-draft release notes for 9.4.2 et al. commit | commitdiff | tree
2015年05月16日 Bruce Momjian pg_upgrade: no need to check for matching float8_pass_... commit | commitdiff | tree
2015年05月16日 Tom Lane Fix docs typo commit | commitdiff | tree
2015年05月16日 Tom Lane More portability fixing for bipartite_match.c. commit | commitdiff | tree
2015年05月16日 Bruce Momjian pg_upgrade: force timeline 1 in the new cluster commit | commitdiff | tree
2015年05月16日 Bruce Momjian pg_upgrade: only allow template0 to be non-connectable commit | commitdiff | tree
2015年05月16日 Tom Lane Avoid direct use of INFINITY. commit | commitdiff | tree
2015年05月16日 Simon Riggs Add docs for tablesample system_time() commit | commitdiff | tree
2015年05月16日 Andres Freund Support GROUPING SETS, CUBE and ROLLUP. commit | commitdiff | tree
2015年05月16日 Simon Riggs Add docs for tablesample system_rows() commit | commitdiff | tree
2015年05月15日 Tom Lane Update time zone data files to tzdata release 2015d. commit | commitdiff | tree
2015年05月15日 Alvaro Herrera Add BRIN infrastructure for "inclusion" opclasses commit | commitdiff | tree
2015年05月15日 Tom Lane Improve test for CONVERT() with GB18030 <-> UTF8. commit | commitdiff | tree
2015年05月15日 Alvaro Herrera Move strategy numbers to include/access/stratnum.h commit | commitdiff | tree
2015年05月15日 Simon Riggs SQLStandard feature T613 Sampling now Supported commit | commitdiff | tree
2015年05月15日 Tom Lane Fix uninitialized variable. commit | commitdiff | tree
2015年05月15日 Simon Riggs Tablesample method API docs commit | commitdiff | tree
2015年05月15日 Simon Riggs Add to contrib/Makefile commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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