| Age | Commit message (Expand) | Author |
| 2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
| 2002-07-18 | Here is a patch for the Table Function API. It fixes a bug found by Neil | Bruce Momjian |
| 2002-07-18 | Add comment to file about port files. | Bruce Momjian |
| 2002-07-18 | Fix breakage for pltcl modules. pg_get_enconv_by_encoding() has been | Tatsuo Ishii |
| 2002-07-18 | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian |
| 2002-07-18 | Make src/backend/port/*.c file location dependent only on configure.in. | Bruce Momjian |
| 2002-07-18 | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii |
| 2002-07-16 | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane |
| 2002-07-16 | fixed bug in support for timestamp without time zone reported by Yuva Chandol... | Barry Lind |
| 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 |
| 2002-07-16 | Add initdb code to set up initial contents of pg_depend, pinning all | Tom Lane |
| 2002-07-16 | Add conversion procs for CREATE CONVERSION | Tatsuo Ishii |
| 2002-07-16 | Fix typo | Tatsuo Ishii |
| 2002-07-16 | Add FindDefaultConversionProc | Tatsuo Ishii |
| 2002-07-16 | Add code to extract dependencies from an expression tree, and use it | Tom Lane |
| 2002-07-16 | Add DLLINIT mention in port/Makefile. | Bruce Momjian |
| 2002-07-16 | Move few remaining src/utils files to backend/port so everything is in | Bruce Momjian |
| 2002-07-16 | Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas | Bruce Momjian |
| 2002-07-15 | Remove indenting of Makefile comments, per Peter.\ | Bruce Momjian |
| 2002-07-15 | Remove utils/getopt.c file, not needed, it only allowed "--flag" | Bruce Momjian |
| 2002-07-15 | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian |
| 2002-07-15 | Use the dependency mechanism to manage column defaults. We need this | Tom Lane |
| 2002-07-15 | Fix make_ctags for exhuberant tags. | Bruce Momjian |
| 2002-07-15 | Fix a bug about the handling of '.' in parse.c. | Hiroshi Inoue |
| 2002-07-15 | Improve relcache.c error reporting for the next guy who has to debug | Bruce Momjian |
| 2002-07-15 | Fix \? and \pset pager handling. \? wasn't honoring pager before. | Bruce Momjian |
| 2002-07-14 | Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch). | Tom Lane |
| 2002-07-14 | In DeleteAttributeTuples, use a single indexscan instead of the multiple | Tom Lane |
| 2002-07-13 | Fix testing of partial-index predicates to work correctly in cases where | Tom Lane |
| 2002-07-13 | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-07-12 | Changed getCrossReference to return information about each composite key sepe... | Dave Cramer |
| 2002-07-12 | An improvement of User Interface(Setup dialog) by Dave Page. | Hiroshi Inoue |
| 2002-07-12 | 1) Fix a memory leak in use declare/fetch mode. | Hiroshi Inoue |
| 2002-07-11 | Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdate | Bruce Momjian |
| 2002-07-11 | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii |
| 2002-07-11 | Fix getopt flags. Man thing thing was messed up. | Bruce Momjian |
| 2002-07-11 | Fix another --help typo in pg_restore. | Bruce Momjian |
| 2002-07-11 | Make NAMEDATALEN changeable at compile time. | Hiroshi Inoue |
| 2002-07-10 | fix bug in getTime() with fractional seconds reported by Laurette Cisneros (l... | Barry Lind |
| 2002-07-09 | Oops, proper initialization for domainTypMod was none at all, not 0. | Bruce Momjian |
| 2002-07-09 | Fix compiler warning: | Bruce Momjian |
| 2002-07-08 | Fix case syntax for freebsd template. | Bruce Momjian |
| 2002-07-08 | Fix typo in xl_heaptid comment | Bruce Momjian |
| 2002-07-07 | Move CXX platform-specific stuff into template files. | Bruce Momjian |
| 2002-07-07 | Convert expr to case, for Peter E. | Bruce Momjian |
| 2002-07-06 | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian |
| 2002-07-06 | Add comments about sharing. | Bruce Momjian |
| 2002-07-06 | Move simple_prompt() into its own file to be shared with psql and pg_dump. | Bruce Momjian |