| Age | Commit message (Expand) | Author |
| 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 | Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs | Tom Lane |
| 2002-08-29 | Sir Mordred The Traitor <[email protected]> writes: | Bruce Momjian |
| 2002-08-29 | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 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 | backend where a statically sized buffer is written to. Most of these | 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 | 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 |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 2002-08-22 | Commit updated repeat() patch, from Neil Conway | Bruce Momjian |
| 2002-08-22 | This patch should fix the problem. Doesn't include my previous patch | Bruce Momjian |
| 2002-08-22 | repeat() fix: | Bruce Momjian |
| 2002-08-22 | As suggested by Tom, this patch restricts the right-hand argument of | Bruce Momjian |
| 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 | Increase buffer size in cash_words(). Pure paranoia; I don't think the | Tom Lane |
| 2002-08-20 | Allow pg_statistics to be reset by calling pg_stat_reset(). | Bruce Momjian |
| 2002-08-20 | Add current_database(). | Bruce Momjian |
| 2002-08-18 | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut |
| 2002-08-17 | Add lock file. | Bruce Momjian |
| 2002-08-17 | [ Newest version of patch applied.] | Bruce Momjian |
| 2002-08-16 | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane |
| 2002-08-16 | Make domain types indexable. Rod Taylor & Tom Lane. | Tom Lane |
| 2002-08-15 | Tom Lane wrote: | Bruce Momjian |
| 2002-08-09 | Make sure monetary, numeric, and time locale categories are set to C and | Peter Eisentraut |
| 2002-08-09 | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane |
| 2002-08-08 | Cause view/rule display to work as expected after rename of an underlying | Tom Lane |
| 2002-08-08 | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane |
| 2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
| 2002-08-04 | Rename backend_pid to pg_backend_pid, move docs to monitoring section. | Bruce Momjian |
| 2002-08-04 | Add guard code to protect from buffer overruns on long date/time input | Thomas G. Lockhart |
| 2002-08-04 | Allow bit string constants without fully-specified length declaration. | Thomas G. Lockhart |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-31 | Rename pid function to backend_pid(). | Bruce Momjian |
| 2002-07-31 | Add function to access backend pid, pg_stat_get_backend_mypid. | Bruce Momjian |
| 2002-07-30 | This should fix a bug where a row that was updated or | Bruce Momjian |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
| 2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
| 2002-07-16 | Oops, sometimes strtol isn't called in pg_atoi, so we do need that badp | Bruce Momjian |
| 2002-07-16 | Fix tid to in/out as unsigned. | Bruce Momjian |