summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-05-25On solaris, createdb/dropdb fails because of strange behavior of system().Tatsuo Ishii
2000-05-24Make the world safe for QNX's busted shell ...Tom Lane
2000-05-24Make the world safe for QNX's busted shell ...Tom Lane
2000-05-24add a --with-setproctitle switch to configure that leaves the use of setproct...Marc G. Fournier
2000-05-24Update so init displays status with setproctitle too, like the rest of them.Bruce Momjian
2000-05-24Make setproctitle update for every query.Bruce Momjian
2000-05-23Comment out no-op ps updates for setproctitle(), until we figure outBruce Momjian
2000-05-23comment cleanupBruce Momjian
2000-05-23pg_ctl does not use -S by default anymore so update documentationBruce Momjian
2000-05-23Fix problem in which sloppily-coded test in ExecInitIndexScan wouldTom Lane
2000-05-23Twiddle C++ configuration checks so that we #include <string> (ifTom Lane
2000-05-23Transmit -I switches selected by configure (particularly those fromTom Lane
2000-05-23Cast parameters to ckfree to (char *) to suppress compiler warnings.Tom Lane
2000-05-22Irix fixes from Murad NayalBruce Momjian
2000-05-22Reformatted the install file as it used to bePeter Eisentraut
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-20Multibyte documentations updateTatsuo Ishii
2000-05-20Enhance multibyte support.Tatsuo Ishii
2000-05-20Add KEEPALIVE option to the socket of backend. This will automaticallyTatsuo Ishii
2000-05-20Update rules man pages.Bruce Momjian
2000-05-20Clean up sql functions examples.Bruce Momjian
2000-05-20Update TODO list.Bruce Momjian
2000-05-19pg_dump barfs on negative values for index column numbers --- like, say,Tom Lane
2000-05-19Update TODO list.Bruce Momjian
2000-05-19Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane
2000-05-19Correct busted syntax of CC invocation for tas.s.Tom Lane
2000-05-18Unset PGHOSTBruce Momjian
2000-05-18Change remove function warning for built-ins.Bruce Momjian
2000-05-18Use postmaster -i only on certain platforms.Bruce Momjian
2000-05-18Throw NOTICE on built-in function removalBruce Momjian
2000-05-18Add QNX localhost flag to regression testsBruce Momjian
2000-05-18Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to useBruce Momjian
2000-05-18Reduce COPY IN lock from AccessExclusive to a more reasonableTom Lane
2000-05-17Update trigger.sgmlBruce Momjian
2000-05-17Clean up trigger sgml docs.Bruce Momjian
2000-05-17The check of class string in configure (line 1732) fails because this classBruce Momjian
2000-05-17Back out odbc changes until 7.1.Bruce Momjian
2000-05-17*** empty log message ***Michael Meskes
2000-05-17Change plpgsql example from SELECT * INTO rec to SELECT INTO rec *.Bruce Momjian
2000-05-16Fix typoBruce Momjian
2000-05-16Several compilation and run-time problems occur when building on SGIBruce Momjian
2000-05-16Cleanup plpgsql man page typoBruce Momjian
2000-05-16The old init file won't run under bash on my box.Bruce Momjian
2000-05-16Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane
2000-05-15Fixed the message Makefile produces after compiling. It still saidPeter Mount