summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-20Synced yet again.origin/ecpg_big_bisonMichael Meskes
2002-09-11Synced yet again.Michael Meskes
2002-09-01Synced parser.Michael Meskes
2002-08-20MAde preproc.y compile with bison 1.49b.Michael Meskes
2002-08-18Synced parser with backend.Michael Meskes
2002-07-21Corrected Makefile and preproc.y for big_bison branch.Michael Meskes
2002-07-21Re-committing the whole big_bison tag.Michael Meskes
2002-07-01Removed debug output.Michael Meskes
2002-07-01Hopefully it now works as I think it should.Michael Meskes
2002-06-20This commit was manufactured by cvs2git to create branch 'ecpg_big_bison'.CVS to git conversion script
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Here is a patch for Composite and Set returning function support. I madeBruce Momjian
2002-06-20Attached is a regression test patch for SRFs. I based it on the testBruce Momjian
2002-06-20> Here's the first doc patch for SRFs. The patch covers generalBruce Momjian
2002-06-20Add from Dave Cramer:Bruce Momjian
2002-06-20Update as done:Bruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-20This patch updates the CREATE LANGUAGE & pg_language docs for the 7.3Bruce Momjian
2002-06-20Add new Russian FAQ.Bruce Momjian
2002-06-19Add:Bruce Momjian
2002-06-19Properly mark rules that return no value.Bruce Momjian
2002-06-19CacheMemoryContext should be DLLIMPORT.Tom Lane
2002-06-19Split list of SQL99 features into "Supported" and "Unsupported" lists.Thomas G. Lockhart
2002-06-18Wrap long gram.y lines.Bruce Momjian
2002-06-18Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian
2002-06-18Improve rule action ordering in gram.y, more cleanups.Bruce Momjian
2002-06-17Mark noise keyword actions with {} rather than returning TRUE, likeBruce Momjian
2002-06-17Manually indent gram.y to be consistent.Bruce Momjian
2002-06-17Use KAME accessor macros for addr8.Bruce Momjian
2002-06-17Fix missing 'buf' variable in SSL sources and add missing includes.Bruce Momjian
2002-06-17Fix SSL DEBUG levels to match CVS elog flags.Bruce Momjian
2002-06-17Back out accidental COPY data changes.Bruce Momjian
2002-06-17Repair AlterTableOwner --- was failing for relations with indexes.Tom Lane
2002-06-17Fixed parser bug concerning octal numbers in single quotes.Michael Meskes
2002-06-17Rename DEBUG to DEBUG1 in SSL code.Bruce Momjian
2002-06-17Merge ALTER GROUP ADD/DROP rules by creating add_drop action.Bruce Momjian
2002-06-17Simplify optional WITH handling in CREATE USER, ALTER USER, CREATEBruce Momjian
2002-06-16implemented refresh rowDave Cramer
2002-06-16Remove KSQO from GUC and move file to _deadcode.Bruce Momjian
2002-06-15Fix up memory leakage created by recent changes.Tom Lane
2002-06-15Ooops, fix busted markup.Tom Lane
2002-06-15Clean up gcc warnings. Avoid the bad habit of putting externs in .cTom Lane
2002-06-15Fix up gcc warnings, improve comments.Tom Lane
2002-06-15Add a little more material to the new section about evaluation order.Tom Lane
2002-06-15Patch for current_schemas to optionally include implicit ...Bruce Momjian
2002-06-15PATCH SSL_pending() checks in libpq/fe-misc.c:Bruce Momjian
2002-06-15WriteBuffer return value:Bruce Momjian
2002-06-15Update LOG_PID to mention it doesn't control syslog.Bruce Momjian
2002-06-15Remove some pre-WAL relics:Bruce Momjian
2002-06-15This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian