| Age | Commit message (Expand) | Author |
| 2002-08-22 | repeat() fix: | Bruce Momjian |
| 2002-08-22 | > > I had great difficulty in finding how to change the search path, so here | Bruce Momjian |
| 2002-08-22 | # Disallow TRUNCATE on tables that are involved in referential | Bruce Momjian |
| 2002-08-22 | Add: | Bruce Momjian |
| 2002-08-22 | As suggested by Tom, this patch restricts the right-hand argument of | Bruce Momjian |
| 2002-08-22 | Oops, we got duplicate oids from patches again; pick a unique one. | Bruce Momjian |
| 2002-08-22 | Add: | Bruce Momjian |
| 2002-08-22 | Remove libpq++ SGML documentation. | Bruce Momjian |
| 2002-08-22 | Remove erroneous character from Makefile due to editor error. | Bruce Momjian |
| 2002-08-22 | Okay, libpq++ is moved to GBorg, and all traces of it have been removed | Marc G. Fournier |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-21 | Add --help and --version options. Message cleanup. NLS. | Peter Eisentraut |
| 2002-08-21 | Changes made so new conversion Makefiles will build out of the source tree. | Bruce Momjian |
| 2002-08-21 | Move PO files into subdirectories separate from the source code. | Peter Eisentraut |
| 2002-08-21 | Add sys/types.h to common includes. | Peter Eisentraut |
| 2002-08-21 | Fix bad markup detected by Alvaro Herrera | Bruce Momjian |
| 2002-08-21 | Fix markup, Alvaro Herrera. | Bruce Momjian |
| 2002-08-20 | Use a non-duplicate OID for pg_lock_status. | Tom Lane |
| 2002-08-20 | Enable large file support. | Peter Eisentraut |
| 2002-08-20 | Increase buffer size in cash_words(). Pure paranoia; I don't think the | Tom Lane |
| 2002-08-20 | Update expected files for recent changes of domain tests. | Tom Lane |
| 2002-08-20 | This patch improves the behavior of FOUND in PL/PgSQL. In Oracle, | Bruce Momjian |
| 2002-08-20 | Cleanup. | Bruce Momjian |
| 2002-08-20 | - test for indexes on a domain | Bruce Momjian |
| 2002-08-20 | Allow pg_statistics to be reset by calling pg_stat_reset(). | Bruce Momjian |
| 2002-08-20 | Add current_database(). | Bruce Momjian |
| 2002-08-20 | Removed code that is no longer used and has been commented out | Barry Lind |
| 2002-08-20 | Add mention of -F not supported by pg_dumpall. Code already disallows it. | Bruce Momjian |
| 2002-08-20 | Done by Rod: | Bruce Momjian |
| 2002-08-19 | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane |
| 2002-08-19 | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane |
| 2002-08-19 | Fix bug in pg_convert() per report from MaC.Yui. | Tatsuo Ishii |
| 2002-08-19 | Fix broken tag. | Tatsuo Ishii |
| 2002-08-19 | Clean up leftover bugs from recent COPY feature patch --- missed | Tom Lane |
| 2002-08-19 | Add missing copyfuncs/equalfuncs entries, including T_Null which has | Tom Lane |
| 2002-08-19 | Improve obsolete comment. | Tom Lane |
| 2002-08-18 | Fix small copy-and-pasteo. | Tom Lane |
| 2002-08-18 | Fix potential buffer overrun in cube_out(), per report from | Tom Lane |
| 2002-08-18 | Remove optimization whereby parser would make only one sort-list entry | Tom Lane |
| 2002-08-18 | Make CREATE CONSTRAINT TRIGGER check for REFERENCES privilege on both | Peter Eisentraut |
| 2002-08-18 | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut |
| 2002-08-18 | Add #include <sys/time.h>. | Tom Lane |
| 2002-08-18 | Code review for 'at character n' patch --- point at proper end of | Tom Lane |
| 2002-08-18 | Add db-local user names, per discussion on hackers. | Bruce Momjian |
| 2002-08-18 | More changes to match new error format. | Bruce Momjian |
| 2002-08-18 | Use variable for format to suppress overly-anal-retentive gcc warning | Tom Lane |
| 2002-08-18 | Modify regression tests to match new error reporting format from Gavin. | Bruce Momjian |
| 2002-08-18 | Back out tcl patch, per Tom Lane: | Bruce Momjian |
| 2002-08-18 | Add includes for prototype using timeval. | Bruce Momjian |
| 2002-08-18 | Clean up compile warnings. | Bruce Momjian |