| Age | Commit message (Expand) | Author |
| 2001-08-16 | This patch fixes the well-known but unfixed bug that fetchone() always returns | Bruce Momjian |
| 2001-08-16 | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian |
| 2001-08-15 | Use malloc/palloc as appropriate. | Bruce Momjian |
| 2001-08-15 | Move md5.h contents to crypt.h. | Bruce Momjian |
| 2001-08-15 | Add new files. | Bruce Momjian |
| 2001-08-15 | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian |
| 2001-08-15 | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii |
| 2001-08-14 | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane |
| 2001-08-14 | Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was being | Tom Lane |
| 2001-08-13 | Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" | Peter Eisentraut |
| 2001-08-13 | Make hashjoin give the right answer with toasted input data. | Tom Lane |
| 2001-08-13 | Add comparison operators and btree indexing support for type bytea. | Tom Lane |
| 2001-08-12 | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane |
| 2001-08-12 | Make pg_dump handle the new privileges. | Peter Eisentraut |
| 2001-08-11 | Clean up some warnings and bugs and make things build easier. | Peter Eisentraut |
| 2001-08-11 | CREATE VIEW with optional column name list wasn't quite right for the | Tom Lane |
| 2001-08-10 | Revert removal of relhaspkey support; fix unnecessary use of pg_index.oid. | Tom Lane |
| 2001-08-10 | Since PQoidStatus is deprecated, we should probably stop using it in | Tom Lane |
| 2001-08-10 | update | Peter Eisentraut |
| 2001-08-10 | Cleanup some minor oversights in optional-OIDs stuff. | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-10 | Fix collateral damage from error message cleanup. | Tom Lane |
| 2001-08-10 | message refinements | Peter Eisentraut |
| 2001-08-10 | Attached is a patch to remove some redundant code in the JDBC driver. | Bruce Momjian |
| 2001-08-10 | 1. null-safe interface to GiST | Bruce Momjian |
| 2001-08-10 | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian |
| 2001-08-10 | Add new files for the preparation. | Hiroshi Inoue |
| 2001-08-09 | This should be the right expected file. | Peter Eisentraut |
| 2001-08-09 | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut |
| 2001-08-09 | No longer a need for -Wno-error | Peter Eisentraut |
| 2001-08-09 | Update branding for 7.1.3, no HISTORY yet. | Bruce Momjian |
| 2001-08-09 | Fix Cygwin build, per Jason Tishler. | Tom Lane |
| 2001-08-09 | Add TOAST table to the set of relkinds known to \d. | Tom Lane |
| 2001-08-08 | 0 -> O | Peter Eisentraut |
| 2001-08-07 | I think you replaced too many things with put(... | Bruce Momjian |
| 2001-08-07 | A small patch to keep postgres working on the latest BeOS. | Bruce Momjian |
| 2001-08-07 | Fix thinko (revealed by gcc warning). | Tom Lane |
| 2001-08-07 | Russian translation by Serguei Mokhov | Peter Eisentraut |
| 2001-08-07 | Czech translation for psql from Karel Zak | Peter Eisentraut |
| 2001-08-07 | Add a check for end of client connection before expecting a password | Peter Eisentraut |
| 2001-08-06 | Doesn't seem to be much point in keeping this README up to date anymore, | Tom Lane |
| 2001-08-06 | Use a fixed error message for ERANGE to avoid duplicate test result files. | Peter Eisentraut |
| 2001-08-06 | Seems like a bad idea to free() a string we are about to use in an | Tom Lane |
| 2001-08-06 | Modify partial-index-predicate applicability tester to test whether | Tom Lane |
| 2001-08-06 | Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not | Tom Lane |
| 2001-08-06 | Check that the data directory does not have group or world access; remove | Peter Eisentraut |
| 2001-08-06 | Add QueryIsRule gram.y reset. | Bruce Momjian |
| 2001-08-06 | Surely the pg_stat interrogation functions must not be marked proiscachable. | Tom Lane |
| 2001-08-05 | Show index predicate when doing \d on a partial index. | Tom Lane |
| 2001-08-05 | Endeavor to make pgstats buffer process (a) safe and (b) useful. | Tom Lane |