]> granicus.if.org Git - postgresql/history - src/backend/parser
message refinements
[postgresql] / src / backend / parser /
2000-11-02 Tom LanePeter forgot to fix {operator} rule to match modified...
2000-10-31 Peter EisentrautChange internal string representation of BitString...
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-30 Peter EisentrautDisallow zero-length delimited identifier (per SQL).
2000-10-29 Peter EisentrautRemove special treatment of '|' operator, in the spirit...
2000-10-28 Bruce MomjianBack out change to gram.y for parens.
2000-10-28 Bruce MomjianOkay, here's my attempt at fixing the problems with...
2000-10-25 Tom LaneAccept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-10-18 Bruce MomjianThe following patch was sent to the patches list:
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-25 Tom LaneCorrect error in grammar for subselect-in-FROM: SQL...
2000-09-25 Tom LaneUse variable aliases, if supplied, rather than real...
2000-09-25 Bruce Momjian the patch include:
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-17 Tom LaneParse JOIN/ON conditions with the proper visibility...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-09-12 Bruce MomjianThis patch implements the following command:
2000-08-29 Bruce MomjianThis is mostly the same as an earlier patch I
2000-08-28 Peter EisentrautNew configure test for flex, which recognizes only...
2000-08-26 Tom LaneRename BITSPERBYTE to BITS_PER_BYTE to avoid conflict...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-22 Tatsuo IshiiMake scanner multibyte aware. Currently it may produce...
2000-08-22 Tatsuo IshiiMake makeObjectName multibyte aware. Currently, it...
2000-08-20 Tom LaneMake functional indexes accept binary-compatible functi...
2000-08-12 Tom LaneMop-up for removal of ':' and ';' operators ... like...
2000-08-11 Tom LanecopyObject() and equal() now know about all parse-time...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-08-07 Tom LaneTOAST mop-up work: update comments for tuple-size-relat...
2000-08-07 Thomas G. LockhartAllow LIKE and ILIKE as TokenId (and hence ColId) to...
2000-08-06 Thomas G. LockhartImplement LIKE/ESCAPE. Change parser to use like()...
2000-08-06 Thomas G. LockhartSupport SQL99 embedded double-quote syntax for quoted...
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-30 Tom LaneType lztext is toast.
2000-07-28 Thomas G. LockhartFix acceptance of PATH as a type and column name.
2000-07-19 Peter EisentrautAdd distprep target to take some of the job of the...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-15 Tom LaneRemove useless and dangerous 'opt_type' option from...
2000-07-14 Thomas G. LockhartImplement nested block comments in the backend and...
2000-07-14 Thomas G. LockhartInclude rule to build include/parser/parse.h since...
2000-07-09 Peter Eisentrautoidvectortypes: use SQL type names and separate by...
2000-07-07 Peter Eisentraut- format_type function, in use by psql
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-07-03 Jan WieckTOAST
2000-07-02 Bruce MomjianAttached is a new patch which addresses this problem...
2000-07-02 Tom LaneRemove memory leak from VACUUM parsing.
2000-06-22 Peter EisentrautSecond pass over run-time configuration system. Adjust...
2000-06-20 Tom LaneFix handling of type tuple associated with a temp relat...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-15 Bruce MomjianClean up #include's.
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-12 Bruce MomjianRename rule CURRENT to OLD in source tree. Add mapping...
2000-06-12 Bruce MomjianBack out pg_shadow changes to allow create table and...
2000-06-11 Tom LaneUpdate sequence-related functions to new fmgr style...
2000-06-09 Bruce Momjian I have large database and with this DB work more users...
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-07 Peter EisentrautGen_fmgrtab.sh is strange: it is a platform dependent...
2000-06-06 Tom LanetypeTypeName() must return a pstrdup'd copy of the...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-06-03 Bruce MomjianNew warning code about auto-created range table entries.
2000-06-01 Tom LaneLexer defended us against overlength plain identifiers...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-27 Tom Lanedefine YY_NEVER_INTERACTIVE for flex, to persuade flex...
2000-05-26 Tom LaneGenerate a reasonable error message when an aggregate...
2000-05-25 Tom LaneModify raw parsetree representation returned by gram...
2000-05-12 Tom LaneRepair list-vs-node confusion that resulted in failure...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-08 Tom LaneTweak TypeCategory to treat new BIT types as of STRING...
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-03-31 Tom LaneNew coding for SET provoked a 'var might be used uninit...
2000-03-30 Thomas G. LockhartEnable more flexible syntax for the SET command. Now...
2000-03-27 Thomas G. LockhartAllow full type names in CREATE FUNCTION arguments...
2000-03-24 Tom LanetransformCreateStmt should put Ident nodes, not ColumnD...
2000-03-23 Tom LaneRemove no-longer-necessary restriction against uplevel...
2000-03-23 Tom LaneHack parse_coerce so it won't try to constant-fold...
2000-03-21 Thomas G. LockhartAdd syntax for BIT() and BIT VARYING(), but no underlyi...
2000-03-20 Bruce MomjianReverse out BYTEA type coersion.
2000-03-20 Tom LaneEmit 'this operator is deprecated' warnings for ':...
2000-03-20 Bruce MomjianAdd compatiblity information for bytea.
2000-03-20 Hiroshi InoueAdd FORCE keyword to ColID
2000-03-19 Tom LanetransformExpr() did the Wrong Thing if applied to a...
2000-03-19 Tom LaneAnother go-round with resolution of ambiguous functions...
2000-03-19 Tom LaneIn can_coerce_type, verify that a possible type-coercio...
2000-03-18 Tom LaneImprove error message wording in unary_op_error() ...
2000-03-18 Tom LaneModify lexing of multi-char operators per pghackers...
2000-03-18 Tom LaneJust noticed that the grammar actually has no provision...
2000-03-18 Bruce MomjianAdd translation of timespan to interval.
2000-03-17 Tom LaneAdd safety check on expression nesting depth. Default...
next