aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAge
* transformColumnDefinition failed to complain aboutTom Lane2007-06-20
* CREATE TABLE ... LIKE ... should mark the columns it creates withTom Lane2006-10-11
* Ensure that the resolved datatype of any unknown Param is propagatedTom Lane2005-02-19
* Backpatch fix from HEAD:Neil Conway2004-11-17
* Fix for this problem:Tom Lane2003-11-05
* Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut2003-10-02
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* 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/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
* Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane2003-07-03
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-25
* Includes:Bruce Momjian2003-06-25
* Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals,Tom Lane2003-06-16
* Cause GROUP BY clause to adopt ordering operators from ORDER BY whenTom Lane2003-06-15
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-05
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Parser was dropping foreign-key constraints on the floor if present inTom Lane2003-02-13
* Arrange to give error when a SetOp member statement refers to a variableTom Lane2003-02-13
* Use a varno not chosen at random for dummy variables in the top-levelTom Lane2003-02-11
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove codeTom Lane2003-01-17
* Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane2003-01-02
* To suppress memory leakage in long-lived Lists, lremove() should pfreeTom Lane2002-12-17
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-21
* Disallow aggregate functions in rule WHERE clauses. Per gripe fromTom Lane2002-10-20
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-14
* Move most of the error checking for foreign-key constraints out ofTom Lane2002-09-22
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29