OSDN Git Service

pg-rex/syncrep.git
2002-08-04 Bruce Momjian*** empty log message ***
2002-08-04 Bruce Momjian*** empty log message ***
2002-08-04 Bruce Momjian I send a simple patch for PL/pgSQL parser which...
2002-08-04 Bruce MomjianHere is a doc patch for the SHOW X changes and new...
2002-08-02 Tom LaneWhen compiling with --enable-cassert, check for referen...
2002-08-02 Tom LaneRemoveAttrDefaultById() neglected to obtain exclusive...
2002-08-02 Bruce MomjianRemove unused drop TODO.detail.
2002-08-02 Bruce MomjianNo need for TODO.detail link anymore:
2002-08-02 Bruce MomjianDone:
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-08-01 Bruce Momjian* -Remove LockMethodTable.prio field, not used (Bruce)
2002-08-01 Hiroshi Inoue1) Improve the handling of the queries like (select...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-31 Bruce MomjianDone:
2002-07-31 Bruce MomjianMove backend_pid to functions/misc.
2002-07-31 Bruce MomjianRename pid function to backend_pid().
2002-07-31 Bruce MomjianAdd function to access backend pid, pg_stat_get_backend...
2002-07-31 Bruce MomjianDone:
2002-07-30 Tom LaneTeach pg_dump to dump user-defined operator classes...
2002-07-30 Bruce MomjianUpdated:
2002-07-30 Bruce MomjianClarification from Tom:
2002-07-30 Bruce MomjianWould it be wise to have the plsql.sgml file renamed...
2002-07-30 Bruce MomjianAdded for Neil Conway:
2002-07-30 Tom LaneIf we're cleaning out _deadcode, might as well zap...
2002-07-30 Tom LaneReplace ad-hoc insertions into pg_opclass and friends...
2002-07-30 Bruce MomjianRemove last recipe file.
2002-07-30 Tom LaneEnsure that src/tutorial gets cleaned by top-level...
2002-07-30 Tom LaneReplace ad-hoc insertions into pg_opclass and friends...
2002-07-30 Tom LaneUse Max/Min macros, not MAX/MIN, to eliminate portabili...
2002-07-30 Bruce MomjianDone:
2002-07-30 Bruce MomjianThe attached patch removes the last remnants of support for
2002-07-30 Bruce MomjianIMPROVED VERSION APPLIED:
2002-07-30 Bruce MomjianAdd ltree data type to contrib, from Teodor Sigaev...
2002-07-30 Bruce MomjianAdded support for schemas and quotes in tab-complete...
2002-07-30 Bruce Momjian This should fix a bug where a row that was...
2002-07-30 Tom LaneSince we're depending on %option noyywrap in the main...
2002-07-30 Bruce MomjianAdd tablefunc to contrib makefile.
2002-07-30 Bruce MomjianAs mentioned above, here is my contrib/tablefunc patch...
2002-07-30 Bruce MomjianHere are two patches. The guc_and_tablefunc patch addre...
2002-07-30 Bruce MomjianThis patch fixes one serious bug (runaway INSERT) and...
2002-07-30 Bruce MomjianUpdate contributions link.
2002-07-30 Dave Crameradded tests for crossReferences
2002-07-30 Dave Cramerchanged test user back to test
2002-07-30 Dave CramerAdded DataSource code and tests submitted by Aaron...
2002-07-30 Dave Cramerchanges for new Datasource
2002-07-30 Bruce MomjianMove alarm timers to proper location.
2002-07-30 Tom LaneRewrite xindex.sgml for CREATE OPERATOR CLASS. catalog...
2002-07-30 Bruce MomjianMake statement_timeout apply to entire query string...
2002-07-30 Bruce Momjian--enable-syslog no longer required to use syslog.
2002-07-30 Bruce MomjianMove item:
2002-07-30 Bruce MomjianUpdate FAQ.
2002-07-30 Hiroshi InoueFix a bug about automatic client_encoding setting.
2002-07-29 Bruce MomjianUpdate FAQ.
2002-07-29 Tom LaneCentralize code for interpreting schema references...
2002-07-29 Tom LaneUse aclcheck_error() in place of ad-hoc permissions...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-29 Bruce MomjianFix from Neil Conway:
2002-07-29 Tom LaneFix minor coding error: don't ReleaseSysCache until...
2002-07-29 Tatsuo IshiiFix typo. Remove #ifdef MULTIBYTE
2002-07-28 Peter EisentrautStructure reference pages consistently. Document that...
2002-07-28 Peter EisentrautClean documentation subtree during make clean.
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-26 Hiroshi InoueFix a bug about the handling of CX parameter of the...
2002-07-26 Barry LindFouth (and final) phase of restructuring to add jdbc3...
2002-07-25 Barry LindThird phase of restructuring to add jdbc3 support.
2002-07-25 Peter EisentrautRemove extra comma.
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-24 Barry LindSecond phase of restructuring to add jdbc3 support.
2002-07-24 Peter EisentrautRemove _deadcode.
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-24 Bruce MomjianAdd mention of copyright year update.
2002-07-24 Bruce MomjianDone:
2002-07-24 Tatsuo IshiiAdd Japanese README explaining how to add new conversion.
2002-07-24 Tatsuo IshiiAdd pg_conversion system catalog. Update description...
2002-07-23 Bruce MomjianDone:
2002-07-23 Barry LindInitial restructuring to add jdbc3 support. There...
2002-07-22 Peter EisentrautAdd unique index on pg_cast.oid, and document pg_cast...
2002-07-22 Tatsuo IshiiFix typo.
2002-07-22 Tatsuo IshiiAdd CREATE CONVERSION/DROP CONVERSOION reference manual
2002-07-21 Michael MeskesFixed some minor typos.
2002-07-21 Michael MeskesRe-Committed old file.
2002-07-21 Bruce MomjianSchema TODO.detail file not needed anymore.
2002-07-20 Tom LaneTweak CreateTrigger() so that the OID used in the name...
2002-07-20 Bruce MomjianMark items as done:
2002-07-20 Tom LaneCode review for SHOW output changes; fix horology expec...
2002-07-20 Michael MeskesSynced parser yet again.
2002-07-20 Bruce MomjianFix regression tests for new SHOW output.
2002-07-20 Bruce MomjianFix problems caused by code drift of API for without...
2002-07-20 Bruce MomjianThe attached patch fixes 2 trivial warnings generated...
2002-07-20 Bruce MomjianI can't remember who said they were working on schema...
2002-07-20 Bruce Momjian> 2. This patch includes the same Table Function API...
2002-07-20 Bruce MomjianHello, i noticed that win32 native stopped working...
2002-07-20 Bruce MomjianAdd new configure files for missing-oid patch.
2002-07-20 Bruce MomjianPatch problems caused by code drift since OID patch...
2002-07-20 Bruce MomjianManually apply part of oid patch that didn't apply...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-20 Bruce MomjianThe attached patch fixes a build problem with GEQO...
2002-07-20 Bruce MomjianAdd new vacuum regression test files.
2002-07-20 Bruce MomjianThis patch fixes a regression caused by my recent chang...
2002-07-20 Tatsuo IshiiApply patches from Neil Conway.
next