summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2001-07-04Prohibit a column from appearing twice in a PRIMARY KEY or UNIQUETom Lane
2001-06-30Allow default transaction isolation level (a.k.a. set sessionPeter Eisentraut
2001-06-25Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane
2001-06-24Back out BYTEA binary compatibility changes.Bruce Momjian
2001-06-23> Marko Kreen <marko@l-t.ee> writes:Bruce Momjian
2001-06-23Add TEMPORARY sequences and have SERIAL on a temp table have a temporaryBruce Momjian
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-19Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane
2001-06-09Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut
2001-06-07reset all: command line and .conf options change defaultsBruce Momjian
2001-06-04This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian
2001-06-04Give error message, rather than coredump, for utility statements inTom Lane
2001-05-27Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut
2001-05-22Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut
2001-05-21Print error on SELECT tab FROM tab:Bruce Momjian
2001-05-19Comment additions in parser.Bruce Momjian
2001-05-19Move ParserFuncOrColumn function higher in the file.Bruce Momjian
2001-05-19New comment. This func/column things has always confused me.Bruce Momjian
2001-05-18Undo \dT change. Not worth it.Bruce Momjian
2001-05-18Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian
2001-05-18Small code cleanups,formatting.Bruce Momjian
2001-05-14Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian
2001-05-09 This patch should catch cases where the typesBruce Momjian
2001-05-09Use ColId instead of Ident for SET SESSION AUTHORIZATION.Peter Eisentraut
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-05-04Makefile should have automatic dependency for parser.o too, if it'sTom Lane
2001-05-01Allow a string argument to the EXTRACT() function.Thomas G. Lockhart
2001-04-23compatible_oper needs to do ReleaseSysCache in one path to avoidTom Lane
2001-04-18Further tweaking of error messages for cases involving attributes &Tom Lane
2001-04-18Make rule lister do the right thing with Vars representing whole tuples.Tom Lane
2001-03-22Fix Joubert's complaint that int8-sized numeric literals are mishandledTom Lane
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-14Give a more reasonable error message for a bad attribute name appliedTom Lane
2001-02-27Fix vacuum analyze error.Tatsuo Ishii
2001-02-21Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane
2001-02-18Allow extract() to accept the same field selectors as date_part(), not justPeter Eisentraut
2001-02-16Clean up two rather nasty bugs in operator selection code.Tom Lane
2001-02-15Arrange for ORDER BY an expression on a UNION/INTERSECT/EXCEPT result,Tom Lane
2001-02-14Repair problems with duplicate index names generated when CREATE TABLETom Lane
2001-02-14Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2001-02-09plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane
2001-02-03Use elog() instead of exit() for fatal scanner errors.Peter Eisentraut
2001-01-27Fix failure to create sequences for more than one SERIAL column in aTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-23Give 'a_expr ::= a_expr Op' production a slightly lower precedence thanTom Lane
2001-01-23Remove no-longer-needed restriction against referencing systemTom Lane
2001-01-20Give a good error message for what's likely to be a common syntax error,Tom Lane