aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAge
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway2004-01-11
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* Allow BEGIN WORK to specify transaction isolation level, like STARTBruce Momjian2004-01-10
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-06
* Trivial refactoring: move analysis of ViewStmt into its own function forNeil Conway2004-01-05
* Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercionTom Lane2003-12-17
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Overdue code review for ALTER SEQUENCE patch. Don't generate illegal NodeTom Lane2003-11-24
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* Fix for this problem:Tom Lane2003-11-05
* Improve error reporting in parseTypeString(), motivated by confusingTom Lane2003-10-20
* Make sure that -- comments extend to the end of the line. This fixes thePeter Eisentraut2003-10-09
* Fix binary_oper_exact() so that the heuristic 'an unknown literal onTom Lane2003-10-06
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-02
* Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut2003-10-02
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Fix grammatical error introduced into error message.Tom Lane2003-09-25
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Tweak generic_type_consistency routines to avoid loss of functionalityTom Lane2003-09-23
* Improve a couple of error messages per suggestions from Alvaro Herrera.Tom Lane2003-09-15
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Make all valid uses of the COLLATE clause yield the same result: a syntaxPeter Eisentraut2003-09-06
* Tweak grammar to use FastAppend rather than lappend when constructingTom Lane2003-08-22
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-17
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* create_unique_plan() should not discard existing output columns of theTom Lane2003-08-07
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* A visit from the message-style police ...Tom Lane2003-07-28
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-19
* First bits of work on error message editing.Tom Lane2003-07-18
* Add defenses against trying to attach qual conditions to a setOperationTom Lane2003-07-16
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane2003-07-03
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-01
* Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut2003-07-01
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29