OSDN Git Service

pg-rex/syncrep.git
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...
2002-07-18 Bruce MomjianAdd comment to file about port files.
2002-07-18 Tatsuo IshiiFix breakage for pltcl modules. pg_get_enconv_by_encodi...
2002-07-18 Bruce MomjianMove libc replacement files from src/backend/port to...
2002-07-18 Bruce MomjianMake src/backend/port/*.c file location dependent only...
2002-07-18 Tatsuo IshiiI have committed many support files for CREATE CONVERSI...
2002-07-17 Bruce MomjianDone, not sure when, reported by Neil Conway:
2002-07-17 Bruce MomjianImprove getopt_long search, per Peter:
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-07-16 Barry Lindfixed bug in support for timestamp without time zone...
2002-07-16 Bruce MomjianOops, sometimes strtol isn't called in pg_atoi, so...
2002-07-16 Bruce MomjianFix tid to in/out as unsigned.
2002-07-16 Tom LaneAdd initdb code to set up initial contents of pg_depend...
2002-07-16 Bruce Momjian> pgsql-bugs@postgresql.org wrote:
2002-07-16 Tatsuo IshiiAdd conversion procs for CREATE CONVERSION
2002-07-16 Tatsuo IshiiFix typo
2002-07-16 Tatsuo IshiiAdd FindDefaultConversionProc
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-16 Bruce MomjianAdd DLLINIT mention in port/Makefile.
2002-07-16 Bruce MomjianMove few remaining src/utils files to backend/port...
2002-07-16 Bruce MomjianAdd mention of TOAST storage for character columns.
2002-07-16 Bruce MomjianMark 'line' as 'not implemented' in SGML and psql ...
2002-07-16 Bruce MomjianThis fixes 2 inaccuracies in the recently added SQL99...
2002-07-16 Bruce MomjianAdd comment for isbn,issn data type, from Pete St....
2002-07-15 Bruce MomjianItem not needed:
2002-07-15 Bruce MomjianRemove indenting of Makefile comments, per Peter.\
2002-07-15 Bruce MomjianRemove utils/getopt.c file, not needed, it only allowed...
2002-07-15 Bruce MomjianAdd search for libgetopt.a in hopes of finding getopt_l...
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-07-15 Tom LaneUse the dependency mechanism to manage column defaults...
2002-07-15 Bruce MomjianFix make_ctags for exhuberant tags.
2002-07-15 Hiroshi InoueFix a bug about the handling of '.' in parse.c.
2002-07-15 Bruce MomjianImprove relcache.c error reporting for the next guy...
2002-07-15 Bruce MomjianFix \? and \pset pager handling. \? wasn't honoring...
2002-07-14 Tom LaneAdd COMMENT ON CONSTRAINT facility (from Rod Taylor...
2002-07-14 Tom LaneRemove no-longer-appropriate notes about lack of CASCAD...
2002-07-14 Tom LaneIn DeleteAttributeTuples, use a single indexscan instea...
2002-07-13 Tom LaneFix testing of partial-index predicates to work correct...
next