| Age | Commit message (Expand) | Author |
| 2002-06-20 | Add another missing SRF file. | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian |
| 2002-06-20 | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian |
| 2002-06-19 | CacheMemoryContext should be DLLIMPORT. | Tom Lane |
| 2002-06-18 | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian |
| 2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
| 2002-06-15 | Patch for current_schemas to optionally include implicit ... | Bruce Momjian |
| 2002-06-15 | WriteBuffer return value: | Bruce Momjian |
| 2002-06-15 | Remove some pre-WAL relics: | Bruce Momjian |
| 2002-06-15 | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian |
| 2002-06-14 | SSL patch that adds support for optional client certificates. | Bruce Momjian |
| 2002-06-14 | SSL patch to periodically renegotiate session key. | 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-13 | Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> | Tatsuo Ishii |
| 2002-06-13 | Further tweaks to support display of sort keys in EXPLAIN --- initial | 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-03 | Document that SM_* variables should be longer. | Bruce Momjian |
| 2002-06-03 | Mention SM_USER should be the same size as the others. | Bruce Momjian |
| 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-24 | Mark index entries "killed" when they are no longer visible to any | Tom Lane |
| 2002-05-22 | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
| 2002-05-21 | Since COPY fires triggers, it seems like a good idea for it to use | 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-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 | 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-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 | 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-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-05 | Not needed anymore. | Tom Lane |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-05-03 | Retire xlateSqlType/xlateSqlFunc; all type name translations are now | Tom Lane |
| 2002-05-02 | Tweak scanner/grammar interface so that the keyword-as-identifier rules | Tom Lane |
| 2002-05-01 | Add routines in namespace.c to determine whether objects are visible | Tom Lane |
| 2002-05-01 | Give left_oper() and right_oper() noError parameters like oper() (the | Tom Lane |
| 2002-04-30 | Fix obj_description() and col_description() functions to work reliably | Tom Lane |
| 2002-04-30 | Document that NAMEDATALEN must be a multiple of sizeof(int). | Tom Lane |
| 2002-04-30 | Clean up loose ends remaining from schema privileges discussion. | Tom Lane |
| 2002-04-30 | Code review for ALTER TRIGGER RENAME patch: make better use of index, | Tom Lane |
| 2002-04-29 | Add cache invalidation callback hooks. | Tom Lane |