OSDN Git Service

pg-rex/syncrep.git
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.
2002-07-19 Tom LaneSmall performance improvement --- use indexscan not...
2002-07-19 Tom LaneMake note that ALTER TABLE can change table owner these...
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-19 Bruce MomjianDone:
2002-07-19 Bruce MomjianAnother "$@" cleanup with new syntax, ${1+"$@"}.
2002-07-19 Bruce MomjianFix "$@" to ${1:+"$@"} for older shells.
2002-07-19 Tatsuo IshiiOops. Too much ifdef out.
2002-07-19 Tatsuo IshiiTemporary ifdef out migrating functions to avoid compil...
2002-07-19 Bruce MomjianDone:
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Bruce MomjianDone:
2002-07-18 Bruce MomjianComplete TODO item:
2002-07-18 Peter EisentrautCreate directory before installing files.
2002-07-18 Bruce MomjianNew depend code doesn't need sequence drop.
2002-07-18 Tom LaneSic transit src/utils.
2002-07-18 Bruce MomjianBack out BETWEEN node patch, was causing initdb failure.
2002-07-18 Bruce Momjian New depend code auto-drops sequence, fix copy2.out.
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-18 Tom LaneFix copy-and-pasteo (CASCADE/RESTRICT in wrong place).
2002-07-18 Tatsuo IshiiFix typo (PG_UNICODE -> PG_UTF8)
2002-07-18 Bruce MomjianDone:
2002-07-18 Bruce MomjianUnique and primary key constraints are both dumped...
2002-07-18 Bruce MomjianREVOKE ALL ON FUNCTION nonexistant() FROM PUBLIC;
2002-07-18 Bruce MomjianFix for PgTransaction class to make these visible to...
2002-07-18 Bruce MomjianHere (finally ;-)) is a doc patch covering the Table...
2002-07-18 Bruce MomjianThe attached patch fixes a tiny memory leak in psql...
2002-07-18 Bruce Momjianhere are the copy2.sql and copy2.out files for the...
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-07-18 Bruce MomjianYou made a tiny little type in a comment in parsenodes...
2002-07-18 Bruce MomjianFinished the Between patch Christopher started.
2002-07-18 Bruce MomjianHere is a patch for the Table Function API. It fixes...
2002-07-18 Bruce MomjianContrib port/ usage is same as others so no need for...
next