| Age | Commit message (Expand) | Author |
| 2002-06-15 | Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. | Thomas G. Lockhart |
| 2002-06-15 | Search the existing regular expression cache as a ring buffer. | Thomas G. Lockhart |
| 2002-06-15 | Make encryption of stored passwords the default, as discussed months ago. | Bruce Momjian |
| 2002-06-15 | Remove pfrees of cached pg_pwd file, per Tom Lane. | Bruce Momjian |
| 2002-06-14 | Yet another SSL patch. :-) This one adds some informational messages | Bruce Momjian |
| 2002-06-14 | SSL patch that adds support for optional client certificates. | Bruce Momjian |
| 2002-06-14 | Patch that checks ownership and permissions on server static | Bruce Momjian |
| 2002-06-14 | SSL patch to periodically renegotiate session key. | Bruce Momjian |
| 2002-06-14 | SSL support for ephemeral DH keys. | Bruce Momjian |
| 2002-06-14 | UPDATED PATCH: | Bruce Momjian |
| 2002-06-14 | Back out SSL changes. Newer patch available. | Bruce Momjian |
| 2002-06-14 | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian |
| 2002-06-14 | Add support for GB18030 | Tatsuo Ishii |
| 2002-06-13 | Allow ANALYZE to run in a transaction. | Bruce Momjian |
| 2002-06-13 | Make WHERE conditions pulled up from subqueries be executed before outer | Tom Lane |
| 2002-06-13 | Add PLACING to the list of reserved keywords. Added as a token in the last | Thomas G. Lockhart |
| 2002-06-13 | Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> | Tatsuo Ishii |
| 2002-06-13 | make namein multibyte aware | Tatsuo Ishii |
| 2002-06-13 | Further tweaks to support display of sort keys in EXPLAIN --- initial | Tom Lane |
| 2002-06-13 | Repair for bug #691 --- CREATE TABLE AS column aliases fail to be | Tom Lane |
| 2002-06-11 | Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. | Thomas G. Lockhart |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 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 |