OSDN Git Service

pg-rex/syncrep.git
1997-06-03 Bruce MomjianUPdate TODO/HISTORY again.
1997-06-03 Bruce MomjianUpdate TODO for release
1997-06-03 Bruce MomjianAdd bsdi to template detection.
1997-06-03 Thomas G. LockhartUpdate comments for regression testing.
1997-06-03 Thomas G. LockhartUse error message syntax consistant with other messages...
1997-06-03 Thomas G. LockhartUpdate to reflect new "drop aggregate" syntax and messages.
1997-06-03 Thomas G. LockhartUpdate to show new path and polygon syntax.
1997-06-03 Thomas G. LockhartUpdate path and polygon syntax to new conventions.
1997-06-03 Thomas G. LockhartUpdate to use new path geometric type syntax.
1997-06-03 Thomas G. LockhartModify banner to suggest using PST8PDT time zone rather...
1997-06-03 Thomas G. LockhartUpdate to suggest using PST8PDT time zone rather than...
1997-06-03 Thomas G. LockhartAdd upgradepath(), isoldpath(), upgradepoly() and rever...
1997-06-03 Thomas G. LockhartPut parens around macro arguments for safety per D...
1997-06-03 Thomas G. LockhartAdd upgradepath(), isoldpath(), upgradepoly() and rever...
1997-06-03 Thomas G. LockhartUse finite() macro if available to check returns from...
1997-06-03 Thomas G. LockhartFix a few DATEDEBUG print statements.
1997-06-03 Vadim B. Mikheevcc1: warnings being treated as errors
1997-06-03 Vadim B. MikheevSET geqo TO 'on' restores _use_geqo_rels_ to GEQO_RELS...
1997-06-03 Vadim B. Mikheevcc1: warnings being treated as errors
1997-06-03 Vadim B. MikheevSET var TO '...'
1997-06-03 Vadim B. Mikheevcc1: warnings being treated as errors
1997-06-03 Vadim B. MikheevCleanups.
1997-06-03 Bruce MomjianAdd \dt and \di to psql help.
1997-06-03 Vadim B. MikheevNew description of currval.
1997-06-03 Vadim B. Mikheev#define GEQO_RELS 6 (not 7)
1997-06-03 Vadim B. MikheevFix deleted tuples re-incarnation possible when vacuum...
1997-06-02 Edmund Mergl*** empty log message ***
1997-06-02 Bruce MomjianUpdate man and psqlHelp for new SET GEQO=# option.
1997-06-02 Bruce MomjianAllow for EOF or \0 as input() return from lex.
1997-06-02 Vadim B. MikheevOracle like currval behaviour.
1997-06-02 Vadim B. Mikheev#define GEQO_RELS 7
1997-06-02 Vadim B. MikheevUse GEQO if _use_geqo_ is TRUE and # of relations is...
1997-06-02 Vadim B. MikheevSET var TO 'a=b'
1997-06-02 Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-02 Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-06-02 Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-02 Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-01 Marc G. FournierOrdering of libraries changed so that -lbsd is *after...
1997-06-01 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-06-01 Marc G. FournierFrom: Phil Nelson <phil@cs.wwu.edu>
1997-06-01 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-06-01 Marc G. FournierFrom: Robert Bruccoleri <bruc@bms.com>
1997-06-01 Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-01 Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-01 Bruce MomjianAdded \n to error message.
1997-06-01 Bruce MomjianAdd R_PLANS to psql help, and SET cleanup.
1997-06-01 Bruce MomjianDROP agg psql help change from Darren.
1997-06-01 Bruce MomjianSET R_PLANS added to manual page.
1997-06-01 Bruce MomjianPut back old lines.
1997-06-01 Bruce MomjianAdd bsdi 3.0 to configure.
1997-06-01 Bruce MomjianCleanup for AIX from Darren.
1997-06-01 Bruce MomjianEscape newline in select output, from A. Duursma.
1997-06-01 Bruce MomjianEnable GEQO for more than six tables, from Martin.
1997-06-01 Bruce MomjianChanged 1943 to 1947 to fix, other cleanups.
1997-05-31 Bruce MomjianFix for SELECT * INTO TABLE for char(), varchar() fields.
1997-05-31 Vadim B. MikheevIf there is no table in RangeTable for colname then
1997-05-31 Vadim B. MikheevIf we have to split leaf page in the chain of duplicates
1997-05-30 Vadim B. MikheevAdded: new BTP_CHAIN flag (if hikey == firstkey then...
1997-05-30 Vadim B. MikheevFix duplicates handling.
1997-05-30 Thomas G. LockhartClean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZON...
1997-05-26 Thomas G. LockhartEnsure double alignment for time and arrays of circles.
1997-05-26 Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-26 Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-25 Marc G. Fournier-m <arg> -M weren't setup properly in getopts()...
1997-05-24 Bruce MomjianFix core dump on \c.
1997-05-24 Bruce MomjianFix \c option after breaking it.
1997-05-23 Thomas G. LockhartClean up redundant tests for valid pointers in geometri...
1997-05-23 Thomas G. LockhartEnable new date and time definitions to allow Solaris...
1997-05-23 Vadim B. MikheevAllocateFile():
1997-05-23 Bruce MomjianOnly free memory if environment value is replaced.
1997-05-23 Bruce MomjianComment on fix added.
1997-05-22 Bruce MomjianPreserve putenv() memory in psql \connect user fix.
1997-05-22 Bruce MomjianFix backslash commands broken when \connect user added.
1997-05-22 Vadim B. MikheevRelationPurgeLocalRelation():
1997-05-22 Vadim B. Mikheev1. Fix md memory leak:
1997-05-22 Vadim B. Mikheev1. Cleanup (no more FreeFd - unuseful; others).
1997-05-22 Vadim B. Mikheevgist.h:
1997-05-22 Vadim B. Mikheev1. Pass GISTENTRYs to giststate->penaltyFn by pointers...
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-22 Marc G. FournierOops, missed the commit on this one by Darren King...
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-21 Bruce MomjianUpdated pg_dumpall and psql to preserve database owners.
1997-05-21 Bruce MomjianAdd SRCDIR to lextest
1997-05-20 Bruce MomjianFix for lextest return value.
1997-05-20 Vadim B. MikheevLittle memmory leak in RelationFlushRelation() in freeing
1997-05-20 Vadim B. MikheevDefine FREE(x) as pfree.
1997-05-20 Vadim B. MikheevShouldn't we use palloc instead of malloc ?
1997-05-20 Vadim B. Mikheev1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we...
1997-05-20 Vadim B. MikheevConsider right-sided plans if _use_right_sided_plans_...
1997-05-20 Vadim B. MikheevNew VAR r_plans added to enable turn ON/OFF
1997-05-20 Vadim B. MikheevInitialize internal keys if rtree used in inner scan.
1997-05-20 Bruce MomjianAdded fcvt() prot for bsdi.
1997-05-20 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-19 Bruce MomjianRemove create_database interactive prohibition from...
1997-05-19 Bruce MomjianAdd Makefile.global to lextest makefile.
1997-05-19 Vadim B. MikheevMulti-column indices creation is now supported in norma...
1997-05-19 Marc G. FournierFrom: Olaf Mittelstaedt <MSTAEDT@va-sigi.va.fh-ulm.de>
1997-05-19 Marc G. FournierThese two files got reversed somehow... -K PIC is a...
next