aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Make analyze do vacuum/analyze in one step.Bruce Momjian2000-05-29
* More vacuum cleanupBruce Momjian2000-05-29
* more cleanupBruce Momjian2000-05-29
* Add analyze log messages for verbose mode.Bruce Momjian2000-05-29
* cleanupBruce Momjian2000-05-29
* Allow vacuum to perform analyze with shared lock. Update cvs manual.Bruce Momjian2000-05-29
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* More vacuum cleanupsBruce Momjian2000-05-29
* More vacuum renaming.Bruce Momjian2000-05-29
* Miscellaneous cleanups of places that needed to account for newTom Lane2000-05-28
* Constant-expression simplifier now knows how to simplify strict functionsTom Lane2000-05-28
* Install fmgr rewrite doc as README file.Tom Lane2000-05-28
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* define YY_NEVER_INTERACTIVE for flex, to persuade flex that it's notTom Lane2000-05-27
* Update kerberos patchBruce Momjian2000-05-27
* Back out kerberos changes. Causes compile problems.Bruce Momjian2000-05-27
* Patch for Kerberos V.Bruce Momjian2000-05-27
* Clean up pg_hba.confBruce Momjian2000-05-27
* Improve pg_hba.conf examplesBruce Momjian2000-05-27
* Reduce eqsel()'s fudge-factor for estimating the frequency of valuesTom Lane2000-05-26
* Fix too long syslog message problemTatsuo Ishii2000-05-26
* Generate a reasonable error message when an aggregate function is appliedTom Lane2000-05-26
* More paranoia about global variables containing references to long-Tom Lane2000-05-26
* After closing frontend socket, set MyProcPort->sock = -1 to ensure thatTom Lane2000-05-26
* Add some elog(DEBUG)'s to help diagnose mdblindwrt failures.Tom Lane2000-05-25
* Clean up sloppy coding of _outAExpr().Tom Lane2000-05-25
* Modify raw parsetree representation returned by gram.y for SubLinks:Tom Lane2000-05-25
* Do table renaming in a sane order: physical file rename must happenTom Lane2000-05-25
* heap_drop() should flush the relcache entry for theTom Lane2000-05-25
* On solaris, createdb/dropdb fails because of strange behavior of system().Tatsuo Ishii2000-05-25
* Make setproctitle update for every query.Bruce Momjian2000-05-24
* comment cleanupBruce Momjian2000-05-23
* Fix problem in which sloppily-coded test in ExecInitIndexScan wouldTom Lane2000-05-23
* CleanupBruce Momjian2000-05-22
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-22
* Remove calls to getprotobyname(), which we now know leaks memory onTom Lane2000-05-21
* Repair memory leaks that caused CacheCxt to grow without bound. WeTom Lane2000-05-21
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-21
* Clean up grotty references to CacheCxt (externs inside functions,Tom Lane2000-05-20
* Enhance multibyte support.Tatsuo Ishii2000-05-20
* Add KEEPALIVE option to the socket of backend. This will automaticallyTatsuo Ishii2000-05-20
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-19
* Correct busted syntax of CC invocation for tas.s.Tom Lane2000-05-19
* Change remove function warning for built-ins.Bruce Momjian2000-05-18
* Throw NOTICE on built-in function removalBruce Momjian2000-05-18
* Reduce COPY IN lock from AccessExclusive to a more reasonableTom Lane2000-05-18
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-16
* Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane2000-05-16
* Finally fix LISTEN problem.Bruce Momjian2000-05-14