]> granicus.if.org Git - postgresql/history - src/backend/parser
message refinements
[postgresql] / src / backend / parser /
2001-08-10 Bruce MomjianPatch to LOCK multiple tables in one LOCK command.
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-08-09 Peter EisentrautNo longer a need for -Wno-error
2001-08-06 Bruce MomjianAdd QueryIsRule gram.y reset.
2001-08-04 Bruce MomjianBack out LOCK A,B,C patch at Tom's suggestion.
2001-08-04 Bruce MomjianAdd LOCK A,B,C functionality as LOCK A;LOCK B;LOCK...
2001-07-16 Bruce MomjianMore EXTEND INDEX removal.
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-12 Tom LaneRemove grammar restrictions on order of optional clause...
2001-07-10 Tom LaneChanges from Vince Vielhaber to allow the optional...
2001-07-09 Tom LaneAdd SHARE UPDATE EXCLUSIVE lock mode, coming soon to...
2001-07-04 Tom LaneProhibit a column from appearing twice in a PRIMARY...
2001-06-30 Peter EisentrautAllow default transaction isolation level (a.k.a. set...
2001-06-25 Tom LaneOptimizer can now estimate selectivity of IS NULL,...
2001-06-24 Bruce MomjianBack out BYTEA binary compatibility changes.
2001-06-23 Bruce Momjian> Marko Kreen <marko@l-t.ee> writes:
2001-06-23 Bruce MomjianAdd TEMPORARY sequences and have SERIAL on a temp table...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-07 Bruce Momjianreset all: command line and .conf options change defaults
2001-06-04 Bruce MomjianThis patch adds support for %TYPE in CREATE FUNCTION...
2001-06-04 Tom LaneGive error message, rather than coredump, for utility...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-05-22 Peter EisentrautMake bit and bit varying types reject too long input...
2001-05-21 Bruce MomjianPrint error on SELECT tab FROM tab:
2001-05-19 Bruce MomjianComment additions in parser.
2001-05-19 Bruce MomjianMove ParserFuncOrColumn function higher in the file.
2001-05-19 Bruce MomjianNew comment. This func/column things has always confus...
2001-05-18 Bruce MomjianUndo \dT change. Not worth it.
2001-05-18 Bruce MomjianRename ParseFuncOrColumn() to ParseColumnOrFunc().
2001-05-18 Bruce MomjianSmall code cleanups,formatting.
2001-05-14 Bruce MomjianRemove unused tables pg_variable, pg_inheritproc, pg_ip...
2001-05-09 Bruce Momjian This patch should catch cases where the types
2001-05-09 Peter EisentrautUse ColId instead of Ident for SET SESSION AUTHORIZATION.
2001-05-08 Peter EisentrautAdd SET SESSION AUTHORIZATION command.
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-05-04 Tom LaneMakefile should have automatic dependency for parser...
2001-05-01 Thomas G. LockhartAllow a string argument to the EXTRACT() function.
2001-04-23 Tom Lanecompatible_oper needs to do ReleaseSysCache in one...
2001-04-18 Tom LaneFurther tweaking of error messages for cases involving...
2001-04-18 Tom LaneMake rule lister do the right thing with Vars represent...
2001-03-22 Tom LaneFix Joubert's complaint that int8-sized numeric literal...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Tom LaneGive a more reasonable error message for a bad attribut...
2001-02-27 Tatsuo IshiiFix vacuum analyze error.
2001-02-21 Tom LaneChange case-folding of keywords to conform to SQL99...
2001-02-18 Peter EisentrautAllow extract() to accept the same field selectors...
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-02-15 Tom LaneArrange for ORDER BY an expression on a UNION/INTERSECT...
2001-02-14 Tom LaneRepair problems with duplicate index names generated...
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-02-10 Peter EisentrautOnly look for bison as YACC; other yaccs need to be...
2001-02-09 Tom Laneplpgsql's private copy of xlateSqlType was out of sync...
2001-02-03 Peter EisentrautUse elog() instead of exit() for fatal scanner errors.
2001-01-27 Tom LaneFix failure to create sequences for more than one SERIA...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneGive 'a_expr ::= a_expr Op' production a slightly lower...
2001-01-23 Tom LaneRemove no-longer-needed restriction against referencing...
2001-01-20 Tom LaneGive a good error message for what's likely to be a...
2001-01-19 Tom LaneSuppress unused-variable warning in non-Assert compilat...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2001-01-15 Tom LaneFix problems with parentheses around sub-SELECT --...
2001-01-08 Bruce MomjianRemove compiler warning about uninitialized warnings.
2001-01-06 Peter EisentrautSimplify the rules that explicitly allowed TYPE as...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-12-22 Tom LaneClean up CREATE TYPE/OPERATOR/AGGREGATE productions...
2000-12-18 Tom LaneRepair mishandling of PRIMARY KEY declaration that...
2000-12-17 Tom LaneTweak select_common_type() to deal with possibility...
2000-12-15 Bruce MomjianRemove current->old mapping.
2000-12-15 Tom LaneMake algorithm for resolving UNKNOWN function/operator...
2000-12-15 Tom LaneRemove obsolete comment.
2000-12-07 Tom LanetransformForUpdate() mustn't assume rowMarks list is...
2000-12-06 Tom LaneClean up handling of FOR UPDATE inside views and subsel...
2000-12-05 Tom LaneFrom Stephan Szabo:
2000-12-05 Tom LaneRepair breakage of rules containing INSERT ... SELECT...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-12-03 Thomas G. LockhartRepair usage of the OVERLAPS operator.
2000-11-24 Peter EisentrautMake SET SESSION CHARACTERISTICS compliant with SQL...
2000-11-18 Peter EisentrautTreat plain 'BIT' as 'BIT(1)'.
2000-11-17 Peter EisentrautAdd separate type category for bit string types, allowi...
2000-11-16 Peter EisentrautMake a pstrdup copy of the literalbuf when scanning...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-16 Peter EisentrautAdd support for casting bit string constants.
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-11-11 Thomas G. LockhartFix bug in recent improvement to type resolution code...
2000-11-09 Tom LaneArrange for CASE or UNION with only untyped literal...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-08 Bruce MomjianAdd ANALYSE spelling of ANALYZE for vacuum.
2000-11-07 Thomas G. LockhartEnable fallback to string type when argument(s) are...
2000-11-06 Thomas G. LockhartImplement AT TIME ZONE SQL9x syntax.
2000-11-06 Thomas G. LockhartAllow type resolution for UNKNOWN arguments to function...
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-11-05 Tom LaneUNION select in a CREATE RULE caused a weird error...
2000-11-05 Tom LaneAllow ORDER BY, LIMIT in sub-selects. Fix most (not...
2000-11-04 Bruce MomjianMake PROCEDURAL optional in CREATE/DROP LANGUAGE.
2000-11-04 Bruce MomjianThis patch should allow primary/foreign key
next