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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2010年08月16日 Robert Haas Make LockDatabaseObject() AcceptInvalidationMessages(). commit | commitdiff | tree
2010年08月16日 Tom Lane Fix psql's copy of utf2ucs() to match the backend's... commit | commitdiff | tree
2010年08月15日 Tom Lane Assorted improvements to backup/restore documentation... commit | commitdiff | tree
2010年08月15日 Tom Lane Clarify bit numbering in get_bit/set_bit etc. Per... commit | commitdiff | tree
2010年08月15日 Tom Lane Improve pgarchivecleanup documentation, per comments... commit | commitdiff | tree
2010年08月15日 Tom Lane Avoid unnecessary use of TPS acronym. commit | commitdiff | tree
2010年08月15日 Robert Haas Add link and additional index reference to pgcrypto. commit | commitdiff | tree
2010年08月14日 Tom Lane Fix planner to make a reasonable assumption about the... commit | commitdiff | tree
2010年08月14日 Tom Lane Fix \ef and \sf to not fail on functions with nonnull... commit | commitdiff | tree
2010年08月14日 Tom Lane Add a \sf (show function) command to psql, for those... commit | commitdiff | tree
2010年08月14日 Tom Lane MyBackendId now needs to be PGDLLIMPORT, so that contri... commit | commitdiff | tree
2010年08月14日 Robert Haas Further dtrace adjustments for the backend-IDs-in-relpa... commit | commitdiff | tree
2010年08月13日 Robert Haas Fix assorted dtrace breakage caused by patch to include... commit | commitdiff | tree
2010年08月13日 Tom Lane Clean up failure to use ClosePager() where appropriate... commit | commitdiff | tree
2010年08月13日 Robert Haas Include the backend ID in the relpath of temporary... commit | commitdiff | tree
2010年08月13日 Tom Lane Minor #include cleanup. commit | commitdiff | tree
2010年08月13日 Tom Lane Add xml_is_well_formed, xml_is_well_formed_document... commit | commitdiff | tree
2010年08月13日 Tom Lane Fix Assert failure in PushOverrideSearchPath when tryin... commit | commitdiff | tree
2010年08月13日 Robert Haas Make RecordTransactionCommit() respect wal_level. commit | commitdiff | tree
2010年08月13日 Tom Lane Fix pg_restore to complain if any arguments remain... commit | commitdiff | tree
2010年08月13日 Robert Haas Reorder docs on lexical structure slightly for clarity. commit | commitdiff | tree
2010年08月12日 Robert Haas Correct sundry errors in Hot Standby-related comments. commit | commitdiff | tree
2010年08月12日 Tom Lane Get rid of a bunch of dubious error handling code in... commit | commitdiff | tree
2010年08月12日 Tom Lane Add the ability to compute per-statement latencies... commit | commitdiff | tree
2010年08月12日 Bruce Momjian Back out syntax case changes --- seems they were intent... commit | commitdiff | tree
2010年08月12日 Tom Lane Extend psql's \e and \ef commands so that a line number... commit | commitdiff | tree
2010年08月11日 Bruce Momjian Properly lowercase identifiers, uppercase keywords... commit | commitdiff | tree
2010年08月11日 Heikki Linnakangas The sanity check added to array_recv() wa a bit too... commit | commitdiff | tree
2010年08月11日 Robert Haas Fix one more incorrect errno definition in the ECPG... commit | commitdiff | tree
2010年08月11日 Robert Haas Fix incorrect errno definitions in ECPG manual. commit | commitdiff | tree
2010年08月10日 Tom Lane Remove the arbitrary (and undocumented) limit on the... commit | commitdiff | tree
2010年08月10日 Tom Lane Add three-parameter forms of array_to_string and string... commit | commitdiff | tree
2010年08月10日 Peter Eisentraut Add some links to tables commit | commitdiff | tree
2010年08月10日 Peter Eisentraut <example> is a floating element, so it's use is inappro... commit | commitdiff | tree
2010年08月10日 Robert Haas Use double quotes rather than double quotes for libpq... commit | commitdiff | tree
2010年08月09日 Tom Lane Fix incorrect logic in plpgsql for cleanup after evalua... commit | commitdiff | tree
2010年08月09日 Robert Haas Provide stable target anchors for libpq functions. commit | commitdiff | tree
2010年08月09日 Tom Lane Modify the handling of RAISE without parameters so... commit | commitdiff | tree
2010年08月08日 Tom Lane Add an xpath_exists() function. This is equivalent... commit | commitdiff | tree
2010年08月08日 Tom Lane Add stats functions and views to provide access to... commit | commitdiff | tree
2010年08月07日 Bruce Momjian Fix 9.0 release notes vacuum mention, not -> now commit | commitdiff | tree
2010年08月07日 Tom Lane Recognize functional dependency on primary keys. This... commit | commitdiff | tree
2010年08月06日 Peter Eisentraut Fix indexterm spelling commit | commitdiff | tree
2010年08月06日 Tom Lane Let's put that </link> in a sane place ... commit | commitdiff | tree
2010年08月06日 Tom Lane Fix inaccurate description of deferrable unique constra... commit | commitdiff | tree
2010年08月06日 Robert Haas Rearrange "big features" section of the release notes. commit | commitdiff | tree
2010年08月06日 Tom Lane Add a comment about the initial default value of max_st... commit | commitdiff | tree
2010年08月06日 Robert Haas Fix incorrect pathname in comment. commit | commitdiff | tree
2010年08月05日 Tom Lane Add a very specific hint for the case that we're unable... commit | commitdiff | tree
2010年08月05日 Peter Eisentraut Document which Python environment variables affect... commit | commitdiff | tree
2010年08月05日 Tom Lane Remove the single-argument form of string_agg(). It... commit | commitdiff | tree
2010年08月05日 Robert Haas Standardize get_whatever_oid functions for other object... commit | commitdiff | tree
2010年08月05日 Robert Haas Standardize get_whatever_oid functions for object types... commit | commitdiff | tree
2010年08月05日 Peter Eisentraut Add xmlexists function commit | commitdiff | tree
2010年08月04日 Robert Haas Fix declared argument name for numeric_maximum_size. commit | commitdiff | tree
2010年08月04日 Robert Haas Fix numeric_maximum_size() calculation. commit | commitdiff | tree
2010年08月04日 Tom Lane Fix sloppy mistakes in documentation of PQescapeLiteral... commit | commitdiff | tree
2010年08月04日 Tom Lane Add an example to clarify the use of ORDER BY in multip... commit | commitdiff | tree
2010年08月03日 Robert Haas Allow numeric to use a more compact, 2-byte header... commit | commitdiff | tree
2010年08月03日 Tom Lane Replace the naive HYPOT() macro with a standards-confor... commit | commitdiff | tree
2010年08月03日 Robert Haas Regression tests for new btree_gist "not equals" support. commit | commitdiff | tree
2010年08月03日 Tom Lane Code review for --quote-all-identifiers patch: add... commit | commitdiff | tree
2010年08月03日 Tom Lane Fix mangled grammar. commit | commitdiff | tree
2010年08月03日 Tom Lane Kibitzing on \conninfo patch: adjust the order of field... commit | commitdiff | tree
2010年08月03日 Bruce Momjian Add EXPLAIN documentation example. commit | commitdiff | tree
2010年08月03日 Tom Lane Add some comments to tinterval_cmp_internal pointing... commit | commitdiff | tree
2010年08月03日 Robert Haas Fix inheritance count tracking in ALTER TABLE .. ADD... commit | commitdiff | tree
2010年08月03日 Tom Lane Fix markup, other minor editing for recent btree_gist... commit | commitdiff | tree
2010年08月03日 Tom Lane Be a little more careful with the shift computations... commit | commitdiff | tree
2010年08月03日 Tom Lane Fix core dump in QTNodeCompare when tsquery_cmp() is... commit | commitdiff | tree
2010年08月02日 Robert Haas Teach levenshtein() about multi-byte characters. commit | commitdiff | tree
2010年08月02日 Robert Haas Add btree_gist support for searching on "not equals". commit | commitdiff | tree
2010年08月02日 Tom Lane Don't try to force use of -no-cpp-precomp on OS X.... commit | commitdiff | tree
2010年08月02日 Robert Haas Remove ancient PL/pgsql line numbering hack. commit | commitdiff | tree
2010年08月02日 Tom Lane Tweak a couple of macros in the regex code to suppress... commit | commitdiff | tree
2010年08月02日 Tom Lane Fix an ancient typo that prevented the detection of... commit | commitdiff | tree
2010年08月01日 Tom Lane Fix ANALYZE's ancient deficiency of not trying to colle... commit | commitdiff | tree
2010年08月01日 Tom Lane Add some knowledge about prefix matches to tsmatchsel... commit | commitdiff | tree
2010年08月01日 Tom Lane Fix an additional set of problems in GIN's handling... commit | commitdiff | tree
2010年08月01日 Tom Lane Rewrite the rbtree routines so that an RBNode is the... commit | commitdiff | tree
2010年08月01日 Robert Haas Make psql distinguish between unique indices and unique... commit | commitdiff | tree
2010年07月31日 Tom Lane Tweak tsmatchsel() so that it examines the structure... commit | commitdiff | tree
2010年07月31日 Tom Lane Rewrite the key-combination logic in GIN's keyGetItem... commit | commitdiff | tree
2010年07月30日 Robert Haas Make details of the Numeric representation private... commit | commitdiff | tree
2010年07月29日 Tom Lane Improved version of patch to protect pg_get_expr()... commit | commitdiff | tree
2010年07月29日 Simon Riggs Rename asyncCommitLSN to asyncXactLSN to reflect change... commit | commitdiff | tree
2010年07月29日 Tom Lane Update release notes for 9.0 beta 4. Back-patch some... commit | commitdiff | tree
2010年07月29日 Robert Haas Avoid using text_to_cstring() in levenshtein functions. commit | commitdiff | tree
2010年07月29日 Tom Lane Clean up some inconsistencies in the volatility marking... commit | commitdiff | tree
2010年07月29日 Peter Eisentraut Fix indentation of verbatim block elements commit | commitdiff | tree
2010年07月29日 Tom Lane Fix another longstanding problem in copy_relation_data... commit | commitdiff | tree
2010年07月29日 Tom Lane Work around a documentation toolchain problem by replac... commit | commitdiff | tree
2010年07月29日 Robert Haas Fix possible page corruption by ALTER TABLE .. SET... commit | commitdiff | tree
2010年07月29日 Simon Riggs Add explicit regression tests for ALTER TABLE lock... commit | commitdiff | tree
2010年07月28日 Peter Eisentraut Remove wildly obsolete type attribute externallength... commit | commitdiff | tree
2010年07月28日 Tom Lane Fix oversight in new EvalPlanQual logic: the second... commit | commitdiff | tree
2010年07月28日 Simon Riggs Reduce lock levels of CREATE TRIGGER and some ALTER... commit | commitdiff | tree
2010年07月28日 Tom Lane Fix potential failure when hashing the output of a... commit | commitdiff | tree
2010年07月28日 Peter Eisentraut Show psql timing output even in quiet mode commit | commitdiff | tree
2010年07月27日 Robert Haas Add ssl_cipher() and ssl_version() functions to contrib... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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