summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2004-04-21Change COPY CSV keyword to be:Bruce Momjian
2004-04-19Complete TODO item:Bruce Momjian
2004-04-18Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane
2004-04-05Allow LIKE/ILIKE to appear in more places in a query.Bruce Momjian
2004-04-02Fix poor choice of error message in corner cases.Tom Lane
2004-04-02Clean up some code that had gotten a bit ugly through repeated revisions.Tom Lane
2004-04-02Get rid of crocky use of RangeVar nodes in parser to represent partiallyTom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-24Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-17Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane
2004-03-15Remove grotty special-case code in coerce_to_target_type() thatTom Lane
2004-03-11Add NOWAIT option to LOCK commandTatsuo Ishii
2004-03-09Add ALSO keyword to CREATE RULE.Bruce Momjian
2004-02-24Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane
2004-02-21Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane
2004-02-19Cosmetic changes (mostly whitespace) to make it easier to diff theTom Lane
2004-02-13Try to make 'cross-database references are not implemented' errors aTom Lane
2004-01-28Fix oversight in check_ungrouped_columns optimization that avoidsTom Lane
2004-01-23Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway
2004-01-14Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane
2004-01-11Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway
2004-01-10Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway
2004-01-10Allow BEGIN WORK to specify transaction isolation level, like STARTBruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-06Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane
2004-01-05Trivial refactoring: move analysis of ViewStmt into its own function forNeil Conway
2003-12-17Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercionTom Lane
2003-12-01This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-24Overdue code review for ALTER SEQUENCE patch. Don't generate illegal NodeTom Lane
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-11-06Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut
2003-11-05Fix for this problem:Tom Lane
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