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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2009年02月18日 Peter Eisentraut Message wordsmithing commit | commitdiff | tree
2009年02月17日 Bruce Momjian Add missing newline. commit | commitdiff | tree
2009年02月17日 Bruce Momjian Add pg_dump --binary-upgrade flag to be used by binary... commit | commitdiff | tree
2009年02月17日 Peter Eisentraut Add _() calls for the argument of plpgsql_yyerror(... commit | commitdiff | tree
2009年02月17日 Peter Eisentraut Add plpgsql_yyerror to gettext triggers commit | commitdiff | tree
2009年02月17日 Peter Eisentraut Mark 3rd argument of validate_tupdesc_compat() for... commit | commitdiff | tree
2009年02月17日 Peter Eisentraut Redefine _() to dgettext() instead of gettext() so... commit | commitdiff | tree
2009年02月17日 Peter Eisentraut Remove gettext trigger write_stderr(), which isn't... commit | commitdiff | tree
2009年02月16日 Bruce Momjian Wrap some long queries. commit | commitdiff | tree
2009年02月16日 Bruce Momjian Uppercase keywords in pg_dump.c commit | commitdiff | tree
2009年02月15日 Tom Lane Teach the planner to treat a partial unique index as... commit | commitdiff | tree
2009年02月15日 Tom Lane Minor wordsmithing. commit | commitdiff | tree
2009年02月15日 Magnus Hagander Loop calling CallNamedPipe() several times in case... commit | commitdiff | tree
2009年02月14日 Tom Lane A couple of marginal performance hacks for the informat... commit | commitdiff | tree
2009年02月13日 Tom Lane Fix UNLISTEN to fall out quickly if the current backend... commit | commitdiff | tree
2009年02月12日 Andrew Dunstan do not use unsetenv.c on mingw commit | commitdiff | tree
2009年02月12日 Peter Eisentraut The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbe... commit | commitdiff | tree
2009年02月12日 Peter Eisentraut Unset language-related locale settings in any case... commit | commitdiff | tree
2009年02月12日 Bruce Momjian Remove tabs from SGML. commit | commitdiff | tree
2009年02月12日 Magnus Hagander Don't call SetEnvironmentVariable() when removing an... commit | commitdiff | tree
2009年02月11日 Tom Lane Change ALTER TABLE SET WITHOUT OIDS to rewrite the... commit | commitdiff | tree
2009年02月11日 Tom Lane Tweak configure to attempt to add -qnoansialias to... commit | commitdiff | tree
2009年02月11日 Alvaro Herrera Improve psql \d+ to show TOAST reloptions too. Per... commit | commitdiff | tree
2009年02月11日 Peter Eisentraut Only unset the locale environment when --no-locale... commit | commitdiff | tree
2009年02月11日 Bruce Momjian Clarify PQinitSSL() documentation to mention what the... commit | commitdiff | tree
2009年02月10日 Peter Eisentraut Support for KOI8U encoding commit | commitdiff | tree
2009年02月10日 Peter Eisentraut Remove the encoding *numbers* from the comments. They... commit | commitdiff | tree
2009年02月10日 Peter Eisentraut Add possibility to generate only some files, by passing... commit | commitdiff | tree
2009年02月10日 Bruce Momjian Update wording of how to prevent pg_dump from affecting... commit | commitdiff | tree
2009年02月09日 Tom Lane Adopt Bob Jenkins' improved hash function for hash_any... commit | commitdiff | tree
2009年02月09日 Alvaro Herrera Update autovacuum to use reloptions instead of a system... commit | commitdiff | tree
2009年02月09日 Bruce Momjian Fix spelling error in docs. commit | commitdiff | tree
2009年02月08日 Tom Lane Ensure that INSERT ... SELECT into a table with OIDs... commit | commitdiff | tree
2009年02月07日 Bruce Momjian Document that LIMIT NULL is the same as no LIMIT clause. commit | commitdiff | tree
2009年02月07日 Bruce Momjian Remove documentation mention that hash indexes perform... commit | commitdiff | tree
2009年02月07日 Bruce Momjian Uppercase CHECK mention in relchecks documentation... commit | commitdiff | tree
2009年02月07日 Bruce Momjian ecpg requires libpq; add Makefile rules to require... commit | commitdiff | tree
2009年02月07日 Bruce Momjian Properly wrap new pg_dump doc text. commit | commitdiff | tree
2009年02月07日 Bruce Momjian Update pg_constraint.conkey documentation description. commit | commitdiff | tree
2009年02月07日 Bruce Momjian Document disabling the statistics collector pg_dump... commit | commitdiff | tree
2009年02月07日 Bruce Momjian Fix to_timestamp() to not require upper/lower case... commit | commitdiff | tree
2009年02月07日 Heikki Linnakangas Fix obsolete comment. Zdenek Kotala commit | commitdiff | tree
2009年02月07日 Peter Eisentraut Set column privileges to supported commit | commitdiff | tree
2009年02月06日 Tom Lane Fix cost_mergejoin's failure to adjust for rescanning... commit | commitdiff | tree
2009年02月06日 Tom Lane Ooops, forgot to update COPY reference page to mention... commit | commitdiff | tree
2009年02月06日 Tom Lane Clean up some loose ends from the column privileges... commit | commitdiff | tree
2009年02月06日 Bruce Momjian Fix typo in docs. commit | commitdiff | tree
2009年02月06日 Bruce Momjian Document ways to avoid libpq WSACleanup() overhead... commit | commitdiff | tree
2009年02月05日 Bruce Momjian Add PL/PgSQL FOUND and GET DIAGNOSTICS support for... commit | commitdiff | tree
2009年02月05日 Michael Meskes Mixing long and int entries of a union only works on... commit | commitdiff | tree
2009年02月05日 Tom Lane Fix an old corner-case error in match_unsorted_outer... commit | commitdiff | tree
2009年02月04日 Alvaro Herrera Fix some SGML-compiler warnings on -wxml mode. commit | commitdiff | tree
2009年02月04日 Bruce Momjian Update read committed documentation to better explain... commit | commitdiff | tree
2009年02月04日 Michael Meskes Added result checks for calls to gmtime(). commit | commitdiff | tree
2009年02月03日 Michael Meskes Argh, wrong line copied again. commit | commitdiff | tree
2009年02月03日 Michael Meskes Fixed copy&paste mistake that made library use uninitia... commit | commitdiff | tree
2009年02月03日 Andrew Dunstan allow alternative names for tclsh used on Windows commit | commitdiff | tree
2009年02月03日 Tom Lane Add a failure check for syslogger's use of _beginthread... commit | commitdiff | tree
2009年02月02日 Tom Lane Document the longstanding behavior of LIMIT NULL and... commit | commitdiff | tree
2009年02月02日 Tom Lane Fix plpgsql to not treat INSERT INTO as an INTO-variabl... commit | commitdiff | tree
2009年02月02日 Andrew Dunstan Provide for parallel restoration from a custom format... commit | commitdiff | tree
2009年02月02日 Alvaro Herrera Allow reloption names to have qualifiers, initially... commit | commitdiff | tree
2009年02月02日 Michael Meskes When changing a regression test file one should also... commit | commitdiff | tree
2009年02月02日 Michael Meskes Set memory segment to '0', just to be sure. commit | commitdiff | tree
2009年02月02日 Michael Meskes Fixed auto allocation for binary data types. commit | commitdiff | tree
2009年02月02日 Michael Meskes Fixed bug in %s handling. commit | commitdiff | tree
2009年02月02日 Peter Eisentraut Put pg_user_mapping section into the right (alphabetica... commit | commitdiff | tree
2009年01月30日 Tom Lane Fix unnest() to handle a toasted input array safely... commit | commitdiff | tree
2009年01月30日 Heikki Linnakangas Check that connection limit is within valid range.... commit | commitdiff | tree
2009年01月30日 Peter Eisentraut Make messages consistent with existing ones commit | commitdiff | tree
2009年01月30日 Peter Eisentraut Whitespace fix in message commit | commitdiff | tree
2009年01月30日 Tom Lane Update back-branch release notes. commit | commitdiff | tree
2009年01月29日 Tom Lane Update time zone data files to tzdata release 2009a... commit | commitdiff | tree
2009年01月29日 Tom Lane Replace argument-checking Asserts with regular test... commit | commitdiff | tree
2009年01月29日 Teodor Sigaev Fix incorrect dereferencing of char* to array's index. commit | commitdiff | tree
2009年01月29日 Peter Eisentraut Message fix commit | commitdiff | tree
2009年01月28日 Teodor Sigaev Fix bug with multiple evaluation of tsearch2 compatibil... commit | commitdiff | tree
2009年01月28日 Magnus Hagander Change warning-silencing code not to cast the pointer... commit | commitdiff | tree
2009年01月28日 Magnus Hagander Go over all OpenSSL return values and make sure we... commit | commitdiff | tree
2009年01月28日 Magnus Hagander Support running as a service on Windows 7, by not speci... commit | commitdiff | tree
2009年01月27日 Magnus Hagander Silence compiler warning on win32. commit | commitdiff | tree
2009年01月27日 Magnus Hagander Silence compiler warnings in new win32 locale code commit | commitdiff | tree
2009年01月27日 Peter Eisentraut Revert updatable views commit | commitdiff | tree
2009年01月26日 Alvaro Herrera Allow extracting and parsing of reloptions from a bare... commit | commitdiff | tree
2009年01月26日 Peter Eisentraut Message format tuning commit | commitdiff | tree
2009年01月23日 Tom Lane Tweak the existing special case for AIX in pg_getaddrin... commit | commitdiff | tree
2009年01月23日 Bruce Momjian Document that SELECT ... ORDER BY .. FOR UPDATE/SHARE... commit | commitdiff | tree
2009年01月23日 Peter Eisentraut Message style review commit | commitdiff | tree
2009年01月23日 Heikki Linnakangas Put back fast-path for the case that there's no backup... commit | commitdiff | tree
2009年01月22日 Peter Eisentraut Recreate ecpg_config.h with a stamp file created by... commit | commitdiff | tree
2009年01月22日 Tom Lane Support column-level privileges, as required by SQL... commit | commitdiff | tree
2009年01月22日 Heikki Linnakangas Only skip pages marked as clean in the visibility map... commit | commitdiff | tree
2009年01月22日 Heikki Linnakangas Update comments to reflect that tgenabled is not a... commit | commitdiff | tree
2009年01月22日 Peter Eisentraut Automatic view update rules commit | commitdiff | tree
2009年01月22日 Magnus Hagander Explicitly bind gettext to the correct encoding on... commit | commitdiff | tree
2009年01月21日 Magnus Hagander Remove stray ' character at end of line. commit | commitdiff | tree
2009年01月21日 Heikki Linnakangas Forgot to handle the new SPI_OK_REWRITTEN result code... commit | commitdiff | tree
2009年01月21日 Heikki Linnakangas Add new SPI_OK_REWRITTEN return code to SPI_execute... commit | commitdiff | tree
2009年01月21日 Magnus Hagander Make win32 builds always do SetEnvironmentVariable... commit | commitdiff | tree
2009年01月21日 Magnus Hagander Make some strings translatable again that were accident... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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