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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2011年01月05日 Bruce Momjian In pg_upgrade, copy pg_largeobject_metadata and its... commit | commitdiff | tree
2011年01月05日 Bruce Momjian In pg_upgrade, fix backward logging display of link... commit | commitdiff | tree
2010年12月29日 Tom Lane Improve pg_upgrade's checks for required executables. commit | commitdiff | tree
2010年12月29日 Tom Lane Avoid unexpected conversion overflow in planner for... commit | commitdiff | tree
2010年12月25日 Robert Haas Correct spelling: longjump() -> longjmp(). commit | commitdiff | tree
2010年12月24日 Peter Eisentraut Fix grammar commit | commitdiff | tree
2010年12月24日 Andrew Dunstan Allow vpath builds and regression tests to succeed... commit | commitdiff | tree
2010年12月24日 Bruce Momjian Backpatch to 9.0 a doc mention that a BBU does not... commit | commitdiff | tree
2010年12月19日 Tom Lane Fix up handling of simple-form CASE with constant test... commit | commitdiff | tree
2010年12月19日 Tom Lane Fix erroneous parsing of tsquery input "... & !(subexpr... commit | commitdiff | tree
2010年12月18日 Magnus Hagander Document unavailable parameters in some configurations commit | commitdiff | tree
2010年12月16日 Tom Lane Remove optreset from src/port/ implementations of getop... commit | commitdiff | tree
2010年12月16日 Tom Lane Fix up getopt() reset management so it works on recent... commit | commitdiff | tree
2010年12月16日 Tom Lane Fix contrib/seg's GiST picksplit method. commit | commitdiff | tree
2010年12月14日 Marc G. Fournier Tag 9.0.2. REL9_0_2 commit | commitdiff | tree
2010年12月14日 Tom Lane Update release notes for releases 9.0.2, 8.4.6, 8.3... commit | commitdiff | tree
2010年12月13日 Peter Eisentraut Translation updates for release 9.0.2 commit | commitdiff | tree
2010年12月13日 Tom Lane Update time zone data files to tzdata release 2010o... commit | commitdiff | tree
2010年12月10日 Tom Lane Fix efficiency problems in tuplestore_trim(). commit | commitdiff | tree
2010年12月10日 Simon Riggs Reduce spurious Hot Standby conflicts from never-visibl... commit | commitdiff | tree
2010年12月09日 Tom Lane Eliminate O(N^2) behavior in parallel restore with... commit | commitdiff | tree
2010年12月09日 Tom Lane Force default wal_sync_method to be fdatasync on Linux. commit | commitdiff | tree
2010年12月07日 Heikki Linnakangas Fix bugs in the hot standby known-assigned-xids trackin... commit | commitdiff | tree
2010年12月07日 Tom Lane Add a stack overflow check to copyObject(). commit | commitdiff | tree
2010年12月06日 Heikki Linnakangas Fix two typos, by Fujii Masao. commit | commitdiff | tree
2010年12月01日 Tom Lane Prevent inlining a SQL function with multiple OUT param... commit | commitdiff | tree
2010年11月29日 Simon Riggs Move call to GetTopTransactionId() earlier in LockAcqui... commit | commitdiff | tree
2010年11月26日 Tom Lane Fix significant memory leak in contrib/xml2 functions. commit | commitdiff | tree
2010年11月25日 Itagaki Takahiro Don't raise "identifier will be truncated" messages... commit | commitdiff | tree
2010年11月20日 Tom Lane Fix leakage of cost_limit when multiple autovacuum... commit | commitdiff | tree
2010年11月18日 Tom Lane Improve plpgsql's error reporting for no-such-column... commit | commitdiff | tree
2010年11月16日 Magnus Hagander Send paramHandle to subprocesses as 64-bit on Win64 commit | commitdiff | tree
2010年11月16日 Heikki Linnakangas The GiST scan algorithm uses LSNs to detect concurrent... commit | commitdiff | tree
2010年11月15日 Tom Lane Fix aboriginal mistake in plpython's set-returning... commit | commitdiff | tree
2010年11月15日 Simon Riggs Avoid spurious Hot Standby conflicts from btree delete... commit | commitdiff | tree
2010年11月15日 Robert Haas Fix bug in cube picksplit algorithm. commit | commitdiff | tree
2010年11月14日 Tom Lane Fix canAcceptConnections() bugs introduced by replicati... commit | commitdiff | tree
2010年11月13日 Tom Lane Add missing outfuncs.c support for struct InhRelation. commit | commitdiff | tree
2010年11月12日 Tom Lane Fix old oversight in const-simplification of COALESCE... commit | commitdiff | tree
2010年11月12日 Peter Eisentraut docs -> documentation commit | commitdiff | tree
2010年11月12日 Heikki Linnakangas Add missing support for removing foreign data wrapper... commit | commitdiff | tree
2010年11月11日 Heikki Linnakangas Fix bug introduced by the recent patch to check that... commit | commitdiff | tree
2010年11月10日 Tom Lane Fix line_construct_pm() for the case of "infinite"... commit | commitdiff | tree
2010年11月10日 Bruce Momjian Mention that pg_upgrade requires compatible 32/64-bit... commit | commitdiff | tree
2010年11月10日 Itagaki Takahiro Don't use __declspec (dllimport) for PGDLLEXPORT to... commit | commitdiff | tree
2010年11月09日 Tom Lane Repair memory leakage while ANALYZE-ing complex index... commit | commitdiff | tree
2010年11月09日 Heikki Linnakangas In rewriteheap.c (used by VACUUM FULL and CLUSTER)... commit | commitdiff | tree
2010年11月09日 Alvaro Herrera plpython has plpy.Error instead of plpy.ERROR commit | commitdiff | tree
2010年11月09日 Tom Lane Fix error handling in temp-file deletion with log_temp_... commit | commitdiff | tree
2010年11月08日 Alvaro Herrera Fix permanent memory leak in autovacuum launcher commit | commitdiff | tree
2010年11月07日 Tom Lane Add support for detecting register-stack overrun on... commit | commitdiff | tree
2010年11月03日 Tom Lane Reduce recursion depth in recently-added regression... commit | commitdiff | tree
2010年11月02日 Tom Lane Fix adjust_semi_join to be more cautious about clausele... commit | commitdiff | tree
2010年11月02日 Tom Lane Fix buffer overrun in pg_upgrade. commit | commitdiff | tree
2010年11月02日 Tom Lane Ensure an index that uses a whole-row Var still depends... commit | commitdiff | tree
2010年11月02日 Heikki Linnakangas Bootstrap WAL to begin at segment logid=0 logseg=1... commit | commitdiff | tree
2010年11月01日 Heikki Linnakangas Fix corner-case bug in tracking of latest removed WAL... commit | commitdiff | tree
2010年10月28日 Tom Lane Fix plpgsql's handling of "simple" expression evaluation. commit | commitdiff | tree
2010年10月27日 Heikki Linnakangas Fix long-standing segfault when accept() or one of... commit | commitdiff | tree
2010年10月27日 Tom Lane Fix up some oversights in psql's Unicode-escape support. commit | commitdiff | tree
2010年10月26日 Heikki Linnakangas Note explicitly that hash indexes are also not replicat... commit | commitdiff | tree
2010年10月26日 Heikki Linnakangas Before removing backup_label and irrevocably changing... commit | commitdiff | tree
2010年10月25日 Tom Lane Fix inline_set_returning_function() to preserve the... commit | commitdiff | tree
2010年10月22日 Heikki Linnakangas Add semicolon, missed in previous patch. And update... commit | commitdiff | tree
2010年10月22日 Heikki Linnakangas Make OFF keyword unreserved. It's not hard to imagine... commit | commitdiff | tree
2010年10月20日 Tom Lane Remove obsolete comment, per Josh Kupershmidt. commit | commitdiff | tree
2010年10月20日 Heikki Linnakangas If pk is NULL, the backend would segfault when accessin... commit | commitdiff | tree
2010年10月20日 Tom Lane Don't try to fetch database name when SetTransactionIdL... commit | commitdiff | tree
2010年10月20日 Tom Lane Fix ecpg test building process to not generate *.dSYM... commit | commitdiff | tree
2010年10月20日 Tom Lane Update storage.sgml to describe the 9.0 tablespace... commit | commitdiff | tree
2010年10月19日 Tom Lane Fix incorrect generation of whole-row variables in... commit | commitdiff | tree
2010年10月19日 Bruce Momjian Add removal of PG_VERSION to optional old cluster delet... commit | commitdiff | tree
2010年10月19日 Bruce Momjian Add mention of using tools/fsync to test fsync methods... commit | commitdiff | tree
2010年10月19日 Bruce Momjian In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for... commit | commitdiff | tree
2010年10月18日 Bruce Momjian Remove tab from SGML. commit | commitdiff | tree
2010年10月18日 Bruce Momjian Document the tablespace directory "should" be empty... commit | commitdiff | tree
2010年10月17日 Magnus Hagander Fix msvc build for localized versions of Visual C++ commit | commitdiff | tree
2010年10月15日 Magnus Hagander Fix low-risk potential denial of service against RADIUS... commit | commitdiff | tree
2010年10月15日 Simon Riggs Correct WAL space calculation formula in docs. commit | commitdiff | tree
2010年10月14日 Robert Haas Add pg_user_mappings to the table of system views. commit | commitdiff | tree
2010年10月14日 Simon Riggs Improvements to docs about pg_archive_cleanup and use... commit | commitdiff | tree
2010年10月14日 Peter Eisentraut Complete the documentation of the USAGE privilege for... commit | commitdiff | tree
2010年10月14日 Simon Riggs Fix bug in comment of timeline history file. commit | commitdiff | tree
2010年10月14日 Michael Meskes Applied patch by Itagaki Takahiro to fix incorrect... commit | commitdiff | tree
2010年10月13日 Peter Eisentraut Make title capitalization consistent with surroundings commit | commitdiff | tree
2010年10月12日 Tom Lane Fix plpython so that it again honors typmod while assig... commit | commitdiff | tree
2010年10月11日 Tom Lane Fix assorted bugs in GIN's WAL replay logic. commit | commitdiff | tree
2010年10月09日 Robert Haas Adjust EXPLAIN documentation, so that it's not unreason... commit | commitdiff | tree
2010年10月08日 Robert Haas Warn that views can be safely used to hide columns... commit | commitdiff | tree
2010年10月07日 Robert Haas Improve WAL reliability documentation, and add more... commit | commitdiff | tree
2010年10月05日 Simon Riggs Correct docs for behaviour of ALTER DATABASE .. RENAME... commit | commitdiff | tree
2010年10月05日 Tom Lane Undo some poorly-thought-out "proofreading improvements". commit | commitdiff | tree
2010年10月03日 Tom Lane Behave correctly if INSERT ... VALUES is decorated... commit | commitdiff | tree
2010年10月02日 Tom Lane Remove excess argument to open(2). commit | commitdiff | tree
2010年10月02日 Tom Lane Throw an appropriate error if ALTER COLUMN TYPE finds... commit | commitdiff | tree
2010年10月01日 Tom Lane Fix back-branch breakage from ill-advised last-minute... REL9_0_1 commit | commitdiff | tree
2010年10月01日 Marc G. Fournier Tag 9.0.1 commit | commitdiff | tree
2010年09月30日 Tom Lane Use a separate interpreter for each calling SQL userid... commit | commitdiff | tree
2010年09月30日 Robert Haas Adjust pg_archivecleanup docs to match message changes... commit | commitdiff | tree
2010年09月30日 Peter Eisentraut Translation updates for 9.0.1 commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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