summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-05-27Patch for Kerberos V.Bruce Momjian
2000-05-27Clean up pg_hba.confBruce Momjian
2000-05-27Improve pg_hba.conf examplesBruce Momjian
2000-05-26Reduce eqsel()'s fudge-factor for estimating the frequency of valuesTom Lane
2000-05-26Fix too long syslog message problemTatsuo Ishii
2000-05-26Generate a reasonable error message when an aggregate function is appliedTom Lane
2000-05-26More paranoia about global variables containing references to long-Tom Lane
2000-05-26After closing frontend socket, set MyProcPort->sock = -1 to ensure thatTom Lane
2000-05-25Add some elog(DEBUG)'s to help diagnose mdblindwrt failures.Tom Lane
2000-05-25Clean up sloppy coding of _outAExpr().Tom Lane
2000-05-25Modify raw parsetree representation returned by gram.y for SubLinks:Tom Lane
2000-05-25Do table renaming in a sane order: physical file rename must happenTom Lane
2000-05-25heap_drop() should flush the relcache entry for theTom Lane
2000-05-25On solaris, createdb/dropdb fails because of strange behavior of system().Tatsuo Ishii
2000-05-24Make setproctitle update for every query.Bruce Momjian
2000-05-23comment cleanupBruce Momjian
2000-05-23Fix problem in which sloppily-coded test in ExecInitIndexScan wouldTom Lane
2000-05-22CleanupBruce Momjian
2000-05-22I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian
2000-05-21Remove calls to getprotobyname(), which we now know leaks memory onTom Lane
2000-05-21Repair memory leaks that caused CacheCxt to grow without bound. WeTom Lane
2000-05-21Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane
2000-05-20Clean up grotty references to CacheCxt (externs inside functions,Tom Lane
2000-05-20Enhance multibyte support.Tatsuo Ishii
2000-05-20Add KEEPALIVE option to the socket of backend. This will automaticallyTatsuo Ishii
2000-05-19Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane
2000-05-19Correct busted syntax of CC invocation for tas.s.Tom Lane
2000-05-18Change remove function warning for built-ins.Bruce Momjian
2000-05-18Throw NOTICE on built-in function removalBruce Momjian
2000-05-18Reduce COPY IN lock from AccessExclusive to a more reasonableTom Lane
2000-05-16Several compilation and run-time problems occur when building on SGIBruce Momjian
2000-05-16Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane
2000-05-14Finally fix LISTEN problem.Bruce Momjian
2000-05-13Tweak selectivity for area-based operators. Still a crock...Tom Lane
2000-05-12This is the second time I've answered this exact same problem in twoBruce Momjian
2000-05-12Squash some more CLUSTER bugs. Never has worked on multiple-columnTom Lane
2000-05-12Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.Tom Lane
2000-05-11Makefile CFLAGS cleanups.Bruce Momjian
2000-05-11Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.Tom Lane
2000-05-05Make the indexes on pg_group be shared system relations.Tom Lane
2000-05-04Don't leak a file descriptor when updating pg_pwd file. Also, check forTom Lane
2000-05-02Modify getdatabaseencoding(), pg_encoding_to_char()Tatsuo Ishii
2000-04-30Reset CurrentMemoryContext to TopMemoryContext at the beginning of errorTom Lane
2000-04-30Remove bogus 'xid loop detected' check, which actually wasn't detectingTom Lane
2000-04-28Setting statistic options from SET PG_OPTIONS caused a backend crashTom Lane
2000-04-27Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries,Tom Lane
2000-04-27Repair problem noted by Elphick: make_rels_by_joins failed to handleTom Lane
2000-04-27-D switch to postmaster should override any PGDATA environment variableTom Lane
2000-04-26Tweak outUnique to include uniqColIdx[] field in the printout. This doesTom Lane
2000-04-26On HPUX, shl_load should be called with options BIND_IMMEDIATE ratherTom Lane