aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/analyze.c
Commit message (Expand)AuthorAge
* 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
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-28
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27
* This patches replaces a few more usages of strcpy() and sprintf() whenBruce Momjian2002-08-27
* Fix pg_dump to dump serial columns as serials. Per pghackers discussion,Tom Lane2002-08-19
* Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane2002-08-19
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-16
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Repair for bug #691 --- CREATE TABLE AS column aliases fail to beTom Lane2002-06-13
* In default nextval('foo') expression for a SERIAL column, use doubleTom Lane2002-05-28
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-28
* Reports missing values as bad.Bruce Momjian2002-04-24
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Tweak error message wording.Tom Lane2002-04-12
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Add INSERT(..., DEFAULT, ).Bruce Momjian2002-04-05
* Tweak SERIAL column creation to emit a fully qualified sequence nameTom Lane2002-04-02
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* Add DEFAULT_INDEX_TYPE == "btree", for clarity.Bruce Momjian2002-03-10
* Remove unnecessary inclusion.Tom Lane2002-03-08
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-26
* This patch will allow arbitrary levels of analyze / rewritingBruce Momjian2002-02-25
* Require ownership permission for CREATE INDEX, per bug report.Tom Lane2002-01-03
* Tweak parser so that there is a defined representation for datatypesTom Lane2001-11-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column namesTom Lane2001-11-05
* Got "ADD" to appear only in ALTER TABLE and not CREATE TABLEBruce Momjian2001-11-04
* Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because theBruce Momjian2001-11-04
* Add default expressions to INSERTs during planning, not during parseTom Lane2001-11-02
* Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian2001-10-31
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix foreign keys on system columns.Tom Lane2001-10-23
* Cause transformIndexConstraints() to do the right thing with requestsTom Lane2001-10-22
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-12
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-03
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-03
* Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian2001-09-07