OSDN Git Service

pg-rex/syncrep.git
2002-03-07 Bruce MomjianAdd FULL in VACUUM psql completion.
2002-03-07 Bruce MomjianAdjust elog() tags so source and regression tests match.
2002-03-07 Bruce MomjianBack out psql domain improvements until domain is applied.
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-07 Bruce MomjianAlso an small change to the tab-complete feature of...
2002-03-06 Bruce MomjianFix syntax error introduced by patch.
2002-03-06 Bruce MomjianI've attached a patch which implements Bob Jenkin's...
2002-03-06 Bruce MomjianEnable ALTER TABLE ADD PRIMARY KEY for pg_dump, for...
2002-03-06 Bruce Momjianalter table doc cleanups.
2002-03-06 Bruce MomjianThis simple patch fixes broken Makefile, broken ApplySn...
2002-03-06 Bruce MomjianHere is a diff of changes to the psql source code imple...
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-06 Bruce MomjianModify ALTER TABLE OWNER to change index ownership...
2002-03-06 Bruce MomjianUpdate docs for new stored procedure error levels.
2002-03-06 Bruce MomjianAdd new elog() levels to stored procedure languages...
2002-03-06 Bruce MomjianAdd libpgeasy example file.
2002-03-06 Michael MeskesSynced parser with backend.
2002-03-06 Bruce MomjianUpdate reference pages for new INFO, NOTICE, WARNING...
2002-03-06 Bruce MomjianUpdate docs for new INFO, NOTICE, WARNING elog() levels.
2002-03-06 Bruce MomjianImprove elog descriptions.
2002-03-06 Bruce MomjianAdd missing Unicode multibyte files.
2002-03-06 Bruce MomjianChange made to elog:
2002-03-06 Bruce MomjianAdd name:
2002-03-06 Dave Cramer changed Cancel to cancel
2002-03-05 Dave Cramerbacked out changes for cancel, no need to look for...
2002-03-05 Dave CramerPatch by Nicolas Verger to correctly propogate SQLWarni...
2002-03-05 Dave Cramerfixed cancel query bug introduced by patch
2002-03-05 Bruce MomjianAutoconf for jdbc debug changes.
2002-03-05 Bruce MomjianAt this moment, --enable-debug adds debugging informati...
2002-03-05 Bruce Momjian Prevent failed passwords from being echoed to server...
2002-03-05 Bruce MomjianPrevent failed passwords from being echoed to server...
2002-03-05 Bruce MomjianUpdate FAQ.
2002-03-05 Bruce MomjianThis version has been synchonized with English version...
2002-03-05 Bruce MomjianThis trivial patch fixes a typo and improves the phrasi...
2002-03-05 Bruce MomjianAdds \du documentation line for \? in psqls help.c
2002-03-05 Bruce MomjianPlease, apply attached patch for contrib/tsearch to...
2002-03-05 Bruce MomjianBack out old version and update with newer patch of:
2002-03-05 Bruce MomjianCurrently, contrib/oid2name doesn't bother to free...
2002-03-05 Bruce Momjian> Tatsuo Ishii wrote:
2002-03-05 Bruce MomjianI attach a version of my toast-slicing patch, against...
2002-03-05 Bruce MomjianI was digging through the GiST code, and figured I...
2002-03-05 Bruce MomjianHere's a patch against 7.1.3 that fixes a problem with...
2002-03-05 Tom LanePrevious patch to mark UNION outputs with common typmod...
2002-03-05 Dave CramerDoug Fields patch to prevent exception being thrown...
2002-03-05 Dave Cramerpatch from Zhenbang Wei
2002-03-05 Bruce MomjianAdd:
2002-03-05 Dave CramerPatch from Ryouichi Matsuda
2002-03-05 Dave Cramer patch from Mitchel Friedman to fix getTables
2002-03-05 Bruce MomjianShowing index details with \d on psql.
2002-03-05 Dave Cramer patch from Vicktor to fix Numeric decimal digits in...
2002-03-05 Bruce MomjianBack out python patch:
2002-03-05 Bruce MomjianThis patch to the python bindings adds C versions of...
2002-03-05 Bruce MomjianAdd \timing patch to psql. Times all queries.
2002-03-04 Bruce MomjianAdd PQunescapeBytea libpq function.
2002-03-04 Bruce MomjianImprove libpgeasy API for multiple result sets, add...
2002-03-04 Tom LaneAdd Assert check to catch vsnprintf overrunning its...
2002-03-04 Tom LaneUpdate FAQ_Solaris with info about gcc 2.95.1 problems...
2002-03-04 Tom LaneMake port makefile slightly less crufty.
2002-03-04 Bruce MomjianModify:
2002-03-04 Bruce MomjianAdd:
2002-03-04 Tom LaneFix very ancient breakage in alter-table tests: apparen...
2002-03-04 Tom LaneIf presented db path has a trailing slash, remove it...
2002-03-04 Tatsuo IshiiFix bug in extract/date_part for milliseconds/miscrosec...
2002-03-04 Tom LaneFix bogus error check in pg_execute, per report from...
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-03-03 Bruce MomjianUpdate FAQ.
2002-03-03 Tom LaneCatcaches can now store negative entries as well as...
2002-03-03 Bruce MomjianUpdate FAQ.
2002-03-03 Bruce MomjianDefault server_min_messages is NOTICE.
2002-03-03 Tom LaneCause regression tests to pass again after elog changes.
2002-03-02 Tom LaneSome kibitzing about appropriate elog levels for sinval...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-03-02 Tom LaneAdd code to allow profiling of backends on Linux: save...
2002-03-02 Tom LaneDon't bother to request SSL connection over a Unix...
2002-03-02 Tom LaneArray slice extraction should produce a result array...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-03-01 Peter Eisentrautarray_ref() should set isNull to false explicitly if...
2002-03-01 Tom LaneFix thinko: cost_mergejoin must pay attention to which...
2002-03-01 Bruce MomjianRevert quotes, 7.2 doesn't need them for CREATE FUNCTION.
2002-03-01 Bruce MomjianOops, we didn't have single quotes around 'langname...
2002-03-01 Hiroshi InoueAdd files for Unicode support.
2002-03-01 Tom LaneSecond thoughts dept: arrange to cache mergejoin scan...
2002-03-01 Tom LaneTeach planner about the idea that a mergejoin won't...
2002-02-27 Tom LaneTweak pg_exec_query_string so that we close down transa...
2002-02-27 Peter EisentrautSome cleanups in CREATE/ALTER/DROP USER ref pages.
2002-02-27 Tom Lane#ifdef out pg_dump's check on whether a sequence's...
2002-02-27 Tom LaneParanoia about data structure lifetime ...
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2002-02-27 Bruce MomjianUpdate FAQ.
2002-02-27 Hiroshi InoueImprove the handling of ODBC escape(a request from...
2002-02-27 Tatsuo IshiiFix bug in COPY FROM when DELIMITER is not in ASCII...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
2002-02-26 Tom LaneCorrect typo noticed by Christopher Kings-Lynne.
2002-02-26 Dave CramerImplementation for cancelQuery by Grant Finnemore ...
2002-02-26 Tom LaneUse quote-marks to try to clarify a plpgsql error messa...
2002-02-25 Tom LaneTweak psql's \connect command to not downcase unquoted...
2002-02-25 Bruce MomjianAdded:
2002-02-25 Bruce MomjianUpdate FAQ_DEV.
2002-02-25 Bruce MomjianUpdate FAQ.
2002-02-25 Bruce MomjianFix for PAM error message display:
next