aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAge
* Changed "triggered data change violation" detection codeJan Wieck2000-01-06
* Clean up handling of explicit NULL constants. Cases likeTom Lane1999-12-24
* Re-enable makeAttr() if ENABLE_OUTER_JOINS is defined.Thomas G. Lockhart1999-12-17
* Reverse out nextval patch.Bruce Momjian1999-12-17
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* >Turning nextval and currval into keywords is not an acceptable way toBruce Momjian1999-12-16
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-16
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-13
* any_ordering_op()'s argument should be declared Oid not int.Tom Lane1999-12-12
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Remove unneeded action.Bruce Momjian1999-12-10
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Correct coredump in ALTER TABLE foo ADD(). Accept explicit NULL inTom Lane1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Replace generic 'Illegal use of aggregates' error message with one thatTom Lane1999-12-09
* Clean up memory leakage in find_inheritors() by using pg_list listsTom Lane1999-12-07
* Completed FOREIGN KEY syntax.Jan Wieck1999-12-06
* create/alter user extensionBruce Momjian1999-11-30
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Fix problems with CURRENT_DATE and related functions being used inTom Lane1999-11-20
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-15
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane1999-11-01
* Make USING in COPY optional.Bruce Momjian1999-10-29
* Fix wording.Bruce Momjian1999-10-29
* Fix compile after COMMENT problem.Bruce Momjian1999-10-26
* Hello.Bruce Momjian1999-10-26
* I have a patch for postgresql-snapshot(1999-10-22).Bruce Momjian1999-10-22
* Remove fixed-size literal buffer from scan.l, and repairTom Lane1999-10-18
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-15
* Allow \r as whitespace.Bruce Momjian1999-10-09
* Fix for "--" comment and no trailing newline, as seen in Perl.Bruce Momjian1999-10-08
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* Allow comment-only lines, and ;;; lines too.Bruce Momjian1999-10-05
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Teach parse_coerce about non-cachable functions (actually,Tom Lane1999-10-02
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-02
* Disable new FROM-clause warning.Bruce Momjian1999-09-29
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Add subquery mention in auto-create table entry.Bruce Momjian1999-09-28
* More cleanup for | and ^.Bruce Momjian1999-09-28
* More cleanup for | and ^.Bruce Momjian1999-09-28
* Fix for creation of operator |.Bruce Momjian1999-09-28
* I have been working with user defined types and user defined cBruce Momjian1999-09-28
* Reverse out last scan.l patch for minus handling.\Bruce Momjian1999-09-28
* Sorry, guys. Here is the ultimate patch which keeps the entireBruce Momjian1999-09-27
* Following advice from Michael Ansley, I broke up the patch inBruce Momjian1999-09-27
* Emit warning on SELECT pg_language.*Bruce Momjian1999-09-27