OSDN Git Service

pg-rex/syncrep.git
2000-07-04 Tom LaneDataFill() has no business resetting xact status bits
2000-07-04 Vadim B. Mikheevmisc
2000-07-04 Vadim B. Mikheevunlock buffer before releasing in heap_insert
2000-07-04 Tom Lanetuptoaster.h should surely not #include postgres.h.
2000-07-03 Tom LaneAdd missing #include for TOAST.
2000-07-03 Jan WieckTOAST changes to catalog
2000-07-03 Jan WieckTOAST
2000-07-03 Peter EisentrautMove global internal files to PGDATA/global.
2000-07-03 Peter EisentrautMove PGPORT envar handling to ResetAllOptions(). Improv...
2000-07-03 Peter EisentrautHave pg_dumpall write CREATE USER and CREATE GROUP...
2000-07-03 Bruce Momjian Very small changes in the contrib's pg_dumplo in the...
2000-07-03 Bruce MomjianIn the attache is new (correct) version. I add TZ ...
2000-07-03 Hiroshi InoueAdd a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatis...
2000-07-03 Tom LaneClean up memory-context stuff, other minor infelicities.
2000-07-03 Tom LaneRemove unused variable. (Hey Peter, you use gcc, why...
2000-07-03 Vadim B. Mikheevheap' logging
2000-07-02 Bruce MomjianAttached is a new patch which addresses this problem...
2000-07-02 Peter EisentrautVersion number now set in configure, available through...
2000-07-02 Tom LaneDon't run in CacheMemoryContext more than necessary.
2000-07-02 Tom LaneDon't run in CacheMemoryContext longer than necessary.
2000-07-02 Tom LaneRemove memory leak from VACUUM parsing.
2000-07-02 Tom LaneNew memmgr logic in xact.c failed if AbortTransaction...
2000-07-01 Bruce MomjianBack out Karels to_char changes.
2000-07-01 Peter EisentrautWe don't need config.status substituting anything into...
2000-07-01 Peter EisentrautSynchronized integrated documentation with latest admin...
2000-07-01 Peter EisentrautA little bit of clean-up/bug fix in Tcl build. Handle...
2000-07-01 Bruce Momjian In the attache is new to_date()/to_timestamp() version.
2000-06-30 Bruce MomjianFix select '1--2'; for PEter.
2000-06-30 Peter EisentrautNew and revised material for Admin guide, re backup...
2000-06-30 Peter EisentrautFixes for Solaris/cc suggested by <pgsql-hackers@thewri...
2000-06-30 Tom LaneRemoveView was doing things the hard way...
2000-06-30 Tom LaneUse a private memory context to store rule information...
2000-06-29 Bruce MomjianFix quotes in /* */ comments in psql.
2000-06-29 Tom LaneAdd test code to copy all parse/plan trees. Repair...
2000-06-29 Tom LaneRearrange config.h entries into a more sensible order...
2000-06-29 Tom LaneRemove freefuncs.c, which hasn't been used in a long...
2000-06-29 Tom LaneAdd SIGFPE to list of signals never to block. #ifdef...
2000-06-29 Bruce MomjianAdd #ifdef for LC_MESSAGES, because it is not ANSI...
2000-06-28 Peter EisentrautMakefile cleanup for interface tree. Now essentially...
2000-06-28 Tom LaneSuppress memory leak in COPY WITH OIDS TO wherever.
2000-06-28 Tom LaneRepair incorrect assumption that all versions of 'insta...
2000-06-28 Tom LaneCall me silly, but I think it would be a good idea...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-27 Bruce MomjianTamotsu Nakagawa has posted a fix for this to a local...
2000-06-27 Peter EisentrautMakefile cleanup for bin and pl subtrees. They should...
2000-06-26 Bruce MomjianFix \pset null to use ', not ".
2000-06-25 Peter EisentrautAdded new commands and intelligence to psql tab completion.
2000-06-25 Peter EisentrautRelaxed pickiness about user and group commands in...
2000-06-24 Bruce MomjianUpdate FAQ.
2000-06-22 Peter EisentrautSecond pass over run-time configuration system. Adjust...
2000-06-21 Peter EisentrautFix typo
2000-06-20 Bruce Momjian> Great! Please cc: the docs or hackers mailing lists...
2000-06-20 Peter EisentrautCleaned up PL/pgSQL build. Fixed a couple of copyandpas...
2000-06-20 Tom LaneMake renaming a temp table behave sensibly. We don...
2000-06-20 Tom LaneMake inheritance planning logic a little simpler and...
2000-06-20 Tom LaneFix handling of type tuple associated with a temp relat...
2000-06-19 Tom LaneModify index-opening code to guarantee that the indexes...
2000-06-19 Tom LaneEnsure that kernel error code is included in smgr-level...
2000-06-19 Peter EisentrautIntegrated ODBC driver into regular build. No more...
2000-06-19 Bruce MomjianRemove old README files.
2000-06-19 Bruce MomjianAdd missing /contrib files
2000-06-19 Bruce MomjianUpdate to /contrib from Karel.
2000-06-19 Bruce Momjianautoconf
2000-06-19 Bruce MomjianRename HAVE_SQLGETPRIVATEPROFILESTRING to something...
2000-06-19 Bruce Momjianfix HAVE_SQLGETPRIVATEPROFILESTRING define
2000-06-19 Tom LaneClean up bogosities in pg_opclass, pg_amop, pg_amproc...
2000-06-19 Bruce MomjianLinux/alpha patch.
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-18 Peter EisentrautSeparated set constraints and set transaction reference...
2000-06-18 Tom LaneReinstate BufFileTell().
2000-06-17 Tom LaneGet rid of IndexIsUniqueNoCache() kluge by the simple...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-06-17 Tom LaneClean out another pocket of functions called via nonspe...
2000-06-17 Peter EisentrautRemove fmgrstamp-h business -- not needed and confusing
2000-06-16 Bruce MomjianCleanup README Makefile installs.
2000-06-16 Tom LaneRepair unforgivably brain-dead representation of CaseEx...
2000-06-15 Bruce MomjianRemove old doc files, now README.
2000-06-15 Bruce MomjianAdd missing /contrib files to CVS.
2000-06-15 Bruce Momjian/contrib patch from Karel.
2000-06-15 Bruce MomjianUpdate TODO list.
2000-06-15 Tom LaneRepair Large Object bugs demonstrated by Ian Grant...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-15 Bruce MomjianClean up #include's.
2000-06-15 Bruce Momjian#include cleanups
2000-06-14 Bruce MomjianUpdate include cleaning scripts.
2000-06-14 Bruce MomjianUpdate include scripts
2000-06-14 Bruce MomjianAdd () around define -1.
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-14 Bruce Momjianautoconf
2000-06-14 Bruce MomjianBack out libpgtcl tcl/tksh includes.
2000-06-14 Bruce MomjianRemove -O0 linux ppc flag
2000-06-14 Thomas G. LockhartRepair markup to allow clean doc builds.
2000-06-14 Thomas G. LockhartReword to reduce redundant wording in some wording ;)
2000-06-14 Thomas G. LockhartFix up typos.
2000-06-14 Tom LaneI had overlooked the fact that some fmgr-callable funct...
2000-06-14 Bruce MomjianFix for memory leak from Denis Perchine
2000-06-14 Bruce MomjianAdd drop detail item.
2000-06-14 Bruce MomjianAdd type conversion TODO.detail
2000-06-14 Bruce Momjian> If read or write fails. Position will left the same...
2000-06-14 Bruce MomjianUpdate TODO list.
next