summaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAgeFilesLines
* This is mostly the same as an earlier patch IBruce Momjian2000-08-291-2/+149
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-281-3/+6
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-261-3/+3
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-242-26/+9
* Make scanner multibyte aware. Currently it may produce an incorrectTatsuo Ishii2000-08-221-1/+21
* Make makeObjectName multibyte aware. Currently, it may produceTatsuo Ishii2000-08-221-1/+12
* Make functional indexes accept binary-compatible functions, for exampleTom Lane2000-08-201-30/+12
* Mop-up for removal of ':' and ';' operators ... like, say, actuallyTom Lane2000-08-122-9/+7
* copyObject() and equal() now know about all parse-time node types,Tom Lane2000-08-112-43/+65
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-086-179/+79
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-071-8/+10
* Allow LIKE and ILIKE as TokenId (and hence ColId) to make sure that theyThomas G. Lockhart2000-08-071-3/+7
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-062-103/+181
* Support SQL99 embedded double-quote syntax for quoted identifiers.Thomas G. Lockhart2000-08-061-1/+5
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-031-22/+15
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-2/+3
* Type lztext is toast.Tom Lane2000-07-302-8/+17
* Fix acceptance of PATH as a type and column name.Thomas G. Lockhart2000-07-281-34/+46
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-191-33/+24
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-41/+13
* Remove useless and dangerous 'opt_type' option from CREATE INDEX.Tom Lane2000-07-152-28/+11
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-144-154/+323
* Include rule to build include/parser/parse.h since nothing else canThomas G. Lockhart2000-07-141-3/+6
* oidvectortypes: use SQL type names and separate by commasPeter Eisentraut2000-07-091-4/+5
* - format_type function, in use by psqlPeter Eisentraut2000-07-071-1/+3
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-052-4/+5
* TOASTJan Wieck2000-07-032-4/+14
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-021-1/+4
* Remove memory leak from VACUUM parsing.Tom Lane2000-07-021-19/+1
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-221-9/+9
* Fix handling of type tuple associated with a temp relation. We haveTom Lane2000-06-201-27/+30
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-171-34/+27
* Final #include cleanup.Bruce Momjian2000-06-151-4/+1
* Clean up #include's.Bruce Momjian2000-06-156-6/+12
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-142-5/+5
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-2/+5
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-124-16/+18
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-122-53/+22
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-111-50/+8
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-092-22/+53
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-094-39/+76
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-083-12/+22
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-071-3/+3
* typeTypeName() must return a pstrdup'd copy of the type name, not aTom Lane2000-06-061-3/+5
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-2/+3
* New warning code about auto-created range table entries.Bruce Momjian2000-06-032-17/+28
* Lexer defended us against overlength plain identifiers, but not againstTom Lane2000-06-011-1/+7
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-312-61/+60
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-2/+5
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-306-16/+6