aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAge
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-02
* Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoidTom Lane2002-09-01
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-28
* Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and asBruce 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
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* 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
* Remove optimization whereby parser would make only one sort-list entryTom Lane2002-08-18
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-18
* Code review for 'at character n' patch --- point at proper end ofTom Lane2002-08-18
* In that case, attached is a patch which locates the beginning of theBruce Momjian2002-08-17
* Tom Lane wrote:Bruce Momjian2002-08-15
* Allow schema-qualified operator names to be used in the optionalTom Lane2002-08-10
* Cause view/rule display to work as expected after rename of an underlyingTom Lane2002-08-08
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-08
* parseTypeString wasn't quite paranoid enough.Tom Lane2002-08-08
* Add SQL99 CONVERT() function.Tatsuo Ishii2002-08-06
* >> Hm. I'd sort of expect the "z" to become both the table and columnBruce Momjian2002-08-06
* The attached patch disallows the use of coldeflists for functions thatBruce Momjian2002-08-06
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-05
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-04
* Implement IS OF and IS NOT OF type predicate.Thomas G. Lockhart2002-08-04
* Implement IS OF type predicate. Can now do queries of the form:Thomas G. Lockhart2002-08-04
* Implement hex literal conversion to bit string literal.Thomas G. Lockhart2002-08-04
* The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian2002-08-04
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* The attached patch removes the last remnants of support forBruce Momjian2002-07-30
* Centralize code for interpreting schema references, which had gottenTom Lane2002-07-29
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* Remove unused system table columns:Peter Eisentraut2002-07-24
* The attached patch fixes 2 trivial warnings generated by bison 1.35,Bruce Momjian2002-07-20
* Manually apply part of oid patch that didn't apply cleanly.Bruce Momjian2002-07-20
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-18
* Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane2002-07-18
* The attached patch (against HEAD) implementsBruce Momjian2002-07-18
* Finished the Between patch Christopher started.Bruce Momjian2002-07-18
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-16
* Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch).Tom Lane2002-07-14
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12