| Age | Commit message (Expand) | Author |
| 2002-09-20 | Synced yet again.ecpg_big_bison | Michael Meskes |
| 2002-09-11 | Synced yet again. | Michael Meskes |
| 2002-09-01 | Synced parser. | Michael Meskes |
| 2002-08-20 | MAde preproc.y compile with bison 1.49b. | Michael Meskes |
| 2002-08-18 | Synced parser with backend. | Michael Meskes |
| 2002-07-21 | Corrected Makefile and preproc.y for big_bison branch. | Michael Meskes |
| 2002-07-21 | Re-committing the whole big_bison tag. | Michael Meskes |
| 2002-07-01 | Removed debug output. | Michael Meskes |
| 2002-07-01 | Hopefully it now works as I think it should. | Michael Meskes |
| 2002-06-20 | This commit was manufactured by cvs2git to create branch 'ecpg_big_bison'. | CVS to git conversion script |
| 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 | Attached is a regression test patch for SRFs. I based it on the test | Bruce Momjian |
| 2002-06-20 | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian |
| 2002-06-19 | Properly mark rules that return no value. | Bruce Momjian |
| 2002-06-19 | CacheMemoryContext should be DLLIMPORT. | Tom Lane |
| 2002-06-18 | Wrap long gram.y lines. | Bruce Momjian |
| 2002-06-18 | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian |
| 2002-06-18 | Improve rule action ordering in gram.y, more cleanups. | Bruce Momjian |
| 2002-06-17 | Mark noise keyword actions with {} rather than returning TRUE, like | Bruce Momjian |
| 2002-06-17 | Manually indent gram.y to be consistent. | Bruce Momjian |
| 2002-06-17 | Use KAME accessor macros for addr8. | Bruce Momjian |
| 2002-06-17 | Fix missing 'buf' variable in SSL sources and add missing includes. | Bruce Momjian |
| 2002-06-17 | Fix SSL DEBUG levels to match CVS elog flags. | Bruce Momjian |
| 2002-06-17 | Back out accidental COPY data changes. | Bruce Momjian |
| 2002-06-17 | Repair AlterTableOwner --- was failing for relations with indexes. | Tom Lane |
| 2002-06-17 | Fixed parser bug concerning octal numbers in single quotes. | Michael Meskes |
| 2002-06-17 | Rename DEBUG to DEBUG1 in SSL code. | Bruce Momjian |
| 2002-06-17 | Merge ALTER GROUP ADD/DROP rules by creating add_drop action. | Bruce Momjian |
| 2002-06-17 | Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE | Bruce Momjian |
| 2002-06-16 | implemented refresh row | Dave Cramer |
| 2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
| 2002-06-15 | Fix up memory leakage created by recent changes. | Tom Lane |
| 2002-06-15 | Clean up gcc warnings. Avoid the bad habit of putting externs in .c | Tom Lane |
| 2002-06-15 | Fix up gcc warnings, improve comments. | Tom Lane |
| 2002-06-15 | Patch for current_schemas to optionally include implicit ... | Bruce Momjian |
| 2002-06-15 | PATCH SSL_pending() checks in libpq/fe-misc.c: | 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-15 | Fix for TAB completion using GRANT DELETE in psql. | Bruce Momjian |
| 2002-06-15 | The macaddr datatype understands most formats of MAC address, except 12 | Bruce Momjian |
| 2002-06-15 | Noted with versions 7.0.3, 7.1.3, and 7.2.1: | Bruce Momjian |
| 2002-06-15 | The method PgLargeObject::LOid() is missing an implementation in the .cc | Bruce Momjian |
| 2002-06-15 | Add C++ indent tool. | Bruce Momjian |
| 2002-06-15 | This patch fixes a few minor problems with libpq++: remove the deprecated | Bruce Momjian |
| 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 |