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年04月27日 Tom Lane Fix array- and path-creating functions to ensure paddin... commit | commitdiff | tree
2011年04月27日 Andrew Dunstan Revert "Remove hard coded formats for INT64 and use... commit | commitdiff | tree
2011年04月27日 Andrew Dunstan Remove hard coded formats for INT64 and use configured... commit | commitdiff | tree
2011年04月27日 Andrew Dunstan Force use of "%I64d" format for 64 bit ints on MinGW. commit | commitdiff | tree
2011年04月27日 Andrew Dunstan Use an explicit format string to keep the compiler... commit | commitdiff | tree
2011年04月27日 Bruce Momjian Doc wording improvement for NUMERIC limit paragraph. commit | commitdiff | tree
2011年04月27日 Bruce Momjian Reword documentation for NUMERIC with no specified... commit | commitdiff | tree
2011年04月26日 Tom Lane Rephrase some not-supported error messages in pg_hba... commit | commitdiff | tree
2011年04月26日 Tom Lane Complain if pg_hba.conf contains "hostssl" but SSL... commit | commitdiff | tree
2011年04月26日 Bruce Momjian Clarify that a non-specified precision NUMERIC has... commit | commitdiff | tree
2011年04月26日 Bruce Momjian Now that pg_upgrade uses -w in pg_ctl, remove loop... commit | commitdiff | tree
2011年04月26日 Bruce Momjian In pg_upgrade, avoid one start/stop of the postmaster... commit | commitdiff | tree
2011年04月26日 Tom Lane Remove incorrect HINT for use of ALTER FOREIGN TABLE... commit | commitdiff | tree
2011年04月25日 Robert Haas Refactor broken CREATE TABLE IF NOT EXISTS support. commit | commitdiff | tree
2011年04月25日 Robert Haas Remove partial and undocumented GRANT .. FOREIGN TABLE... commit | commitdiff | tree
2011年04月25日 Tom Lane Fix pg_size_pretty() to avoid overflow for inputs close... commit | commitdiff | tree
2011年04月25日 Peter Eisentraut Support "make check" in contrib commit | commitdiff | tree
2011年04月25日 Andrew Dunstan Use terse mode to avoid variable order dependency outpu... commit | commitdiff | tree
2011年04月25日 Andrew Dunstan Assorted minor changes to silence Windows compiler... commit | commitdiff | tree
2011年04月25日 Andrew Dunstan Prevent perl header overriding our *snprintf macros... commit | commitdiff | tree
2011年04月25日 Andrew Dunstan Give getopt() a prototype and modern style arg specs. commit | commitdiff | tree
2011年04月25日 Bruce Momjian Add postmaster/postgres undocumented -b option for... commit | commitdiff | tree
2011年04月25日 Robert Haas Add fast paths for cases when no serializable transacti... commit | commitdiff | tree
2011年04月25日 Robert Haas Regression tests for TOAST. commit | commitdiff | tree
2011年04月25日 Robert Haas Fix SSI-related assertion failure. commit | commitdiff | tree
2011年04月25日 Andrew Dunstan Adjust yywrap macro for non-reentrant scanners for... commit | commitdiff | tree
2011年04月25日 Michael Meskes In libecpg do not set an sqlda field that is 'reserved... commit | commitdiff | tree
2011年04月24日 Peter Eisentraut Normalize whitespace in the arguments of <indexterm> commit | commitdiff | tree
2011年04月24日 Tom Lane Improve cost estimation for aggregates and window funct... commit | commitdiff | tree
2011年04月24日 Bruce Momjian In pg_upgrade, only compile copy_file() on non-Win32... commit | commitdiff | tree
2011年04月23日 Tom Lane Improve findoidjoins to cover more cases. commit | commitdiff | tree
2011年04月23日 Andrew Dunstan Silence a few compiler warnings from gcc on MinGW. commit | commitdiff | tree
2011年04月23日 Tom Lane Update oidjoins regression test for 9.1 catalog schema... commit | commitdiff | tree
2011年04月23日 Tom Lane Hash indexes had better pass the index collation to... commit | commitdiff | tree
2011年04月23日 Tom Lane Adjust comments about collate.linux.utf8 regression... commit | commitdiff | tree
2011年04月23日 Tom Lane Fix char2wchar/wchar2char to support collations properly. commit | commitdiff | tree
2011年04月23日 Tom Lane Fix contrib/btree_gist to handle collations properly. commit | commitdiff | tree
2011年04月23日 Tom Lane Make GIN and GIST pass the index collation to all their... commit | commitdiff | tree
2011年04月22日 Tom Lane De-kludge contrib/btree_gin for collations. commit | commitdiff | tree
2011年04月22日 Peter Eisentraut Small update to emacs example configuration commit | commitdiff | tree
2011年04月22日 Peter Eisentraut Add fill-column setting to emacs example configurations commit | commitdiff | tree
2011年04月22日 Tom Lane Make a code-cleanup pass over the collations patch. commit | commitdiff | tree
2011年04月22日 Bruce Momjian Improve doc wording for SQL syntax of LIMIT/OFFSET. commit | commitdiff | tree
2011年04月21日 Tom Lane Avoid possible divide-by-zero in gincostestimate. commit | commitdiff | tree
2011年04月21日 Robert Haas Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse... commit | commitdiff | tree
2011年04月21日 Robert Haas Fix use of incorrect constant RemoveRoleFromObjectACL. commit | commitdiff | tree
2011年04月21日 Robert Haas Typo fix. commit | commitdiff | tree
2011年04月21日 Robert Haas Allow ALTER TABLE name {OF type | NOT OF}. commit | commitdiff | tree
2011年04月21日 Tom Lane Fix bugs in indexing of in-doubt HOT-updated tuples. commit | commitdiff | tree
2011年04月20日 Tom Lane Set indcheckxmin true when REINDEX fixes an invalid... commit | commitdiff | tree
2011年04月20日 Tom Lane Make plan_cluster_use_sort cope with no IndexOptInfo... commit | commitdiff | tree
2011年04月20日 Peter Eisentraut Fix PL/Python traceback for error in separate file commit | commitdiff | tree
2011年04月20日 Bruce Momjian Pg_upgrade C comment addition. commit | commitdiff | tree
2011年04月20日 Heikki Linnakangas Quotes in strings injected into bki file need to escape... commit | commitdiff | tree
2011年04月20日 Bruce Momjian Throw error for mismatched pg_upgrade clusters commit | commitdiff | tree
2011年04月19日 Bruce Momjian Add C comment commit | commitdiff | tree
2011年04月19日 Tom Lane Avoid changing an index's indcheckxmin horizon during... commit | commitdiff | tree
2011年04月19日 Tom Lane Revert "Prevent incorrect updates of pg_index while... commit | commitdiff | tree
2011年04月19日 Peter Eisentraut Refix the unaccent regression test on MSVC properly commit | commitdiff | tree
2011年04月19日 Peter Eisentraut Treat config.pl as optional in vcregress.pl commit | commitdiff | tree
2011年04月19日 Peter Eisentraut Fix typo commit | commitdiff | tree
2011年04月19日 Peter Eisentraut Add gitignore entries for Windows MSVC builds commit | commitdiff | tree
2011年04月19日 Peter Eisentraut Avoid unused variable warnings for certain configurations commit | commitdiff | tree
2011年04月19日 Tom Lane Refrain from canonicalizing a client_encoding setting... commit | commitdiff | tree
2011年04月19日 Andrew Dunstan Silence compiler warning about casting HANDLE to long... commit | commitdiff | tree
2011年04月19日 Heikki Linnakangas Silence compiler warning about unused variable on Windows. commit | commitdiff | tree
2011年04月18日 Tom Lane Fix handling of collations in multi-row VALUES constructs. commit | commitdiff | tree
2011年04月18日 Robert Haas Only allow typed tables to hang off composite types... commit | commitdiff | tree
2011年04月18日 Andrew Dunstan Attempt to remedy buildfarm breakage caused by commit... commit | commitdiff | tree
2011年04月18日 Robert Haas recoveryStopsHere() must check the resource manager ID. commit | commitdiff | tree
2011年04月17日 Tom Lane Fix assorted infelicities in collation handling in... commit | commitdiff | tree
2011年04月17日 Tom Lane Document COLLATE option in CREATE TYPE reference page. commit | commitdiff | tree
2011年04月17日 Tom Lane Fix pg_dump to handle collations applied to columns... commit | commitdiff | tree
2011年04月17日 Tom Lane Add check for matching column collations in ALTER TABLE... commit | commitdiff | tree
2011年04月17日 Tom Lane Support a COLLATE clause in plpgsql variable declarations. commit | commitdiff | tree
2011年04月17日 Tom Lane foreach() and list_delete() don't mix. commit | commitdiff | tree
2011年04月16日 Tom Lane Add an Assert that indexam.c isn't used on an index... commit | commitdiff | tree
2011年04月16日 Tom Lane Simplify reindex_relation's API. commit | commitdiff | tree
2011年04月16日 Tom Lane Clean up collation processing in prepunion.c. commit | commitdiff | tree
2011年04月16日 Peter Eisentraut Set client encoding explicitly in plpython_unicode... commit | commitdiff | tree
2011年04月16日 Tom Lane Prevent incorrect updates of pg_index while reindexing... commit | commitdiff | tree
2011年04月15日 Tom Lane Suppress unused-function warning on non-WIN32 builds. commit | commitdiff | tree
2011年04月15日 Tom Lane Guard against incoming rowcount estimate of NaN in... commit | commitdiff | tree
2011年04月15日 Heikki Linnakangas setlocale() on Windows doesn't work correctly if the... commit | commitdiff | tree
2011年04月15日 Heikki Linnakangas On Windows, if the encoding implied by locale is not... commit | commitdiff | tree
2011年04月15日 Magnus Hagander Note that Bison on GnuWin32 has trouble with paths... commit | commitdiff | tree
2011年04月15日 Magnus Hagander Specify which versions of the Platform SDK are supported commit | commitdiff | tree
2011年04月15日 Heikki Linnakangas Reduce the initial size of local lock hash to 16 entries. commit | commitdiff | tree
2011年04月15日 Peter Eisentraut Rename pg_regress option --multibyte to --encoding commit | commitdiff | tree
2011年04月14日 Tom Lane Update release notes for releases 9.0.4, 8.4.8, 8.3... commit | commitdiff | tree
2011年04月14日 Robert Haas Advise Debian/Ubuntu users to use openjade1.3. commit | commitdiff | tree
2011年04月14日 Robert Haas Remove obsolete comment. commit | commitdiff | tree
2011年04月14日 Robert Haas Fix toast table creation. commit | commitdiff | tree
2011年04月13日 Tom Lane Ensure mark_dummy_rel doesn't create dangling pointers... commit | commitdiff | tree
2011年04月13日 Tom Lane Update time zone data files to tzdata release 2011f. commit | commitdiff | tree
2011年04月13日 Robert Haas Avoid incorrectly granting replication to roles created... commit | commitdiff | tree
2011年04月13日 Heikki Linnakangas On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are... commit | commitdiff | tree
2011年04月13日 Heikki Linnakangas Revert the patch to check if we've reached end-of-backu... commit | commitdiff | tree
2011年04月13日 Heikki Linnakangas On IA64 architecture, we check the depth of the registe... commit | commitdiff | tree
2011年04月13日 Tom Lane Add some useful cross-references to the CREATE EXTENSIO... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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