OSDN Git Service

pg-rex/syncrep.git
2001-11-17 Tom LaneExpand documentation for sequence functions (nextval...
2001-11-17 Bruce MomjianUpdate TODO list.
2001-11-17 Bruce MomjianUpdate TODO list.
2001-11-17 Peter EisentrautUpdate key words for recent grammar changes
2001-11-17 Tom LaneFix performance problems in TOAST compressor. The...
2001-11-17 Bruce MomjianUpdate Japanese FAQ's.
2001-11-16 Tom LaneIsSystemRelationName() treats TOAST relations as system...
2001-11-16 Bruce MomjianAdd missing prototype.
2001-11-16 Bruce MomjianAdd configure result checks on odbc, per Peter E.
2001-11-16 Tom Laneplpython security and error handling fixes, from
2001-11-16 Bruce MomjianUpdate TODO list.
2001-11-16 Tom LaneOnce again, Michael has overwritten someone else's...
2001-11-16 Peter EisentrautMake the yacc rules safe for parallel make. See discus...
2001-11-16 Tom LaneRemove 'triggered data change violation' error check...
2001-11-16 Peter EisentrautUse -f for rm.
2001-11-16 Michael MeskesCommitted again to add the missing files/patches.
2001-11-16 Hiroshi InoueChange SQLDescribeCol so that it returns alias name...
2001-11-16 Tom LaneUpdate keyword lists per suggestions by Peter. There...
2001-11-16 Tom LaneFix silly error in plpgsql example.
2001-11-15 Tom LaneAdd documentation for new plpgsql cursor operations...
2001-11-15 Tom LaneFix some problems in new plpgsql cursor operations...
2001-11-15 Bruce MomjianRead getopt() into an int, not char.
2001-11-15 Tom LaneAutoconf.
2001-11-15 Bruce MomjianWell the absolute correct solution would involve all of:
2001-11-15 Bruce MomjianUpdate md5.h because it can't get the value from configure.
2001-11-15 Bruce MomjianFix for AIX compile and unsigned/signed typedefs.
2001-11-15 Peter EisentrautOnly use RTLD_GLOBAL when available, which it isn't...
2001-11-15 Tom LaneSignificant editorial overhaul of plpgsql documentation.
2001-11-15 Tatsuo IshiiAdd changes for multibyte support in 7.2.
2001-11-15 Bruce MomjianFix comment at top of file to match file name.
2001-11-15 Bruce MomjianUpdate TODO list.
2001-11-14 Tom LaneOverhaul SPI documentation: bring it into some semblanc...
2001-11-14 Tom LaneTry to be a little less terse about dealing with variab...
2001-11-14 Bruce MomjianGnu -> GNU in docs.
2001-11-14 Dave Cramerfixes getIndex to work with forte's transparent persistence
2001-11-14 Bruce MomjianUpdate TODO list.
2001-11-14 Michael MeskesAdded Christof's patches.
2001-11-14 Barry LindAttached is a patch against the CVS repository that...
2001-11-13 Bruce MomjianUpdate CVS tags.
2001-11-13 Bruce MomjianUse better CVS tag.
2001-11-13 Bruce MomjianRemove md5.c check, add CVS log stamp. Update comments.
2001-11-13 Tom LaneGive a more intelligible and useful error message for...
2001-11-13 Bruce MomjianUpdate TODO list.
2001-11-12 Tom LaneTweak parser so that there is a defined representation...
2001-11-12 Bruce MomjianUpdate TODO list.
2001-11-12 Tom LaneIf the alternatives for a CASE construct all have the...
2001-11-12 Tom LaneIf the inputs of a UNION/INTERSECT/EXCEPT construct...
2001-11-12 Barry Lindfixed bug in ResultSet. Version 1.29 backed out two...
2001-11-12 Peter EisentrautAdd some more index entries.
2001-11-12 Barry LindCommit to support MD5 passwords as per the backend...
2001-11-12 Bruce MomjianAdd port number to pg_dumplo.
2001-11-12 Tom LaneRepair crash in EvalPlanQual of query involving nestloo...
2001-11-12 Tom LaneRemove duplicate extern declaration.
2001-11-12 Tom Lanepsql's \do was going out of its way to lie about the...
2001-11-12 Bruce MomjianUpdate FAQ.
2001-11-12 Bruce MomjianUpdate TODO list.
2001-11-12 Bruce Momjian Tables without oids wouldn't be able to be
2001-11-12 Tom LaneRemove a bunch more no-longer-used stuff in libpq-be.h.
2001-11-12 Bruce MomjianUpdate TODO list.
2001-11-12 Tom LaneSuppress duplicate error messages in pq_flush. Write...
2001-11-12 Tom Lanesend() attempt for IDENT communication should retry...
2001-11-12 Tom LaneThe PacketReceive/PacketSend routines aren't used anymore.
2001-11-12 Bruce MomjianUpdate MD5 documentation.
2001-11-12 Bruce MomjianAdd more MD5 documentation now that odbc/jdbc support it.
2001-11-12 Bruce MomjianSync up both files.
2001-11-12 Bruce Momjian Add comments and remove CVS tag from md5.c so they...
2001-11-12 Bruce MomjianAdd comments and remove CVS tag from md5.c so they...
2001-11-12 Bruce MomjianUpdate md5 to match.
2001-11-12 Bruce MomjianAdd comments of duplicate definitions in interfaces...
2001-11-12 Bruce MomjianAdd code to check that md5.c files are in sync.
2001-11-12 Bruce MomjianIndent new rename.c for Tom Lane.
2001-11-12 Hiroshi InoueAdd md5 authentication support thanks to Bruce Momjian.
2001-11-12 Tom LaneMake ALTER TABLE RENAME update foreign-key trigger...
2001-11-12 Tom LaneClean up a bunch of ScanKeyEntryInitialize calls that...
2001-11-11 Tom LaneTest program needs to declare MaxBackends, per Bernd...
2001-11-11 Tom LaneDefend against brain-dead QNX implementation of qsort().
2001-11-11 Tom LaneIn find_mergeclauses_for_pathkeys, it's okay to return...
2001-11-11 Bruce MomjianFix typo pointed out by bruno@wolff.to
2001-11-11 Bruce MomjianFix for compiling libpq++ on Solaris with Sun SPRO6U2.
2001-11-11 Tom Lanesort_inner_and_outer needs a check to ensure that it...
2001-11-11 Hiroshi InoueUse abbreviated connection string more widely.
2001-11-11 Tom LaneDefend against possibility that SSL error reporting...
2001-11-10 Tom LaneClean up usage-statistics display code (ShowUsage and...
2001-11-10 Tom LaneRestructure child-exit logging messages for easier...
2001-11-10 Tom LaneAllow TIMESTAMP, VARCHAR, et al to be used as unquoted...
2001-11-10 Tom LaneRepair erroneous ALTER DROP CONSTRAINT example.
2001-11-09 Dave CramerJason Davies patch to getImported/getExported keys
2001-11-08 Peter EisentrautSupport for images in jadetex and pdfjadetex. Formatti...
2001-11-08 Peter EisentrautUse <sect1> rather than <section> to simplify formatting.
2001-11-08 Peter EisentrautAdd missing spaces
2001-11-08 Peter EisentrautFix indexterms
2001-11-08 Peter EisentrautMove the indexterms around so they don't affect formatting
2001-11-08 Peter EisentrautUse <important> rather than <caution> when the conditio...
2001-11-08 Peter EisentrautSmall tuning
2001-11-08 Peter EisentrautSpacing improvements
2001-11-08 Peter EisentrautDon't use dot in id attribute, which confuses the index...
2001-11-08 Peter EisentrautCleanup of bibliography
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-08 Bruce MomjianUpdate TODO list.
2001-11-08 Bruce MomjianMake extern C handling more flexible.
next