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