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年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
2010年07月27日 Robert Haas Fix typo in PL/pgsql code example. commit | commitdiff | tree
2010年07月27日 Peter Eisentraut Spelling fixes commit | commitdiff | tree
2010年07月27日 Robert Haas In postgresql.conf.sample, use on/off rather than true... commit | commitdiff | tree
2010年07月27日 Alvaro Herrera Ensure $_SHARED is declared in the main:: namespace... commit | commitdiff | tree
2010年07月26日 Peter Eisentraut Fix grammar commit | commitdiff | tree
2010年07月26日 Peter Eisentraut Add table creation and population to example commit | commitdiff | tree
2010年07月26日 Bruce Momjian Remove tabs from sgml file. commit | commitdiff | tree
2010年07月25日 Robert Haas CREATE TABLE IF NOT EXISTS. commit | commitdiff | tree
2010年07月25日 Peter Eisentraut Add INSERT statement to example so that it can be repro... commit | commitdiff | tree
2010年07月25日 Bruce Momjian Adjust check_for_isn_and_int8_passing_mismatch() so... commit | commitdiff | tree
2010年07月25日 Bruce Momjian Prevent pg_upgrade from migrating databases that use... commit | commitdiff | tree
2010年07月24日 Peter Eisentraut Fix typo commit | commitdiff | tree
2010年07月24日 Peter Eisentraut Tidy up boolean data type page commit | commitdiff | tree
2010年07月24日 Peter Eisentraut Remove tab from SGML file commit | commitdiff | tree
2010年07月23日 Peter Eisentraut Add more checks against altering typed tables commit | commitdiff | tree
2010年07月23日 Robert Haas Have psql avoid describing local sockets as host names. commit | commitdiff | tree
2010年07月23日 Robert Haas Avoid deep recursion when assigning XIDs to multiple... commit | commitdiff | tree
2010年07月22日 Robert Haas Add missing function prototype. commit | commitdiff | tree
2010年07月22日 Robert Haas Fix bogus server version in pg_dumpall --quote-all... commit | commitdiff | tree
2010年07月22日 Robert Haas Add options to force quoting of all identifiers. commit | commitdiff | tree
2010年07月22日 Robert Haas Centralize DML permissions-checking logic. commit | commitdiff | tree
2010年07月20日 Bruce Momjian CVS test: please ignore commit | commitdiff | tree
2010年07月20日 Bruce Momjian Properly replay CREATE TABLESPACE during crash recovery... commit | commitdiff | tree
2010年07月20日 Robert Haas Have \conninfo mention the port even for local sockets. commit | commitdiff | tree
2010年07月20日 Robert Haas Add \conninfo command to psql, to show current connecti... commit | commitdiff | tree
2010年07月20日 Robert Haas Make ECPG regression tests independent of standard_conf... commit | commitdiff | tree
2010年07月20日 Robert Haas Make hstore regression tests independent of standard_co... commit | commitdiff | tree
2010年07月20日 Robert Haas Add restart_after_crash GUC. commit | commitdiff | tree
2010年07月20日 Robert Haas Change the default value of standard_conforming_strings... commit | commitdiff | tree
2010年07月19日 Peter Eisentraut Portability fixes for Solaris for requirepeer feature... commit | commitdiff | tree
2010年07月18日 Tom Lane Remove unnecessary "Not safe to send CSV data" complain... commit | commitdiff | tree
2010年07月18日 Tom Lane Allow ORDER BY/GROUP BY/etc items to match targetlist... commit | commitdiff | tree
2010年07月18日 Tom Lane Fix up poor handling of unsupported-platform case in... commit | commitdiff | tree
2010年07月18日 Tom Lane Fix thinko in recent patch: 'sock' should be 'conn... commit | commitdiff | tree
2010年07月18日 Bruce Momjian Add SO_PEERCRED check in new unix domain socket permiss... commit | commitdiff | tree
2010年07月18日 Peter Eisentraut Add server authentication over Unix-domain sockets commit | commitdiff | tree
2010年07月18日 Bruce Momjian Simplify missing tablespace replay error hint message... commit | commitdiff | tree
2010年07月16日 Tom Lane Add a log_file_mode GUC that allows control of the... commit | commitdiff | tree
2010年07月16日 Heikki Linnakangas Fix typo spotted by Thom Brown. commit | commitdiff | tree
2010年07月16日 Heikki Linnakangas Add a paragraph explaining what restartpoints are.... commit | commitdiff | tree
2010年07月16日 Tom Lane Add support for dividing money by money (yielding a... commit | commitdiff | tree
2010年07月16日 Tom Lane Remove a sanity check in the exclusion-constraint code... commit | commitdiff | tree
2010年07月16日 Tom Lane Remove duplicate code in DefineOpFamily(). commit | commitdiff | tree
2010年07月14日 Tom Lane Use an <xref> for restore_command reference. Marko... commit | commitdiff | tree
2010年07月14日 Tom Lane Fix several problems in pg_dump's handling of SQL/MED... commit | commitdiff | tree
2010年07月14日 Tom Lane Allow full SSL certificate verification (wherein libpq... commit | commitdiff | tree
2010年07月13日 Tom Lane Teach EXPLAIN to print PARAM_EXEC Params as the referen... commit | commitdiff | tree
2010年07月13日 Bruce Momjian On Win32, pg_upgrade cannot sent any server log output... commit | commitdiff | tree
2010年07月13日 Bruce Momjian Remove incorrect email address for pg_upgrade bug reports. commit | commitdiff | tree
2010年07月13日 Bruce Momjian In pg_upgrade, report /bin directory checks independent... commit | commitdiff | tree
2010年07月13日 Bruce Momjian Print each test_fsync description while test is running... commit | commitdiff | tree
2010年07月13日 Bruce Momjian In pg_upgrade, prevent psql AUTOCOMMIT=off by not loadi... commit | commitdiff | tree
2010年07月13日 Heikki Linnakangas Oops, in the previous fix to prevent a cursor that... commit | commitdiff | tree
2010年07月12日 Bruce Momjian Restore pl/pgsql default install release note item. commit | commitdiff | tree
2010年07月12日 Bruce Momjian 9.0 release note improvements commit | commitdiff | tree
2010年07月12日 Bruce Momjian Spellcheck 9.0 release notes. commit | commitdiff | tree
2010年07月12日 Tom Lane Make NestLoop plan nodes pass outer-relation variables... commit | commitdiff | tree
2010年07月12日 Bruce Momjian Document bump of minor library version numbers. commit | commitdiff | tree
2010年07月12日 Bruce Momjian Bump minor library version numbers, for 9.1 release. commit | commitdiff | tree
2010年07月10日 Tom Lane Add a note about preferred window width to the section... commit | commitdiff | tree
2010年07月10日 Robert Haas Clarify that "psql -c" ignores psqlrc files. commit | commitdiff | tree
2010年07月09日 Tom Lane Avoid an Assert failure in deconstruct_array() by makin... commit | commitdiff | tree
2010年07月09日 Tom Lane Fix ruleutils' get_variable() to print something useful... commit | commitdiff | tree
2010年07月09日 Bruce Momjian Properly report errno/out-of-disk-space error from... commit | commitdiff | tree
2010年07月09日 Robert Haas Add a hook in ExecCheckRTPerms(). commit | commitdiff | tree
2010年07月09日 Tom Lane Stamp HEAD as 9.1devel. commit | commitdiff | tree
2010年07月09日 Marc G. Fournier tag beta3 REL9_0_BETA3 commit | commitdiff | tree
2010年07月08日 Bruce Momjian Update release notes for 9.0 beta 3. commit | commitdiff | tree
2010年07月08日 Peter Eisentraut Some small changes for plperl.sgml: commit | commitdiff | tree
2010年07月08日 Peter Eisentraut Translation updates for 9.0beta3 commit | commitdiff | tree
2010年07月08日 Tom Lane Minor kibitzing on previous patch: no need to run check... commit | commitdiff | tree
2010年07月08日 Peter Eisentraut Install safeguard against running PL/Python 2 and 3... commit | commitdiff | tree
2010年07月08日 Bruce Momjian Doc change: effected -> affected, per correction from... commit | commitdiff | tree
2010年07月08日 Tom Lane Add a cross-reference to precedence information to... commit | commitdiff | tree
2010年07月08日 Magnus Hagander Make the Windows tcp keepalive support depend on the... commit | commitdiff | tree
2010年07月08日 Tom Lane Update obsolete comment. Noted by Josh Tolley. commit | commitdiff | tree
2010年07月08日 Tom Lane Fix variant float8 expected files to have exactly the... commit | commitdiff | tree
2010年07月08日 Magnus Hagander Add support for TCP keepalives on Windows, both for... commit | commitdiff | tree
2010年07月08日 Tom Lane Fix "cannot handle unplanned sub-select" error that... commit | commitdiff | tree
2010年07月07日 Tom Lane Adjust mbutils.c so it won't get broken by future pgind... commit | commitdiff | tree
2010年07月07日 Bruce Momjian Document the interaction of write-barrier-enabled file... commit | commitdiff | tree
2010年07月06日 Robert Haas Make log_temp_files based on kB, and revert docs &... commit | commitdiff | tree
2010年07月06日 Tom Lane Accept slightly grotty coding in Makefile.global in... commit | commitdiff | tree
2010年07月06日 Peter Eisentraut Add note that using PL/Python 2 and 3 in the same sessi... commit | commitdiff | tree
2010年07月06日 Robert Haas Support setting the keepalive idle time on MacOS X. commit | commitdiff | tree
2010年07月06日 Tom Lane Undo pgindent breakage (again). Per buildfarm. commit | commitdiff | tree
2010年07月06日 Bruce Momjian Mention why one C file fails pgindent. commit | commitdiff | tree
2010年07月06日 Bruce Momjian pgindent run for 9.0, second run commit | commitdiff | tree
2010年07月06日 Bruce Momjian Update pgindent testing instructions. commit | commitdiff | tree
2010年07月06日 Tom Lane Still more third thoughts: when linking shared librarie... commit | commitdiff | tree
2010年07月06日 Tom Lane Allow for LDFLAGS_SL already having a value in Makefile... commit | commitdiff | tree
2010年07月05日 Tom Lane Dept. of third thoughts: PG_LIBS may contain a -L switc... commit | commitdiff | tree
2010年07月05日 Tom Lane Make sure LDFLAGS come before LIBS when linking contrib... commit | commitdiff | tree
2010年07月05日 Tom Lane Fix a few single-file (MODULES, not MODULE_big) contrib... commit | commitdiff | tree
2010年07月05日 Tom Lane Split the LDFLAGS make variable into two parts: LDFLAGS... commit | commitdiff | tree
2010年07月05日 Heikki Linnakangas The previous fix in CVS HEAD and 8.4 for handling the... commit | commitdiff | tree
2010年07月04日 Bruce Momjian Simplify test_fsync duration computation. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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