| Age | Commit message (Expand) | Author |
| 2002-09-02 | I checked all the previous string handling errors and most of them were | Bruce Momjian |
| 2002-09-02 | I guess the intention was to test incomplete SELECT statements, not | Bruce Momjian |
| 2002-09-02 | Okay, attached is a patch that moves the alter table regression test | Bruce Momjian |
| 2002-09-02 | Here's a doc patch for the new string functions recently committed -- | Bruce Momjian |
| 2002-09-02 | Move pg_settings doc into the right section. | Bruce Momjian |
| 2002-09-02 | Here is a documentation patch for the pg_settings virtual table. If | Bruce Momjian |
| 2002-09-02 | Attached is an update to contrib/tablefunc. It introduces a new | Bruce Momjian |
| 2002-09-02 | Add GUC variable to print original query to the server logs when there | Bruce Momjian |
| 2002-09-02 | Remove documentation that says debug_query_string is only used by | Bruce Momjian |
| 2002-09-02 | Fix ordering regression problem on freebsd/alpha by adding ORDER BY. | Bruce Momjian |
| 2002-09-02 | Removed because we don't use cs() anymore on AIX: | Bruce Momjian |
| 2002-09-02 | I tried to build PostgreSQL with the following step to see backends hung | Bruce Momjian |
| 2002-09-02 | JDBC checkin fixing the following bugs: | Barry Lind |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-09-02 | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-09-01 | patch from Thomas O'Dowd to ensure that connections are closed | Dave Cramer |
| 2002-09-01 | testing for insertRow | Dave Cramer |
| 2002-09-01 | Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for most | Bruce Momjian |
| 2002-09-01 | patch to allow insertRow on an empty resultSet | Dave Cramer |
| 2002-09-01 | Changed to reflect the current reality, ie we do support updateable resultsets | Dave Cramer |
| 2002-09-01 | Improve footer length computation for psql. | Bruce Momjian |
| 2002-09-01 | Add log_duration to GUC/postgresql.conf. | Bruce Momjian |
| 2002-09-01 | Add: | Bruce Momjian |
| 2002-09-01 | plpgsql functions can return RECORD, per Neil Conway. | Tom Lane |
| 2002-09-01 | Minor copy-editing. | Tom Lane |
| 2002-09-01 | Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid | Tom Lane |
| 2002-09-01 | Remove mention of wal_files in a SHOW example. | Bruce Momjian |
| 2002-09-01 | Remove code that suggested increasing wal_files. | Bruce Momjian |
| 2002-09-01 | Done: | Bruce Momjian |
| 2002-09-01 | Mark the float8 -> int8 cast as implicit. This resolves the problem | Tom Lane |
| 2002-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
| 2002-08-31 | Wups, didn't mean to commit that just yet. | Tom Lane |
| 2002-08-31 | The UNDEFOID later causes an assertion failure in heap_formtuple when | Tom Lane |
| 2002-08-31 | Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs | Tom Lane |
| 2002-08-31 | *** empty log message *** | Bruce Momjian |
| 2002-08-30 | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane |
| 2002-08-30 | Updates to reflect availability of autocommit option. | Tom Lane |
| 2002-08-30 | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane |
| 2002-08-30 | Fix for breakage of C-coded SRFs, from Joe Conway. | Tom Lane |
| 2002-08-30 | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane |
| 2002-08-30 | Back out unintented tab change. | Bruce Momjian |
| 2002-08-30 | Remove pgaccess from Makefile. | Bruce Momjian |
| 2002-08-30 | Run autoconf. | Bruce Momjian |
| 2002-08-30 | Update documentation for --with-perl. | Bruce Momjian |
| 2002-08-30 | Improve wording after wal_files removal. | Bruce Momjian |
| 2002-08-30 | Complete TODO item: | Bruce Momjian |
| 2002-08-30 | Remove pgaccess from CVS. It has its own home now. | Bruce Momjian |
| 2002-08-30 | Re-enable perl configure tests for psql help file generation. | Bruce Momjian |
| 2002-08-30 | Back out password packet length check. | Bruce Momjian |