summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2000-02-26Fix exprTypmod to recognize length-coercion function expressions,Tom Lane
2000-02-26I had managed to break acceptance of "char", which worked in 6.5 toTom Lane
2000-02-24Suppress timespan and datetime ops from being brought in via pg_dumpBruce Momjian
2000-02-24Make make_const() check the size and precision of a T_Float Value,Tom Lane
2000-02-22First post-beta1 bug fix :-(. Silly typo in new coding for doNegateTom Lane
2000-02-21Change parse-time representation of float literals (which include oversizeTom Lane
2000-02-20Further cleanups for type coercion: treat the locution typename(argument)Tom Lane
2000-02-20Create a new expression node type RelabelType, which exists solely toTom Lane
2000-02-20Fix broken list-slinging logic in func_select_candidate andTom Lane
2000-02-20Even after the great date/time consolidation, TypeCategory() was stillTom Lane
2000-02-20Fix SERIAL columns, which Thomas inadvertently broke parsing of.Tom Lane
2000-02-19Repair longstanding violation of SQL92 semantics: GROUP BY wouldTom Lane
2000-02-19Accept the noise-word ALL in aggregate function invocations for SQL92Tom Lane
2000-02-19First workaround solution for Jan's column constraint attributes.Thomas G. Lockhart
2000-02-19Clean up scan.l's handling of \r vs \n --- they are reliably treated asTom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-02-16Implement "date/time grand unification".Thomas G. Lockhart
2000-02-15Fix missing lfirst() in ListTableAsAttrs(). This codeTom Lane
2000-02-15Remove some // comments, which are not ANSI C last I heard.Tom Lane
2000-02-15Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart
2000-02-15Add "DEC" as synonym for "DECIMAL".Thomas G. Lockhart
2000-02-07Mask removal of network_ops in 7.0.Bruce Momjian
2000-02-07Enabled MATCH <unspecified>Jan Wieck
2000-02-05Enabling automatic primary key detection for self-referencingJan Wieck
2000-02-04Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck
2000-02-02Inconsistency in CREATE CONSTRAINT TRIGGER with theJan Wieck
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-27Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane
2000-01-26Add:Bruce Momjian
2000-01-24Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut
2000-01-23Fix error messages for the lack of multi-byte support.Tatsuo Ishii
2000-01-23updated install filePeter Eisentraut
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-22Forgot to handle column length defaults in ALTER TABLE ADD COLUMN.Tom Lane
2000-01-20Clean up longstanding gcc warnings by adding missing externTom Lane
2000-01-20Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. ThisTom Lane
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-18Since this patch is not big I send it here instead. I do not have theBruce Momjian
2000-01-18This corrects an error in current gram.y for ALTER TABLE ... ADDBruce Momjian
2000-01-17Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane
2000-01-17Create a new parsetree node type, TypeCast, so that transformation ofTom Lane
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
2000-01-16Fix broken FOR UPDATE error message.Tom Lane
2000-01-16Fix passing of atttypmod that Tom found.Bruce Momjian
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
2000-01-14* User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut
2000-01-13Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Move fixes for >8 indexed fields.Bruce Momjian