summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2002-08-06Add SQL99 CONVERT() function.Tatsuo Ishii
2002-08-06>> Hm. I'd sort of expect the "z" to become both the table and columnBruce Momjian
2002-08-06The attached patch disallows the use of coldeflists for functions thatBruce Momjian
2002-08-05Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane
2002-08-04Attached are two patches to implement and document anonymous compositeBruce Momjian
2002-08-04Implement IS OF and IS NOT OF type predicate.Thomas G. Lockhart
2002-08-04Implement IS OF type predicate. Can now do queries of the form:Thomas G. Lockhart
2002-08-04Implement hex literal conversion to bit string literal.Thomas G. Lockhart
2002-08-04The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-07-30The attached patch removes the last remnants of support forBruce Momjian
2002-07-29Centralize code for interpreting schema references, which had gottenTom Lane
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-07-20The attached patch fixes 2 trivial warnings generated by bison 1.35,Bruce Momjian
2002-07-20Manually apply part of oid patch that didn't apply cleanly.Bruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian
2002-07-18Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane
2002-07-18The attached patch (against HEAD) implementsBruce Momjian
2002-07-18Finished the Between patch Christopher started.Bruce Momjian
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-07-16Add more dependency insertions --- this completes the basic pg_dependTom Lane
2002-07-14Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch).Tom Lane
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-07-09Oops, proper initialization for domainTypMod was none at all, not 0.Bruce Momjian
2002-07-09Fix compiler warning:Bruce Momjian
2002-07-06I've fixed up the way domain constraints (not null and type length)Bruce Momjian
2002-07-04Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart
2002-07-01First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane
2002-06-22Implement SQL99 CREATE CAST and DROP CAST statements.Thomas G. Lockhart
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-19Properly mark rules that return no value.Bruce Momjian
2002-06-18Wrap long gram.y lines.Bruce Momjian
2002-06-18Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian
2002-06-18Improve rule action ordering in gram.y, more cleanups.Bruce Momjian
2002-06-17Mark noise keyword actions with {} rather than returning TRUE, likeBruce Momjian
2002-06-17Manually indent gram.y to be consistent.Bruce Momjian
2002-06-17Merge ALTER GROUP ADD/DROP rules by creating add_drop action.Bruce Momjian
2002-06-17Simplify optional WITH handling in CREATE USER, ALTER USER, CREATEBruce Momjian
2002-06-15Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.Thomas G. Lockhart
2002-06-13Add PLACING to the list of reserved keywords. Added as a token in the lastThomas G. Lockhart
2002-06-13Repair for bug #691 --- CREATE TABLE AS column aliases fail to beTom Lane
2002-06-11Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-28In default nextval('foo') expression for a SERIAL column, use doubleTom Lane