| Age | Commit message (Expand) | Author |
| 2000-04-25 | change reindex ERROR/NOTICE message | Hiroshi Inoue |
| 2000-04-25 | Check that user-specified opclass in CREATE INDEX corresponds to operators | Tom Lane |
| 2000-04-23 | Produce an appropriate error message when opclass is not supported by | Tom Lane |
| 2000-04-23 | 7.0 buffer manager can support different backends running with different | Tom Lane |
| 2000-04-20 | Clean up const-vs-not-const compiler warning in MULTIBYTE code. | Tom Lane |
| 2000-04-20 | Correct error in rewriter that caused SELECT count(*) FROM view | Tom Lane |
| 2000-04-18 | Repair coredump seen when a view refers to an inheritance group | Tom Lane |
| 2000-04-18 | Correct oversight in hashjoin cost estimation: nodeHash sizes its hash | Tom Lane |
| 2000-04-16 | Add new selectivity estimation functions for pattern-matching operators | Tom Lane |
| 2000-04-16 | Allow COPY WITH OIDS to system OID values --- rely on unique indexes to | Tom Lane |
| 2000-04-16 | Show failing OID in 'cache lookup failed' messages. | Tom Lane |
| 2000-04-16 | Show failing OID in 'cache lookup failed' messages. | Tom Lane |
| 2000-04-16 | get_relattval() should treat a NULL constant as a non-constant expression, | Tom Lane |
| 2000-04-15 | elog(NOTICE) during COPY incorrectly reset lineno to 0, causing any | Tom Lane |
| 2000-04-14 | Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC. | Thomas G. Lockhart |
| 2000-04-14 | Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on | Tom Lane |
| 2000-04-14 | Repair bug reported by Wickstrom: backend would crash if WHERE clause | Tom Lane |
| 2000-04-13 | Fixed CREATE TYPE to recognize changed parsenodes | Jan Wieck |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-04-12 | Fix assert with missing semicolon | Bruce Momjian |
| 2000-04-10 | Tweak smgrblindwrt per advice from Vadim: add parameter indicating | Tom Lane |
| 2000-04-10 | The constant in backend/utils/misc/trace.c, line 32 limits the length of | Bruce Momjian |
| 2000-04-10 | Fix an Assert bug(was my fault) pointed out by Tom Lane. | Hiroshi Inoue |
| 2000-04-09 | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane |
| 2000-04-09 | Further tweaking of indexscan cost estimates. | Tom Lane |
| 2000-04-08 | Add new pg_options.sample file. | Bruce Momjian |
| 2000-04-08 | Tweak TypeCategory to treat new BIT types as of STRING category, rather | Tom Lane |
| 2000-04-08 | Fix relcache refcount leakage when inv_drop is applied | Tom Lane |
| 2000-04-08 | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart |
| 2000-04-08 | Add copyObject logic for TruncateStmt and a few other utility-statement | Tom Lane |
| 2000-04-07 | Update create_rule manual page. | Bruce Momjian |
| 2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |
| 2000-04-07 | Commebts & one check in EndEvalPlanQual(). | Vadim B. Mikheev |
| 2000-04-07 | Fix (I hope) resource leakage in EvalPlanQual: open subplans must be | Tom Lane |
| 2000-04-07 | Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr. | Tom Lane |
| 2000-04-06 | Allow vacuum of temporary tables | Bruce Momjian |
| 2000-04-06 | Repair assert failure in tuple-chain-moving logic (introduced by yours | Tom Lane |
| 2000-04-04 | Actually, that still wasn't quite right. If we skip a query because of | Tom Lane |
| 2000-04-04 | Fix bug noted by Bruce: FETCH in an already-aborted transaction block | Tom Lane |
| 2000-04-04 | When rewriting an aggregate introduced into WHERE, allow agg argument to | Tom Lane |
| 2000-04-04 | Fix extremely nasty little bug observed when a sub-SELECT appears in | Tom Lane |
| 2000-03-31 | Fix low-probability bug in relcache startup: write_irels wrote the | Tom Lane |
| 2000-03-31 | Get rid of SetBufferWriteMode(), which was an accident waiting to happen. | Tom Lane |
| 2000-03-31 | New coding for SET provoked a 'var might be used uninitialized' warning | Tom Lane |
| 2000-03-30 | Enable more flexible syntax for the SET command. Now allows single floats, | Thomas G. Lockhart |
| 2000-03-30 | Tweak indexscan cost estimation: round estimated # of tuples visited up | Tom Lane |
| 2000-03-29 | Change rules for interpreting date/time input to disallow 1 and 3 character | Thomas G. Lockhart |
| 2000-03-27 | Allow full type names in CREATE FUNCTION arguments and return type. | Thomas G. Lockhart |
| 2000-03-26 | nodeAgg has always been willing to accept an aggregate with a finalFunc | Tom Lane |
| 2000-03-26 | Updated user's guide to match new psql's output format | Peter Eisentraut |