summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2003-10-20Improve error reporting in parseTypeString(), motivated by confusingTom Lane
2003-10-09Make sure that -- comments extend to the end of the line. This fixes thePeter Eisentraut
2003-10-06Fix binary_oper_exact() so that the heuristic 'an unknown literal onTom Lane
2003-10-02Change some notices to warnings and vice versa according to criteriaPeter Eisentraut
2003-10-02Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-09-25Fix grammatical error introduced into error message.Tom Lane
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-23Tweak generic_type_consistency routines to avoid loss of functionalityTom Lane
2003-09-15Improve a couple of error messages per suggestions from Alvaro Herrera.Tom Lane
2003-09-09Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut
2003-09-06Make all valid uses of the COLLATE clause yield the same result: a syntaxPeter Eisentraut
2003-08-22Tweak grammar to use FastAppend rather than lappend when constructingTom Lane
2003-08-17Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-08-11Rewriter and planner should use only resno, not resname, to identifyTom Lane
2003-08-11Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-07create_unique_plan() should not discard existing output columns of theTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane
2003-07-19Another round of error message editing, covering backend/parser/.Tom Lane
2003-07-18First bits of work on error message editing.Tom Lane
2003-07-16Add defenses against trying to attach qual conditions to a setOperationTom Lane
2003-07-04Some early work on error message editing. Operator-not-found andTom Lane
2003-07-03Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane
2003-07-03Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane
2003-07-01Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane
2003-07-01Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut
2003-06-29Support expressions of the form 'scalar op ANY (array)' andTom Lane
2003-06-27Fix compile warnings.Tom Lane
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-06-27Create real array comparison functions (that use the element datatype'sTom Lane
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-25Don't generate 'zero' typeids in the output from gen_cross_product.Tom Lane
2003-06-25 Fix up JOIN .. USING with domainsBruce Momjian
2003-06-25UPDATE ... SET <col> = DEFAULTBruce Momjian
2003-06-25Includes:Bruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-06-19Disallow dollar sign in operator names, instead allow it as a non-firstTom Lane
2003-06-17Make FLOAT(p) measure the precision p in bits, not decimal digits, toTom Lane
2003-06-16Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals,Tom Lane
2003-06-15Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane
2003-06-15Cause GROUP BY clause to adopt ordering operators from ORDER BY whenTom Lane
2003-06-11Add add_missing_from GUC variable.Bruce Momjian
2003-06-06Implement outer-level aggregates to conform to the SQL spec, withTom Lane