summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-07-03heap' loggingVadim B. Mikheev
2000-07-02Attached is a new patch which addresses this problem. (oids inBruce Momjian
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-07-02Don't run in CacheMemoryContext more than necessary.Tom Lane
2000-07-02Don't run in CacheMemoryContext longer than necessary.Tom Lane
2000-07-02Remove memory leak from VACUUM parsing.Tom Lane
2000-07-02New memmgr logic in xact.c failed if AbortTransaction() is called whenTom Lane
2000-07-01Back out Karels to_char changes.Bruce Momjian
2000-07-01We don't need config.status substituting anything into Gen_fmgrtab.sh, wePeter Eisentraut
2000-07-01Synchronized integrated documentation with latest admin guide change.Peter Eisentraut
2000-07-01A little bit of clean-up/bug fix in Tcl build. Handle gracefully casesPeter Eisentraut
2000-07-01 In the attache is new to_date()/to_timestamp() version.Bruce Momjian
2000-06-30Fix select '1--2'; for PEter.Bruce Momjian
2000-06-30New and revised material for Admin guide, re backup & restore and databasePeter Eisentraut
2000-06-30Fixes for Solaris/cc suggested by <[email protected]>Peter Eisentraut
2000-06-30RemoveView was doing things the hard way...Tom Lane
2000-06-30Use a private memory context to store rule information in each relcacheTom Lane
2000-06-29Fix quotes in /* */ comments in psql.Bruce Momjian
2000-06-29Add test code to copy all parse/plan trees. Repair essential omissionsTom Lane
2000-06-29Rearrange config.h entries into a more sensible order, and add someTom Lane
2000-06-29Remove freefuncs.c, which hasn't been used in a long time and is notTom Lane
2000-06-29Add SIGFPE to list of signals never to block. #ifdef all signals inTom Lane
2000-06-29Add #ifdef for LC_MESSAGES, because it is not ANSI C standard, and BSDIBruce Momjian
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
2000-06-28Suppress memory leak in COPY WITH OIDS TO wherever.Tom Lane
2000-06-28Repair incorrect assumption that all versions of 'install' knowTom Lane
2000-06-28Call me silly, but I think it would be a good idea if initdb and otherTom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-27Tamotsu Nakagawa has posted a fix for this to a local mail list inBruce Momjian
2000-06-27Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut
2000-06-26Fix \pset null to use ', not ".Bruce Momjian
2000-06-25Added new commands and intelligence to psql tab completion.Peter Eisentraut
2000-06-25Relaxed pickiness about user and group commands in transaction blocks.Peter Eisentraut
2000-06-24Update FAQ.Bruce Momjian
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-21Fix typoPeter Eisentraut
2000-06-20> Great! Please cc: the docs or hackers mailing lists to make sure theBruce Momjian
2000-06-20Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in thePeter Eisentraut
2000-06-20Make renaming a temp table behave sensibly. We don't need to touchTom Lane
2000-06-20Make inheritance planning logic a little simpler and clearer,Tom Lane
2000-06-20Fix handling of type tuple associated with a temp relation. We haveTom Lane
2000-06-19Modify index-opening code to guarantee that the indexes of a relationTom Lane
2000-06-19Ensure that kernel error code is included in smgr-level error reports.Tom Lane
2000-06-19Integrated ODBC driver into regular build. No more standalone business,Peter Eisentraut
2000-06-19Remove old README files.Bruce Momjian
2000-06-19Add missing /contrib filesBruce Momjian
2000-06-19Update to /contrib from Karel.Bruce Momjian
2000-06-19autoconfBruce Momjian
2000-06-19Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in lengthBruce Momjian
2000-06-19fix HAVE_SQLGETPRIVATEPROFILESTRING defineBruce Momjian