OSDN Git Service

Add User's Guide chapters on Data Definition and Data Manipulation.
[pg-rex/syncrep.git] / src /
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-05 Thomas G. LockhartFix compilation problem with assert checking enabled...
2002-08-05 Tom LaneCode review for anonymous-functions patch --- clean...
2002-08-04 Tom LaneTemporary solution for XLogDir breakage.
2002-08-04 Tom LaneFix merge failures for anonymous-type patch. From...
2002-08-04 Tom LaneFix broken pg_backend_pid reference, per Joe Conway.
2002-08-04 Bruce MomjianAnother backend_pid rename.
2002-08-04 Bruce MomjianFix compile failures for FRS composite tyhpe patch...
2002-08-04 Bruce MomjianRename backend_pid to pg_backend_pid, move docs to...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-04 Tom LaneFix obsolete comment.
2002-08-04 Thomas G. LockhartMinor clarification or fix of typos.
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-08-04 Thomas G. LockhartImplement IS OF and IS NOT OF type predicate.
2002-08-04 Thomas G. LockhartImplement IS OF type predicate. Can now do queries...
2002-08-04 Thomas G. LockhartAdd guard code to protect from buffer overruns on long...
2002-08-04 Thomas G. LockhartDefine macros for handling typmod manipulation for...
2002-08-04 Thomas G. LockhartImplement hex literal conversion to bit string literal.
2002-08-04 Thomas G. LockhartAllow bit string constants without fully-specified...
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-08-04 Bruce Momjian[ Previous patch reversed.]
2002-08-04 Bruce MomjianThis patch fixes a probably harmless write of uninitial...
2002-08-04 Bruce MomjianChange messages like this:
2002-08-04 Bruce MomjianThis trivial patch fixes a small memory leak in pg_dump.
2002-08-04 Bruce MomjianThis patch fixes a "multi-line string literal" warning...
2002-08-04 Bruce MomjianThe attached patch implements START TRANSACTION, per...
2002-08-04 Bruce MomjianThis patch fixes in intermittent failure in the regress...
2002-08-04 Bruce MomjianBack out pl/pgsql quotation fix. Has problems.
2002-08-04 Bruce Momjian I send a simple patch for PL/pgSQL parser which...
2002-08-02 Tom LaneWhen compiling with --enable-cassert, check for referen...
2002-08-02 Tom LaneRemoveAttrDefaultById() neglected to obtain exclusive...
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 MomjianRename pid function to backend_pid().
2002-07-31 Bruce MomjianAdd function to access backend pid, pg_stat_get_backend...
2002-07-30 Tom LaneTeach pg_dump to dump user-defined operator classes...
2002-07-30 Tom LaneIf we're cleaning out _deadcode, might as well zap...
2002-07-30 Bruce MomjianRemove last recipe file.
2002-07-30 Tom LaneEnsure that src/tutorial gets cleaned by top-level...
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 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 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 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 Hiroshi InoueFix a bug about automatic client_encoding setting.
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 Tom LaneFix minor coding error: don't ReleaseSysCache until...
2002-07-29 Tatsuo IshiiFix typo. Remove #ifdef MULTIBYTE
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 Tatsuo IshiiAdd Japanese README explaining how to add new conversion.
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-21 Michael MeskesFixed some minor typos.
2002-07-21 Michael MeskesRe-Committed old file.
2002-07-20 Tom LaneTweak CreateTrigger() so that the OID used in the name...
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-19 Tom LaneSmall performance improvement --- use indexscan not...
2002-07-19 Bruce MomjianComplete TODO item:
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...
next