| Age | Commit message (Expand) | Author |
| 2002-06-08 | Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES. | Bruce Momjian |
| 2002-06-07 | Improve readability of factorial, from Florian Weimer. | Bruce Momjian |
| 2002-06-07 | Fix for factorial(0::int2) returning 1, from sugita@sra.co.jp. | Bruce Momjian |
| 2002-06-07 | The attached patch fixes a problem with InstallXLogFileSegment()'s use | Bruce Momjian |
| 2002-06-01 | Fix timestamp to date conversion for the case where timestamp uses a double | Thomas G. Lockhart |
| 2002-05-28 | Rearrange LOG_CONNECTIONS code so that two log messages are made: | Tom Lane |
| 2002-05-28 | Queries used by ruleutils were not schema-proof. | Tom Lane |
| 2002-05-28 | In default nextval('foo') expression for a SERIAL column, use double | Tom Lane |
| 2002-05-28 | Repair error with not adjusting active scans properly after gistSplit. | Tom Lane |
| 2002-05-27 | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane |
| 2002-05-25 | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane |
| 2002-05-25 | AlterDatabaseSet() forgot to update the indexes on pg_database. | Tom Lane |
| 2002-05-24 | Wups, managed to break ANALYZE with one aspect of that heap_fetch change. | Tom Lane |
| 2002-05-24 | Mark index entries "killed" when they are no longer visible to any | Tom Lane |
| 2002-05-22 | Add $(LDFLAGS) to Windows make rule for postgres executable. Needed | Tom Lane |
| 2002-05-22 | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane |
| 2002-05-22 | Minor kibitzing. | Tom Lane |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
| 2002-05-22 | Make RelationForgetRelation error out if the relcache entry has nonzero | Tom Lane |
| 2002-05-22 | Un-break table creation. | Tom Lane |
| 2002-05-22 | Allow | Hiroshi Inoue |
| 2002-05-21 | Since COPY fires triggers, it seems like a good idea for it to use | Tom Lane |
| 2002-05-21 | Remove SetQuerySnapshot() from FETCH processing. No longer necessary | Tom Lane |
| 2002-05-21 | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane |
| 2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-19 | Reorder keyword token declarations alphabetically. Status of the keywords | Peter Eisentraut |
| 2002-05-18 | Add display of sort keys to the default EXPLAIN output. | Tom Lane |
| 2002-05-18 | Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to | Tom Lane |
| 2002-05-18 | Revise command completion tags as per hackers message on 20 March. | Peter Eisentraut |
| 2002-05-18 | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut |
| 2002-05-18 | Change set_plan_references and join_references to take an rtable List | Tom Lane |
| 2002-05-18 | Add missing fix_expr_references() step for the funcexpr of a | Tom Lane |
| 2002-05-17 | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane |
| 2002-05-17 | Support temporary setting of search path during CREATE SCHEMA; this | Tom Lane |
| 2002-05-17 | Dept. of second thoughts: interaction between DoIt and makeDepend | Tom Lane |
| 2002-05-17 | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-05-14 | Remove unnecessary pfree's in geometric operators. At least one of these | Tom Lane |
| 2002-05-14 | Fix lookup tables used for rounding interval data values when not using | Thomas G. Lockhart |
| 2002-05-14 | Make regression tests locale-proof by setting some locale categories | Peter Eisentraut |
| 2002-05-13 | Fix typo in _copyAlterUserSetStmt. | Tom Lane |
| 2002-05-13 | Make operators have their own comments separate from those of the | Tom Lane |
| 2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
| 2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
| 2002-05-11 | Forgot to handle 'opaque' function arguments in regprocedurein/out. | Tom Lane |
| 2002-05-10 | Suppress duplicate logging of utility commands under debug_print_query. | Tom Lane |
| 2002-05-09 | Make initdb print a message about which locale it is about to use. | Peter Eisentraut |
| 2002-05-06 | Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION | Tom Lane |
| 2002-05-06 | Reorder snapshot checks to save a couple comparisons in the common case, | Tom Lane |
| 2002-05-05 | A little paranoia never hurt anyone. | Tom Lane |