| Commit message (Expand) | Author | Age | Files | Lines |
* | Synced yet again.ecpg_big_bison | Michael Meskes | 2002-09-20 | 3 | -51/+46 |
* | Synced yet again. | Michael Meskes | 2002-09-11 | 3 | -36/+33 |
* | Synced parser. | Michael Meskes | 2002-09-01 | 3 | -34/+96 |
* | MAde preproc.y compile with bison 1.49b. | Michael Meskes | 2002-08-20 | 2 | -54/+58 |
* | Synced parser with backend. | Michael Meskes | 2002-08-18 | 5 | -175/+252 |
* | Corrected Makefile and preproc.y for big_bison branch. | Michael Meskes | 2002-07-21 | 2 | -125/+231 |
* | Re-committing the whole big_bison tag. | Michael Meskes | 2002-07-21 | 3 | -20/+40 |
* | Removed debug output. | Michael Meskes | 2002-07-01 | 1 | -2/+1 |
* | Hopefully it now works as I think it should. | Michael Meskes | 2002-07-01 | 4 | -3/+10 |
* | This commit was manufactured by cvs2git to create branch 'ecpg_big_bison'. | CVS to git conversion script | 2002-06-20 | 2695 | -1480784/+0 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 648 | -1285/+1285 |
* | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian | 2002-06-20 | 5 | -14/+242 |
* | Attached is a regression test patch for SRFs. I based it on the test | Bruce Momjian | 2002-06-20 | 2 | -3/+3 |
* | > Here's the first doc patch for SRFs. The patch covers general | Bruce Momjian | 2002-06-20 | 1 | -11/+92 |
* | Add from Dave Cramer: | Bruce Momjian | 2002-06-20 | 1 | -1/+2 |
* | Update as done: | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
* | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 | 24 | -948/+1215 |
* | This patch updates the CREATE LANGUAGE & pg_language docs for the 7.3 | Bruce Momjian | 2002-06-20 | 2 | -17/+31 |
* | Add new Russian FAQ. | Bruce Momjian | 2002-06-20 | 2 | -56/+51 |
* | Add: | Bruce Momjian | 2002-06-19 | 1 | -2/+2 |
* | Properly mark rules that return no value. | Bruce Momjian | 2002-06-19 | 1 | -17/+11 |
* | CacheMemoryContext should be DLLIMPORT. | Tom Lane | 2002-06-19 | 1 | -2/+2 |
* | Split list of SQL99 features into "Supported" and "Unsupported" lists. | Thomas G. Lockhart | 2002-06-19 | 1 | -446/+479 |
* | Wrap long gram.y lines. | Bruce Momjian | 2002-06-18 | 1 | -165/+278 |
* | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian | 2002-06-18 | 7 | -73/+96 |
* | Improve rule action ordering in gram.y, more cleanups. | Bruce Momjian | 2002-06-18 | 1 | -75/+50 |
* | Mark noise keyword actions with {} rather than returning TRUE, like | Bruce Momjian | 2002-06-17 | 1 | -18/+18 |
* | Manually indent gram.y to be consistent. | Bruce Momjian | 2002-06-17 | 1 | -1833/+1905 |
* | Use KAME accessor macros for addr8. | Bruce Momjian | 2002-06-17 | 1 | -2/+2 |
* | Fix missing 'buf' variable in SSL sources and add missing includes. | Bruce Momjian | 2002-06-17 | 1 | -2/+4 |
* | Fix SSL DEBUG levels to match CVS elog flags. | Bruce Momjian | 2002-06-17 | 1 | -33/+29 |
* | Back out accidental COPY data changes. | Bruce Momjian | 2002-06-17 | 14 | -0/+39295 |
* | Repair AlterTableOwner --- was failing for relations with indexes. | Tom Lane | 2002-06-17 | 1 | -3/+4 |
* | Fixed parser bug concerning octal numbers in single quotes. | Michael Meskes | 2002-06-17 | 2 | -3/+8 |
* | Rename DEBUG to DEBUG1 in SSL code. | Bruce Momjian | 2002-06-17 | 1 | -16/+16 |
* | Merge ALTER GROUP ADD/DROP rules by creating add_drop action. | Bruce Momjian | 2002-06-17 | 16 | -39317/+19 |
* | Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE | Bruce Momjian | 2002-06-17 | 2 | -65/+50 |
* | implemented refresh row | Dave Cramer | 2002-06-16 | 2 | -2/+77 |
* | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian | 2002-06-16 | 8 | -57/+11 |
* | Fix up memory leakage created by recent changes. | Tom Lane | 2002-06-15 | 1 | -12/+21 |
* | Ooops, fix busted markup. | Tom Lane | 2002-06-15 | 1 | -3/+3 |
* | Clean up gcc warnings. Avoid the bad habit of putting externs in .c | Tom Lane | 2002-06-15 | 4 | -69/+37 |
* | Fix up gcc warnings, improve comments. | Tom Lane | 2002-06-15 | 1 | -30/+50 |
* | Add a little more material to the new section about evaluation order. | Tom Lane | 2002-06-15 | 1 | -6/+25 |
* | Patch for current_schemas to optionally include implicit ... | Bruce Momjian | 2002-06-15 | 4 | -13/+13 |
* | PATCH SSL_pending() checks in libpq/fe-misc.c: | Bruce Momjian | 2002-06-15 | 1 | -1/+23 |
* | WriteBuffer return value: | Bruce Momjian | 2002-06-15 | 5 | -52/+44 |
* | Update LOG_PID to mention it doesn't control syslog. | Bruce Momjian | 2002-06-15 | 1 | -4/+6 |
* | Remove some pre-WAL relics: | Bruce Momjian | 2002-06-15 | 4 | -37/+6 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 | 14 | -246/+312 |