summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2002-03-20Code review for DOMAIN patch.Tom Lane
2002-03-19Fix DOMAIN breakage.Bruce Momjian
2002-03-19Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian
2002-03-12Restructure representation of join alias variables. An explicit JOINTom Lane
2002-03-10Add DEFAULT_INDEX_TYPE == "btree", for clarity.Bruce Momjian
2002-03-10Disable brackets in multi-statement rules, as discussed.Bruce Momjian
2002-03-09Guard against NULL strings in SET key=val constructs.Thomas G. Lockhart
2002-03-08analyze.o need not depend on parser.h.Tom Lane
2002-03-08Remove unnecessary inclusion.Tom Lane
2002-03-08Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt,Tom Lane
2002-03-07Back out domain patch until it works properly.Bruce Momjian
2002-03-06Ok. Updated patch attached.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-26Restructure command-completion-report code so that there is just oneTom Lane
2002-02-25This patch will allow arbitrary levels of analyze / rewritingBruce Momjian
2002-02-25Re-add equals documentation with CREATE DATABASE.Bruce Momjian
2002-02-25Remove documentation of equals in CREATE DATABASE. Mention removal ofBruce Momjian
2002-02-24Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2002-02-18Disable LIMIT #,# syntax, as agreed to months ago. Print message sayingBruce Momjian
2002-01-03Require ownership permission for CREATE INDEX, per bug report.Tom Lane
2001-12-12Don't accept names of complex types (ie, relation types) as beingTom Lane
2001-12-09Allow variable (unrestricted) precision for TIME and TIMESTAMP types in parser.Thomas G. Lockhart
2001-11-16Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut
2001-11-16Update keyword lists per suggestions by Peter. There are now fourTom Lane
2001-11-12Tweak parser so that there is a defined representation for datatypesTom Lane
2001-11-12If the alternatives for a CASE construct all have the same typmod,Tom Lane
2001-11-12Clean up a bunch of ScanKeyEntryInitialize calls that weren't botheringTom Lane
2001-11-10Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names,Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-05CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column namesTom Lane
2001-11-04Got "ADD" to appear only in ALTER TABLE and not CREATE TABLEBruce Momjian
2001-11-04Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because theBruce Momjian
2001-11-02Add default expressions to INSERTs during planning, not during parseTom Lane
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-31Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-23Fix foreign keys on system columns.Tom Lane
2001-10-23Now I had them reversed. Wow that syntax is error-prone.Bruce Momjian
2001-10-23Syntax fix. Can't use #ifdef in gram.y.Bruce Momjian
2001-10-23Back out LIMIT #,# removal and mark it as to-be-removed in 7.3.Bruce Momjian
2001-10-22Cause transformIndexConstraints() to do the right thing with requestsTom Lane
2001-10-22Consolidate tables of known system attributes into one table.Tom Lane
2001-10-20Change LIMIT #,# error message to be more generic.Bruce Momjian
2001-10-20Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian