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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2013年07月18日 Fujii Masao Fix typo in update scripts for some contrib modules. commit | commitdiff | tree
2013年07月18日 Fujii Masao Fix pgstattuple functions to use regclass-type as the... commit | commitdiff | tree
2013年07月18日 Andrew Dunstan Move checking an explicit VARIADIC "any" argument into... commit | commitdiff | tree
2013年07月18日 Tom Lane Fix direct access to Relation->rd_indpred. commit | commitdiff | tree
2013年07月17日 Peter Eisentraut doc: Remove tab from SGML file commit | commitdiff | tree
2013年07月17日 Tom Lane Fix a few problems in barrier.h. commit | commitdiff | tree
2013年07月17日 Heikki Linnakangas Fix variable names mentioned in comment to match the... commit | commitdiff | tree
2013年07月17日 Heikki Linnakangas Fix assert failure at end of recovery, broken by XLogIn... commit | commitdiff | tree
2013年07月17日 Heikki Linnakangas Fix end-of-loop optimization in pglz_find_match() function. commit | commitdiff | tree
2013年07月17日 Fujii Masao Fix typo in previous pgbench --progress patch. commit | commitdiff | tree
2013年07月17日 Stephen Frost Use correct parameter name for view_option_value commit | commitdiff | tree
2013年07月17日 Noah Misch Fix systable_recheck_tuple() for MVCC scan snapshots. commit | commitdiff | tree
2013年07月17日 Noah Misch Implement the FILTER clause for aggregate function... commit | commitdiff | tree
2013年07月17日 Noah Misch Comment on why planagg.c punts "MIN(x ORDER BY y)". commit | commitdiff | tree
2013年07月16日 Tatsuo Ishii Add --progress option to show progress report commit | commitdiff | tree
2013年07月16日 Kevin Grittner Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY. commit | commitdiff | tree
2013年07月16日 Robert Haas Allow background workers to be started dynamically. commit | commitdiff | tree
2013年07月16日 Peter Eisentraut Fix PQconninfoParse error message handling commit | commitdiff | tree
2013年07月15日 Stephen Frost Check get_tle_by_resno() result before deref commit | commitdiff | tree
2013年07月15日 Robert Haas Tab completion for \lo_import commit | commitdiff | tree
2013年07月15日 Robert Haas Assert that syscache lookups don't happen outside trans... commit | commitdiff | tree
2013年07月15日 Robert Haas Regression tests for LOCK TABLE. commit | commitdiff | tree
2013年07月15日 Robert Haas vacuumlo: Use a cursor to limit client-side memory... commit | commitdiff | tree
2013年07月15日 Stephen Frost Correct off-by-one when reading from pipe commit | commitdiff | tree
2013年07月15日 Stephen Frost Check version before allocating PQExpBuffer commit | commitdiff | tree
2013年07月14日 Noah Misch Document the OVER keyword as being unreserved. commit | commitdiff | tree
2013年07月14日 Stephen Frost Fix resource leak in initdb -X option commit | commitdiff | tree
2013年07月14日 Stephen Frost Be sure to close() file descriptor on error case commit | commitdiff | tree
2013年07月14日 Stephen Frost Ensure 64bit arithmetic when calculating tapeSpace commit | commitdiff | tree
2013年07月14日 Peter Eisentraut pg_isready: Message improvement commit | commitdiff | tree
2013年07月14日 Stephen Frost pg_receivexlog - Exit on failure to parse commit | commitdiff | tree
2013年07月14日 Stephen Frost During parallel pg_dump, free commands from master commit | commitdiff | tree
2013年07月13日 Peter Eisentraut Add session_preload_libraries configuration parameter commit | commitdiff | tree
2013年07月12日 Noah Misch Switch user ID to the object owner when populating... commit | commitdiff | tree
2013年07月12日 Noah Misch Make comments reflect that omission of SPI_gettypmod... commit | commitdiff | tree
2013年07月12日 Peter Eisentraut pg_dump: Formatting cleanup of new messages commit | commitdiff | tree
2013年07月11日 Bruce Momjian pg_upgrade: document possible pg_hba.conf options commit | commitdiff | tree
2013年07月11日 Peter Eisentraut doc: Replace link to pgFouine with pgBadger commit | commitdiff | tree
2013年07月10日 Peter Eisentraut Add coverage/ to .gitignore commit | commitdiff | tree
2013年07月10日 Peter Eisentraut Fix lack of message pluralization commit | commitdiff | tree
2013年07月09日 Heikki Linnakangas Fix memory barrier support on icc on ia64, 2nd attempt. commit | commitdiff | tree
2013年07月09日 Heikki Linnakangas Add #include needed for _mm_mfence() intrinsic on ia64. commit | commitdiff | tree
2013年07月09日 Peter Eisentraut Fix bool abuse commit | commitdiff | tree
2013年07月08日 Alvaro Herrera Fix mention of htup.h in pageinspect docs commit | commitdiff | tree
2013年07月08日 Heikki Linnakangas Fix Windows build. commit | commitdiff | tree
2013年07月08日 Heikki Linnakangas Fix pg_test_fsync, broken by xloginsert scaling patch. commit | commitdiff | tree
2013年07月08日 Heikki Linnakangas Improve scalability of WAL insertions. commit | commitdiff | tree
2013年07月08日 Tom Lane Fix planning of parameterized appendrel paths with... commit | commitdiff | tree
2013年07月07日 Peter Eisentraut pg_isready: Make --help output more consistent with... commit | commitdiff | tree
2013年07月07日 Peter Eisentraut pg_resetxlog: Make --help consistent with man page commit | commitdiff | tree
2013年07月07日 Bruce Momjian pg_upgrade: document link options commit | commitdiff | tree
2013年07月07日 Magnus Hagander Fix include-guard commit | commitdiff | tree
2013年07月07日 Peter Eisentraut pgbench: Silence compiler warning commit | commitdiff | tree
2013年07月07日 Peter Eisentraut PL/Python: Make regression tests pass with older Python... commit | commitdiff | tree
2013年07月06日 Jeff Davis Handle posix_fallocate() errors. commit | commitdiff | tree
2013年07月06日 Michael Meskes Also escape double quotes for ECPG's #line statement. commit | commitdiff | tree
2013年07月06日 Tom Lane Rename a function to avoid naming conflict in parallel... commit | commitdiff | tree
2013年07月06日 Peter Eisentraut PL/Python: Convert numeric to Decimal commit | commitdiff | tree
2013年07月05日 Noah Misch Update messages, comments and documentation for materia... commit | commitdiff | tree
2013年07月05日 Jeff Davis Use posix_fallocate() for new WAL files, where available. commit | commitdiff | tree
2013年07月05日 Magnus Hagander Remove stray | character commit | commitdiff | tree
2013年07月05日 Magnus Hagander Fix spelling error commit | commitdiff | tree
2013年07月05日 Magnus Hagander Expose the estimation of number of changed tuples since... commit | commitdiff | tree
2013年07月05日 Michael Meskes Apploed patch by MauMau <maumau307@gmail.com> to escape... commit | commitdiff | tree
2013年07月05日 Noah Misch Use type "int64" for memory accounting in tuplesort... commit | commitdiff | tree
2013年07月04日 Fujii Masao Fix typo in comment. commit | commitdiff | tree
2013年07月04日 Bruce Momjian Add C comment about \copy bug in CSV mode commit | commitdiff | tree
2013年07月04日 Bruce Momjian Add contrib function references in the doc index commit | commitdiff | tree
2013年07月04日 Robert Haas Add new GUC, max_worker_processes, limiting number... commit | commitdiff | tree
2013年07月04日 Robert Haas docs: Clarify flag dependencies for background workers. commit | commitdiff | tree
2013年07月04日 Peter Eisentraut doc: Fix typo in event trigger documentation commit | commitdiff | tree
2013年07月04日 Peter Eisentraut doc: Add event trigger C API documentation commit | commitdiff | tree
2013年07月03日 Andrew Dunstan Install all a Makefile's extension controls, not just... commit | commitdiff | tree
2013年07月03日 Fujii Masao Get rid of pg_class.reltoastidxid. commit | commitdiff | tree
2013年07月03日 Bruce Momjian pg_buffercache: document column meanings commit | commitdiff | tree
2013年07月03日 Robert Haas Revert "Hopefully-portable regression tests for CREATE... commit | commitdiff | tree
2013年07月03日 Robert Haas Hopefully-portable regression tests for CREATE/ALTER... commit | commitdiff | tree
2013年07月03日 Tom Lane Fix handling of auto-updatable views on inherited tables. commit | commitdiff | tree
2013年07月03日 Alvaro Herrera Unbreak postmaster restart-after-crash sequence commit | commitdiff | tree
2013年07月03日 Robert Haas Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify. commit | commitdiff | tree
2013年07月03日 Robert Haas Additional regression tests for CREATE OPERATOR. commit | commitdiff | tree
2013年07月03日 Noah Misch Expose object name error fields in PL/pgSQL. commit | commitdiff | tree
2013年07月03日 Peter Eisentraut doc: Remove i18ngurus.com link commit | commitdiff | tree
2013年07月03日 Peter Eisentraut Add #include to make header file independent commit | commitdiff | tree
2013年07月03日 Peter Eisentraut doc: Arrange See Also links in more consistent order commit | commitdiff | tree
2013年07月03日 Peter Eisentraut pg_restore: Error about incompatible options commit | commitdiff | tree
2013年07月02日 Robert Haas Add support for multiple kinds of external toast datums. commit | commitdiff | tree
2013年07月02日 Alvaro Herrera Mention extra_float_digits in floating point docs commit | commitdiff | tree
2013年07月02日 Heikki Linnakangas Silence compiler warning in assertion-enabled builds. commit | commitdiff | tree
2013年07月02日 Bruce Momjian pg_upgrade: revert changing '' to "" commit | commitdiff | tree
2013年07月02日 Robert Haas Use an MVCC snapshot, rather than SnapshotNow, for... commit | commitdiff | tree
2013年07月02日 Peter Eisentraut Fix regression test make dependencies commit | commitdiff | tree
2013年07月01日 Bruce Momjian pg_dump docs: use escaped double-quotes, for Windows commit | commitdiff | tree
2013年07月01日 Robert Haas Add a convenience routine makeFuncCall to reduce duplic... commit | commitdiff | tree
2013年07月01日 Bruce Momjian pg_upgrade: use "" rather than '', for Windows commit | commitdiff | tree
2013年07月01日 Bruce Momjian Add timezone offset output option to to_char() commit | commitdiff | tree
2013年07月01日 Andrew Dunstan Improve support for building PGXS modules with VPATH. commit | commitdiff | tree
2013年07月01日 Bruce Momjian Update LSB URL in pg_ctl commit | commitdiff | tree
2013年07月01日 Bruce Momjian Remove undocumented -h (help) option commit | commitdiff | tree
2013年07月01日 Heikki Linnakangas Optimize pglz compressor for small inputs. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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