OSDN Git Service

pg-rex/syncrep.git
1999-03-16 Bruce MomjianUpdate sgml for 6.4.* release changes.
1999-03-16 Bruce MomjianUpdate nextval() code.
1999-03-16 Bruce MomjianFix snprintf with strings, and nextval('"Aa"');
1999-03-16 Bruce MomjianHere is a patch.
1999-03-16 Bruce Momjiancontrib/array_iterator/array_iterator.c won't compile.
1999-03-16 Bruce Momjianautoconf
1999-03-16 Bruce MomjianHmmm. It had to do with tcl/tk on FreeBSD. The config...
1999-03-16 Bruce MomjianChange Does Not Exist to 'does not exist'.
1999-03-15 Bruce Momjiancleanup
1999-03-15 Michael Meskes*** empty log message ***
1999-03-15 Bruce MomjianAllow sequence nextval actions to be case-sensitive.
1999-03-15 Bruce MomjianIrix fix from Jeff Johnson
1999-03-15 Bruce Momjianbool uses one byte
1999-03-15 Bruce MomjianDrop buffers before destroying database files.
1999-03-15 Bruce MomjianLIKE cleanup.
1999-03-15 Tom LaneFix brain death in !!= operator ... it's still pretty...
1999-03-15 Bruce Momjian> > > This patches src/bin/psql/psql.c.
1999-03-15 Tom LaneFix int8 configure one more time ... prior version...
1999-03-15 Bruce MomjianHi All,
1999-03-14 Bruce Momjiancleanup
1999-03-14 Bruce MomjianCleanup
1999-03-14 Bruce MomjianReversed out libpq protocol patch for Tom Lane.
1999-03-14 Bruce Momjiansrc/backend/utils/adt/numeric.c fails to compile due...
1999-03-14 Bruce MomjianThis is another example of why not allowing utility...
1999-03-14 Bruce MomjianAttempting to insert a value of 'now' into a datetime...
1999-03-14 Bruce MomjianHi,
1999-03-14 Bruce MomjianHere is a little syntax error found in a .y file.....
1999-03-14 Bruce MomjianCleanup of hash functions in pg_proc.
1999-03-14 Bruce Momjiancompile cleanup
1999-03-14 Bruce MomjianCompile cleanup
1999-03-14 Bruce MomjianDone.
1999-03-14 Bruce Momjian I've been having also sorts of fun trying to...
1999-03-14 Bruce MomjianWe have tested the patches on three platforms:
1999-03-14 Bruce MomjianThis patch improves the destroyuser script's behaviour...
1999-03-14 Bruce MomjianPatches for the SGML documentation relating
1999-03-14 Bruce MomjianFixup for src/tutorial/func.c and src/tutorial/func...
1999-03-14 Bruce MomjianHello,
1999-03-14 Bruce MomjianThe isWritable method in ResultSetMetaData returns...
1999-03-14 Bruce MomjianI have a problem with Access97 not working properly...
1999-03-14 Bruce MomjianThere are errors in the PGmoney class in the conversion...
1999-03-14 Bruce MomjianEnclosed below I have a patch to allow a btree index...
1999-03-11 Michael Meskes*** empty log message ***
1999-03-10 Vadim B. MikheevWe have to return dummy tuple for empty targetlist!
1999-03-10 Tom LaneMake type 'regproc' binary-compatible with int4 and...
1999-03-10 Tom LaneFix some typos in argument and result types in pg_proc
1999-03-09 Marc G. FournierFrom: Constantin Teodorescu <teo@flex.ro>
1999-03-09 Marc G. FournierChanges to fix/improve the dynamic loading on NT
1999-03-08 Bruce MomjianFix OR index selectivity problem.
1999-03-08 Bruce MomjianFix for Alpha OR selectivity bug.
1999-03-08 Marc G. FournierHave configure check for use of %lld for int64, and...
1999-03-07 Tom LaneExport include/utils/mcxt.h so that external stuff...
1999-03-07 Tom LaneModify mcxt.h so that it doesn't pull in half of creation.
1999-03-07 Tom LaneCleaner autoconf tests for int8 support.
1999-03-07 Bruce Momjiangeqo now at 11 tables
1999-03-07 Michael Meskes*** empty log message ***
1999-03-07 Bruce MomjianReally remove Recipe.
1999-03-06 Tom LaneEliminate duplicated code in dt.h
1999-03-06 Tom LaneReduce DEF_MAXBACKENDS to 32 so that default configuration
1999-03-06 Tom LaneA few further tweaks to shared memory space estimation.
1999-03-05 Michael Meskes*** empty log message ***
1999-03-05 Michael Meskes*** empty log message ***
1999-03-03 Tom LanePartial fix for copied-plan bugs reported by Hiroshi...
1999-03-01 Tom LaneExecutor no longer cares about mergejoinop, mergerighto...
1999-02-28 Marc G. FournierFrom: Michael Meskes <Michael_Meskes@topmail.de>
1999-02-28 Tom LaneFix pg_operator entries for mergejoinable operators...
1999-02-28 Tom LaneFix executor to work correctly with mergejoins where...
1999-02-27 Tom LaneRemove recipe.o from Makefile ... dead code not quite...
1999-02-27 Tom LanePut back T_RecipeStmt, since the system doesn't actuall...
1999-02-27 Tom LaneSomeone forgot to commit gram.c and parse.h after his...
1999-02-25 Bruce MomjianRemove reference to recipe.h.
1999-02-24 Bruce MomjianFix problem with selectivity error in added columns...
1999-02-24 Bruce Momjianupdate comments
1999-02-24 Bruce MomjianThank you for the advice. I concluded that current...
1999-02-23 Marc G. FournierFrom: Michael Meskes <Michael_Meskes@topmail.de>
1999-02-23 Thomas G. LockhartAdd parameters to function calls to pass back table...
1999-02-23 Thomas G. LockhartAdd a few other parser-only nodes for debugging help.
1999-02-23 Thomas G. LockhartDefine JoinExpr structure for outer join syntax.
1999-02-23 Thomas G. LockhartClean up error messages.
1999-02-23 Thomas G. LockhartDo a better job of selecting candidates among functions
1999-02-23 Thomas G. LockhartInclude some new code for outer joins. Disabled by...
1999-02-23 Thomas G. LockhartPut in explicit checks for implicit index name lengths.
1999-02-23 Thomas G. LockhartModify the outer join placeholder code with something...
1999-02-23 Thomas G. LockhartBring debugging print statement declarations up to...
1999-02-23 Thomas G. LockhartAdd constants for outer join states in executor.
1999-02-23 Thomas G. LockhartFix typos in comments.
1999-02-23 Thomas G. LockhartAdd first code to help with outer joins.
1999-02-23 Thomas G. LockhartFix typo in comment.
1999-02-23 Thomas G. LockhartUpdate error messages with more consistant format.
1999-02-23 Thomas G. LockhartAdd many new test cases.
1999-02-23 Thomas G. LockhartRemove non-portable queries by replacing getpgusername...
1999-02-23 Thomas G. LockhartFirst tests using JOIN syntax.
1999-02-23 Thomas G. LockhartRearrange order of subdirectory creation to help genera...
1999-02-22 Bruce Momjiancomments cleanup.
1999-02-22 Bruce Momjiancomment cleanup.
1999-02-22 Bruce Momjianifdef out append().
1999-02-22 Bruce MomjianOk. I found an align problem in lobj that might not...
1999-02-22 Tom LaneRepair some pretty serious problems in dynahash.c and
1999-02-22 Bruce Momjianmore cleanup
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1999-02-22 Bruce Momjianrename pgsql to postgres in regression.
next