| Age | Commit message (Expand) | Author |
| 2002-09-02 | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian |
| 2002-09-02 | I checked all the previous string handling errors and most of them were | 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 | 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 | Add log_duration to GUC/postgresql.conf. | Bruce Momjian |
| 2002-09-01 | Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid | Tom Lane |
| 2002-09-01 | Remove code that suggested increasing wal_files. | 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-30 | Add expected tuple descriptor to ReturnSetInfo information for table | 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 | Complete TODO item: | Bruce Momjian |
| 2002-08-30 | Back out password packet length check. | Bruce Momjian |
| 2002-08-30 | Group-manipulating code neglected to fill in array element type, | Tom Lane |
| 2002-08-30 | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane |
| 2002-08-29 | Fix a bug introduced in 7.2. | Hiroshi Inoue |
| 2002-08-29 | Sir Mordred The Traitor <mordred@s-mail.com> writes: | Bruce Momjian |
| 2002-08-29 | Prevent problem with extra-long password packets from allocating lots of | Bruce Momjian |
| 2002-08-29 | This patch reserves the last superuser_reserved_connections slots for | Bruce Momjian |
| 2002-08-29 | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane |
| 2002-08-29 | Push down outer qualification clauses into UNION and INTERSECT subqueries. | Tom Lane |
| 2002-08-29 | Cause REINDEX to regard TOAST tables as regular relations, not system | Tom Lane |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 2002-08-29 | Rephrase 'Cannot insert into a view' and related messages, per | Tom Lane |
| 2002-08-29 | Produce a somewhat-useful error message, namely | Tom Lane |
| 2002-08-29 | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane |
| 2002-08-29 | Fix ruleutils to dump column definition lists for anonymous record types | Tom Lane |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-28 | Initial Spanish translation from Karim Mribti <karim@inlosa.com> | Peter Eisentraut |
| 2002-08-28 | Remove TIOGA files from CVS current; they remain in repositiry. | Bruce Momjian |
| 2002-08-28 | This trivial patches fixes the error message returned by CREATE INDEX | Bruce Momjian |
| 2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
| 2002-08-28 | The following small patch provides a couple of minor updates (against | Bruce Momjian |
| 2002-08-28 | Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and as | Bruce Momjian |
| 2002-08-27 | Bring comments back in sync with code. | Tom Lane |
| 2002-08-27 | Throw error on pg_atoi(''), regression adjustments. | Bruce Momjian |
| 2002-08-27 | The attached patch implements the password packet length sanity check | Bruce Momjian |
| 2002-08-27 | Add most of Neil Conway's cleanups. | Bruce Momjian |
| 2002-08-27 | Add fsm sizes. | Bruce Momjian |
| 2002-08-27 | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane |
| 2002-08-27 | This patch updates the lock listing code to use Joe Conway's new | Bruce Momjian |
| 2002-08-27 | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian |