OSDN Git Service

pg-rex/syncrep.git
1999-04-25 Tom LaneClean up gcc warning in MULTIBYTE code.
1999-04-25 Tom Laneifdef out some unused routines to suppress gcc warnings.
1999-04-25 Tom LaneOoops, missed committing this one...
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-04-23 Bruce MomjianRename explain's "size" to "rows".
1999-04-23 Bruce MomjianAdd disk space message to "can not extend" message.
1999-04-23 Thomas G. LockhartRemove "Non-functional update" notices since that messa...
1999-04-23 Tom LaneRepair missing heap_endscan() in OperatorUpd().
1999-04-22 Vadim B. MikheevFix duplicating ROOT page in concurrent updates.
1999-04-20 Tom LaneUn-break CREATE TYPE. Fix some other inconsistencies...
1999-04-20 Tom LaneChange elog(ERROR) to get back to main loop via a plain...
1999-04-20 Tom LanePortability patches for HPUX 11 and Unixware in configure
1999-04-19 Bruce MomjianAdd temporary for temp.
1999-04-19 Tatsuo IshiiFix typo in multi-byte encodings (EHC_CN --> EUC_CN)
1999-04-19 Tom LaneFix problems seen when result of a subselect was used...
1999-04-19 Tom LaneRepair some problems in planner's handling of HAVING...
1999-04-18 Tom LaneAfter transforming a CASE expr with a default argument,
1999-04-18 Tom LaneUpdate CREATE FUNCTION's on-line help in psql.
1999-04-18 Tom LaneAllow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to
1999-04-17 Bruce MomjianAdd res checking to libpq examples, from Dan Merillat.
1999-04-16 Tom LaneAdd missing function prototypes to stifle gcc warnings.
1999-04-16 Michael Meskes*** empty log message ***
1999-04-16 Tatsuo IshiiFix kill() call in elog() so that it gets its own pid...
1999-04-16 Tatsuo IshiiOverhaul Wisconsin Benchmark test suit
1999-04-16 Tom LaneImprove error messages when a connection is rejected.
1999-04-15 Thomas G. LockhartFix max(int8) result by making sure int8larger() copies...
1999-04-15 Tatsuo IshiiHello!
1999-04-15 Peter MountReplaced <literal></literal> with "" in ProgramListing...
1999-04-15 Tom LaneInitialize reltuples = 1000, relpages = 10 in a newly...
1999-04-15 Tom LaneAdd ORDER BY clauses to some select-from-view operations
1999-04-15 Tom Lanepsql did the wrong thing with COPY FROM STDIN inside...
1999-04-15 Thomas G. LockhartMove some useful date/time test macros to here to allow
1999-04-15 Thomas G. LockhartDeclare hashint8().
1999-04-15 Thomas G. LockhartFix code to check legal dates *before* calling localtim...
1999-04-15 Thomas G. LockhartFix boolean assignment of return values to use "FALSE...
1999-04-15 Thomas G. LockhartCode modified to reject out of range day of month.
1999-04-15 Thomas G. LockhartFix error message to match that returned by new regress...
1999-04-15 Tom LaneCorrect documentation of CREATE OPERATOR.
1999-04-14 Tom LaneCorrect psql's online help for CREATE OPERATOR, which did
1999-04-14 Tom Lanepg_dump was trying to use an incorrect (or, perhaps...
1999-04-14 Michael Meskes*** empty log message ***
1999-04-14 Marc G. Fournieruse new config.guess output for system specific expecte...
1999-04-14 Marc G. Fournieruse config.guess instead of uname -s to figure out...
1999-04-13 Bruce MomjianFix adding columns to a temp table.
1999-04-13 Bruce MomjianAdd ARM32 support by Andrew McMurry
1999-04-13 Bruce Momjianarray_in is defined in the system catalog as taking...
1999-04-13 Bruce MomjianThere are some bugs about backward scanning using
1999-04-13 Michael Meskes*** empty log message ***
1999-04-13 Tatsuo IshiiAdd -E option
1999-04-13 Tatsuo IshiiDocument updation for 6.5
1999-04-12 Vadim B. MikheevFix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty().
1999-04-12 Vadim B. MikheevSome comments...
1999-04-12 Vadim B. MikheevUnique btree-s:
1999-04-12 Tatsuo Ishiiadd mipsel-unknown-linux-gnu support. config.guess...
1999-04-11 Peter MountImplement UpdateCount
1999-04-11 Tom LaneRepair problems seen when CREATE OPERATOR mentions a
1999-04-10 Tom LaneFix another batch of bogosities in pg_operator table.
1999-04-10 Tom LaneTweak create_operator regress test so it doesn't illustrate
1999-04-10 Peter Mountvacuumlo deals with large objects not referenced by...
1999-04-09 Tom LaneFix CREATE OPERATOR ... LANGUAGE 'internal', which...
1999-04-08 Thomas G. LockhartAdd section from Tom Lane on hashjoin characteristics...
1999-04-08 Thomas G. LockhartAdd emacs editor hints to bottom of file.
1999-04-07 Tom LaneFix some more hashjoin-related bugs in pg_operator...
1999-04-07 Tatsuo IshiiPrepare multi-byte support document for 6.5
1999-04-07 Tom LaneUnmark 'hashable' operators that can't really be used for
1999-04-06 Thomas G. LockhartFix markup to include all closing tags.
1999-04-06 Thomas G. LockhartStart indenting markup. No text changes.
1999-04-06 Thomas G. LockhartFix XREF markup and typo.
1999-04-06 Thomas G. LockhartVersion string was truncating the last character.
1999-04-06 Tom LaneOn reflection, filesize limit ought to be an exact...
1999-04-05 Tom LaneReduce default file size limit to 1Gb, and move the
1999-04-05 Vadim B. MikheevFix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirty
1999-04-05 Tom LaneFix potential overflow problems when relation size...
1999-04-04 Tom LaneWe use CFLAGS = -O2 on every other gcc platform, so...
1999-04-04 Tom LaneUse MAXALIGN value found by configure instead of a
1999-04-03 Tom LaneGive a better error message if an SQL-language function is
1999-04-03 Tom LaneFix bogus pg_amop entries for int8 hash, cidr btree,
1999-04-03 Tom LaneFix nasty bug in optimization of multiway joins: optimizer
1999-04-02 Tom LaneRepair problems with omitted password and VALID UNTIL
1999-04-02 Tom LaneRemove overly presumptuous use of __STDC__ in c.h,...
1999-04-02 Tom LaneClean up compile errors and warnings, cf Billy Allie's
1999-04-02 Tom LaneUpdate config.guess and config.sub to versions from
1999-03-30 Thomas G. LockhartFix up small markup problems. Force omit-tags to nil...
1999-03-30 Thomas G. LockhartRepair cut-and-paste typo which described createdb...
1999-03-30 Thomas G. LockhartInclude libpq+.sgml in the doc set.
1999-03-30 Thomas G. LockhartUpdates from Vince Vielhaber are the first since 1997.
1999-03-30 Thomas G. LockhartMarkup fixes from Vince Vielhaber.
1999-03-30 Tatsuo IshiiAdd -E option
1999-03-30 Tatsuo IshiiBug fixes and enhances to psql submitted by Masaaki...
1999-03-30 Bruce MomjianSmall cleanups.
1999-03-29 Tatsuo IshiiAddition to test/locale submitted by Oleg Broytmann...
1999-03-29 Tatsuo Ishiichange comparison char* and NULL to char* and '\0'...
1999-03-29 Tom LaneModify fmgr so that internal name (compiler name) of...
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-03-28 Tom LaneExpanded opr_sanity test to look at pg_proc and other
1999-03-28 Tom LaneNew regression test to cross-check pg_type, pg_class,
1999-03-28 Tom LaneClean up various minor irregularities detected by type_...
1999-03-28 Tom LaneRemove pg_attribute_check.sql: these checks merged...
1999-03-28 Tom LaneFix bogus function signature for areajoinsel.
1999-03-27 Tom LaneDelete unused system table pg_parg.
next