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