| Age | Commit message (Expand) | Author |
| 2002-12-06 | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian |
| 2002-12-05 | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane |
| 2002-12-05 | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian |
| 2002-12-04 | Make usesysid consistently int4, not oid. | Bruce Momjian |
| 2002-12-01 | Teach planner to expand sufficiently simple SQL-language functions | Tom Lane |
| 2002-11-23 | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian |
| 2002-11-19 | Add an at-least-marginally-plausible method of estimating the number | Tom Lane |
| 2002-11-15 | Rename: | Bruce Momjian |
| 2002-11-14 | Rename server_min_messages to log_min_messages. Part of consolidation | Bruce Momjian |
| 2002-11-13 | Split MemSet into three parts to constant comparisons can be optimized | Bruce Momjian |
| 2002-11-10 | Add palloc0 function to inline MemSet for newNode call. | Bruce Momjian |
| 2002-11-08 | Add extra_float_digits GUC parameter to allow adjustment of displayed | Tom Lane |
| 2002-11-08 | The "Allow easy display of usernames in a group (pg_hba.conf uses groups | Bruce Momjian |
| 2002-11-02 | Remove encoding lookups from grammar stage, push them back to places | Tom Lane |
| 2002-11-02 | Fix permissions-checking bugs and namespace-search-path bugs in | Tom Lane |
| 2002-10-25 | Remove #warning directive, which is nonstandard and isn't really | Tom Lane |
| 2002-10-21 | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut |
| 2002-10-19 | Fix range-query estimation to not double-exclude NULLs, per gripe from | Tom Lane |
| 2002-10-19 | This patch adds some missing functions for float8 math operations, | Bruce Momjian |
| 2002-10-11 | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian |
| 2002-10-11 | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian |
| 2002-10-02 | Alter scale selection for NUMERIC division and transcendental functions | Tom Lane |
| 2002-09-22 | Bring SIMILAR TO and SUBSTRING into some semblance of conformance with | Tom Lane |
| 2002-09-19 | Tweak heap.c to refuse attempts to create table columns of standalone | Tom Lane |
| 2002-09-19 | Department of second thoughts: suppressing implicit casts everywhere in | Tom Lane |
| 2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-03 | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut |
| 2002-09-02 | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian |
| 2002-09-02 | Add GUC variable to print original query to the server logs when there | Bruce Momjian |
| 2002-09-01 | Add log_duration to GUC/postgresql.conf. | 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-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-22 | Add: | Bruce Momjian |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-20 | Add current_database(). | Bruce Momjian |
| 2002-08-16 | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane |
| 2002-08-15 | As discussed on several occasions previously, the new anonymous | Bruce Momjian |
| 2002-08-12 | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane |
| 2002-08-11 | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane |
| 2002-08-10 | Remove error files. | Bruce Momjian |
| 2002-08-09 | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane |
| 2002-08-06 | Move pg_convert3 declaration to suppress compile warning. Really | Tom Lane |
| 2002-08-06 | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane |
| 2002-08-05 | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane |
| 2002-08-04 | Define macros for handling typmod manipulation for date/time types. | Thomas G. Lockhart |
| 2002-08-04 | Allow bit string constants without fully-specified length declaration. | Thomas G. Lockhart |