| Age | Commit message (Expand) | Author |
| 2001-05-30 | Oops, had 0.2 release date wrong. | Bruce Momjian |
| 2001-05-30 | This is a docs patch to go with my DROP CONSTRAINT patch. | Bruce Momjian |
| 2001-05-30 | Correct obsolete example of FROM-less query. | Tom Lane |
| 2001-05-30 | In chapter: | Bruce Momjian |
| 2001-05-28 | Cause plpgsql's PERFORM to behave according to its documentation, | Tom Lane |
| 2001-05-28 | markup fix | Peter Eisentraut |
| 2001-05-28 | Sample output that appears below the table attributes for \d: | Bruce Momjian |
| 2001-05-27 | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut |
| 2001-05-25 | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian |
| 2001-05-25 | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian |
| 2001-05-24 | SQL function bit_length | Peter Eisentraut |
| 2001-05-22 | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut |
| 2001-05-22 | more indices -> indexes | Peter Eisentraut |
| 2001-05-22 | ELSEIF PL/PgSQL doc patch. | Bruce Momjian |
| 2001-05-21 | Make char(n) and varchar(n) types raise an error if the inserted string is | Peter Eisentraut |
| 2001-05-19 | Allow special '$libdir' macro to show up in object file path in CREATE | Peter Eisentraut |
| 2001-05-17 | Change "indices" to "indexes", per OED. | Peter Eisentraut |
| 2001-05-17 | Add -U and -W options to pg_dump and friends to support non-interactive | Peter Eisentraut |
| 2001-05-17 | Add dynamic_library_path parameter and automatic appending of shared | Peter Eisentraut |
| 2001-05-17 | Add HISTORY items for 7.1.2. | Bruce Momjian |
| 2001-05-15 | redo record -> undo record, Tom Lane. | Bruce Momjian |
| 2001-05-14 | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian |
| 2001-05-14 | Fix 'set path' for csh. | Bruce Momjian |
| 2001-05-12 | Add index. Only some parts of the manual set have index entries so far... | Peter Eisentraut |
| 2001-05-12 | Add command '\pset footer' to psql to turn off default "(x rows)" footer. | Peter Eisentraut |
| 2001-05-12 | PL/Python should build portably now, if you can get over the fact that | Peter Eisentraut |
| 2001-05-11 | Improve discussion of %TYPE and %ROWTYPE. | Tom Lane |
| 2001-05-11 | Stamp CVS as 7.2. Update all interface version numbers. This is the | Bruce Momjian |
| 2001-05-11 | Stamp for 7.1.2. Ready when you are... | Bruce Momjian |
| 2001-05-09 | First cut at making indexscan cost estimates depend on correlation | Tom Lane |
| 2001-05-09 | Add --echo option to createlang and droplang. | Peter Eisentraut |
| 2001-05-09 | Change --with-pltcl-unknown to --enable-pltcl-unknown | Bruce Momjian |
| 2001-05-09 | This patch adds a new configure option --with-pltcl-unknown which | Bruce Momjian |
| 2001-05-09 | Fix libpq++'s FieldSize to return int, not short. | Bruce Momjian |
| 2001-05-09 | Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'm | Bruce Momjian |
| 2001-05-09 | If it's true that the ALTER TABLE x ADD CONSTRAINT x CHECK (x) syntax is | Bruce Momjian |
| 2001-05-09 | Cause planner to make use of average-column-width statistic that is now | Tom Lane |
| 2001-05-08 | Update runtime shared memory computations. | Bruce Momjian |
| 2001-05-08 | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut |
| 2001-05-08 | Remove pgadmin.sgml file. | Bruce Momjian |
| 2001-05-08 | Remove LISP manual reference. Added to web "interfaces" page. | Bruce Momjian |
| 2001-05-08 | drop_function.sgml: | Bruce Momjian |
| 2001-05-08 | drop_function.sgml: | Bruce Momjian |
| 2001-05-08 | Further cleanup of RAISE discussion; in particular, remove example | Tom Lane |
| 2001-05-08 | Fix raise mention that %% output as %. | Bruce Momjian |
| 2001-05-08 | Update RAISE manual concerning % format symbols. | Bruce Momjian |
| 2001-05-08 | Update RAISE mention in manual to take string/variable not format/identifier. | Bruce Momjian |
| 2001-05-07 | Add \cd command to psql. | Peter Eisentraut |
| 2001-05-07 | Solaris startup cleanup from Justin Clift | Bruce Momjian |
| 2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |