summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-09-20Synced yet again.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-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-19Properly mark rules that return no value.Bruce Momjian
2002-06-19CacheMemoryContext should be DLLIMPORT.Tom Lane
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-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-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-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
2002-06-15Fix for TAB completion using GRANT DELETE in psql.Bruce Momjian
2002-06-15The macaddr datatype understands most formats of MAC address, except 12Bruce Momjian
2002-06-15Noted with versions 7.0.3, 7.1.3, and 7.2.1:Bruce Momjian
2002-06-15The method PgLargeObject::LOid() is missing an implementation in the .ccBruce Momjian
2002-06-15Add C++ indent tool.Bruce Momjian
2002-06-15This patch fixes a few minor problems with libpq++: remove the deprecatedBruce Momjian
2002-06-15Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.Thomas G. Lockhart
2002-06-15Search the existing regular expression cache as a ring buffer.Thomas G. Lockhart
2002-06-15Make encryption of stored passwords the default, as discussed months ago.Bruce Momjian
2002-06-15Remove pfrees of cached pg_pwd file, per Tom Lane.Bruce Momjian