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年02月03日 Tom Lane Fix unwarranted assumption that a cached rowtype would... commit | commitdiff | tree
2010年02月03日 Tom Lane Add #include <float.h> --- guessing the lack of this... commit | commitdiff | tree
2010年02月03日 Tom Lane Fix timing-sensitive regression test result I just... commit | commitdiff | tree
2010年02月03日 Tom Lane Assorted cleanups in preparation for using a map file... commit | commitdiff | tree
2010年02月02日 Tom Lane Fix assorted poorly-thought-out message strings: use... commit | commitdiff | tree
2010年02月02日 Tom Lane CLUSTER specified the wrong namespace when renaming... commit | commitdiff | tree
2010年02月02日 Magnus Hagander Make RADIUS authentication use pg_getaddrinfo_all(... commit | commitdiff | tree
2010年02月02日 Robert Haas Fold FindConversion() into FindConversionByName() and... commit | commitdiff | tree
2010年02月02日 Bruce Momjian Remove copyright mention of Andrew Yu, per author's... commit | commitdiff | tree
2010年02月02日 Tom Lane The particular table names used in the new inheritance... commit | commitdiff | tree
2010年02月02日 Michael Meskes Fixed NaN/Infinity problems in ECPG for float/double... commit | commitdiff | tree
2010年02月01日 Robert Haas Tighten integrity checks on ALTER TABLE ... ALTER COLUM... commit | commitdiff | tree
2010年02月01日 Bruce Momjian Remove tabs in sgml. commit | commitdiff | tree
2010年02月01日 Robert Haas Augment EXPLAIN output with more details on Hash nodes. commit | commitdiff | tree
2010年02月01日 Robert Haas Minor documentation improvements for new string_agg... commit | commitdiff | tree
2010年02月01日 Simon Riggs Revoke augmentation of WAL records for btree delete... commit | commitdiff | tree
2010年02月01日 Itagaki Takahiro Add string_agg aggregate functions. The one argument... commit | commitdiff | tree
2010年02月01日 Tom Lane Change regexp engine's ccondissect/crevdissect routines... commit | commitdiff | tree
2010年01月31日 Simon Riggs Detect early deadlock in Hot Standby when Startup is... commit | commitdiff | tree
2010年01月31日 Tom Lane Fix memory leak created by deferrable-index-constraints... commit | commitdiff | tree
2010年01月31日 Magnus Hagander Make checks for invalid pgStatSock use PGINVALID_SOCKET commit | commitdiff | tree
2010年01月31日 Tom Lane Parenthesize this macro, just in case. commit | commitdiff | tree
2010年01月31日 Tom Lane Get rid of unportable use of socklen_t --- we have... commit | commitdiff | tree
2010年01月31日 Magnus Hagander Remove now unnecessary loop around CallNamedPipe(). commit | commitdiff | tree
2010年01月31日 Magnus Hagander Fix race condition in win32 signal handling. commit | commitdiff | tree
2010年01月30日 Tom Lane Avoid performing encoding conversion on command tag... commit | commitdiff | tree
2010年01月30日 Tom Lane Fix memory leakage introduced into print_aligned_text... commit | commitdiff | tree
2010年01月30日 Tom Lane Fix some comments that got mangled by pgindent. commit | commitdiff | tree
2010年01月30日 Andrew Dunstan Add plperl.on_perl_init setting to provide for initiali... commit | commitdiff | tree
2010年01月29日 Simon Riggs Adjust GetLockConflicts() so that it uses TopMemoryCont... commit | commitdiff | tree
2010年01月29日 Simon Riggs Augment WAL records for btree delete with GetOldestXmin... commit | commitdiff | tree
2010年01月29日 Robert Haas Allow psql variables to be interpolated with literal... commit | commitdiff | tree
2010年01月29日 Simon Riggs Filter recovery conflicts based upon dboid from relfile... commit | commitdiff | tree
2010年01月29日 Michael Meskes Changed ECPG outofscope handling to always print out... commit | commitdiff | tree
2010年01月29日 Michael Meskes Fixed a few typos in ecpg. Two were in comments, the... commit | commitdiff | tree
2010年01月29日 Itagaki Takahiro Fix command tag for ALTER LARGE OBJECT. commit | commitdiff | tree
2010年01月29日 Andrew Dunstan Fix thinko in new installcheck-world target commit | commitdiff | tree
2010年01月28日 Andrew Dunstan Add new make targets "world", "install-world" and ... commit | commitdiff | tree
2010年01月28日 Peter Eisentraut Type table feature commit | commitdiff | tree
2010年01月28日 Andrew Dunstan Fix bug found by warning from recent gcc. patch from... commit | commitdiff | tree
2010年01月28日 Heikki Linnakangas Fix crashing bug at the end of recovery in Streaming... commit | commitdiff | tree
2010年01月28日 Magnus Hagander Add functions to reset the statistics counter for a... commit | commitdiff | tree
2010年01月28日 Magnus Hagander Define INADDR_NONE on Solaris when it's missing. Per... commit | commitdiff | tree
2010年01月28日 Simon Riggs Use malloc() in GetLockConflicts() when called InHotSta... commit | commitdiff | tree
2010年01月28日 Heikki Linnakangas Change a few remaining calls of XLogArchivingActive... commit | commitdiff | tree
2010年01月28日 Joe Conway Introduce two new libpq connection functions, PQconnect... commit | commitdiff | tree
2010年01月27日 Heikki Linnakangas Fix bug in wasender's xlogid boundary handling, reporte... commit | commitdiff | tree
2010年01月27日 Heikki Linnakangas Make standby server continuously retry restoring the... commit | commitdiff | tree
2010年01月27日 Magnus Hagander Fix typo. commit | commitdiff | tree
2010年01月27日 Magnus Hagander Add support for RADIUS authentication. commit | commitdiff | tree
2010年01月27日 Andrew Dunstan Fix plperl.sgml errors from recent commit. commit | commitdiff | tree
2010年01月26日 Andrew Dunstan Various small improvements and cleanups for PL/Perl. commit | commitdiff | tree
2010年01月26日 Tom Lane Remove the default_do_language parameter, instead makin... commit | commitdiff | tree
2010年01月26日 Tom Lane Un-break initdb logic for commenting out IPv6 pg_hba... commit | commitdiff | tree
2010年01月26日 Bruce Momjian Remove tabs in SGML. commit | commitdiff | tree
2010年01月26日 Michael Meskes Added test case that was part of Zoltan's patch but... commit | commitdiff | tree
2010年01月26日 Michael Meskes Finally applied patch by Boszormenyi Zoltan <zb@cyberte... commit | commitdiff | tree
2010年01月26日 Michael Meskes Applied patch by Boszormenyi Zoltan <zb@cybertec.at... commit | commitdiff | tree
2010年01月26日 Peter Eisentraut Reformat the comments in pg_hba.conf and pg_ident.conf commit | commitdiff | tree
2010年01月26日 Peter Eisentraut Make the default pg_hba.conf and pg_ident.conf align... commit | commitdiff | tree
2010年01月26日 Simon Riggs Fix longstanding gripe that we check for 0000000001... commit | commitdiff | tree
2010年01月25日 Tom Lane Add get_bit/set_bit functions for bit strings, parallel... commit | commitdiff | tree
2010年01月25日 Heikki Linnakangas Add note that PREPARE TRANSACTION is for transaction... commit | commitdiff | tree
2010年01月25日 Tom Lane Apply Tcl_Init() to the "hold" interpreter created... commit | commitdiff | tree
2010年01月24日 Joe Conway Rewrite dblink_record_internal() and dblink_fetch(... commit | commitdiff | tree
2010年01月24日 Tom Lane Fix assorted core dumps and Assert failures that could... commit | commitdiff | tree
2010年01月24日 Magnus Hagander Add missing closing tag. commit | commitdiff | tree
2010年01月23日 Tom Lane Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize... commit | commitdiff | tree
2010年01月23日 Simon Riggs Add explanatory detail to Hot Standby cancelation error... commit | commitdiff | tree
2010年01月23日 Simon Riggs In HS, Startup process sets SIGALRM when waiting for... commit | commitdiff | tree
2010年01月22日 Bruce Momjian Revert mention that HTML documentation has to be built... commit | commitdiff | tree
2010年01月22日 Robert Haas Fix mismatched tags introduced by attribute options... commit | commitdiff | tree
2010年01月22日 Robert Haas Fix several oversights in previous commit - attribute... commit | commitdiff | tree
2010年01月22日 Robert Haas Replace ALTER TABLE ... SET STATISTICS DISTINCT with... commit | commitdiff | tree
2010年01月22日 Bruce Momjian Document that the HTML documentation must be built... commit | commitdiff | tree
2010年01月22日 Peter Eisentraut PL/Python DO handler commit | commitdiff | tree
2010年01月22日 Michael Meskes Make argument const char * as per Takahiro Itagaki... commit | commitdiff | tree
2010年01月22日 Michael Meskes Applied patch by Boszormenyi Zoltan <zb@cybertec.at... commit | commitdiff | tree
2010年01月21日 Robert Haas Fix unsafe loop test, and declare as_ident as bool... commit | commitdiff | tree
2010年01月21日 Robert Haas Add new escaping functions PQescapeLiteral and PQescape... commit | commitdiff | tree
2010年01月21日 Simon Riggs Add missing flag reset to ensure subsequent manual... commit | commitdiff | tree
2010年01月21日 Heikki Linnakangas Fix bogus comments. commit | commitdiff | tree
2010年01月21日 Itagaki Takahiro Adjust psql to use pg_get_triggerdef(pretty=true) to... commit | commitdiff | tree
2010年01月21日 Simon Riggs Better internal documentation of locking for Hot Standb... commit | commitdiff | tree
2010年01月20日 Tom Lane Well, the systemtap guys moved the goalposts again... commit | commitdiff | tree
2010年01月20日 Peter Eisentraut Add user-specific .pg_service.conf file commit | commitdiff | tree
2010年01月20日 Heikki Linnakangas Fix bogus subdir setting. Again. I must've unfixed... commit | commitdiff | tree
2010年01月20日 Heikki Linnakangas Write a WAL record whenever we perform an operation... commit | commitdiff | tree
2010年01月20日 Heikki Linnakangas Now that much of walreceiver has been pulled back into... commit | commitdiff | tree
2010年01月20日 Heikki Linnakangas Add missing "!= NULL", for the sake of consistency. commit | commitdiff | tree
2010年01月20日 Heikki Linnakangas Adjust windows makefiles too, now that the walreceiver... commit | commitdiff | tree
2010年01月20日 Heikki Linnakangas Adjust MSVC build script too, now that the walreceiver... commit | commitdiff | tree
2010年01月20日 Heikki Linnakangas Rethink the way walreceiver is linked into the backend... commit | commitdiff | tree
2010年01月20日 Peter Eisentraut Before attempting to create a composite type, check... commit | commitdiff | tree
2010年01月20日 Andrew Dunstan Fix typo in Mkvcbuild.pl commit | commitdiff | tree
2010年01月20日 Andrew Dunstan Build plperl's new Util.xs commit | commitdiff | tree
2010年01月20日 Robert Haas Fix doc build, which was broken by PL/perl utility... commit | commitdiff | tree
2010年01月20日 Andrew Dunstan Add utility functions to PLPerl: commit | commitdiff | tree
2010年01月20日 Robert Haas Reformat documentation of libpq escaping functions. commit | commitdiff | tree
2010年01月19日 Tom Lane When doing a parallel restore, we must guard against... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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