| Commit message (Expand) | Author | Age | Files | Lines |
| * | This is mostly the same as an earlier patch I | Bruce Momjian | 2000-08-29 | 1 | -2/+149 |
| * | New configure test for flex, which recognizes only flex but does so in all | Peter Eisentraut | 2000-08-28 | 1 | -3/+6 |
| * | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane | 2000-08-26 | 1 | -3/+3 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 2 | -26/+9 |
| * | Make scanner multibyte aware. Currently it may produce an incorrect | Tatsuo Ishii | 2000-08-22 | 1 | -1/+21 |
| * | Make makeObjectName multibyte aware. Currently, it may produce | Tatsuo Ishii | 2000-08-22 | 1 | -1/+12 |
| * | Make functional indexes accept binary-compatible functions, for example | Tom Lane | 2000-08-20 | 1 | -30/+12 |
| * | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane | 2000-08-12 | 2 | -9/+7 |
| * | copyObject() and equal() now know about all parse-time node types, | Tom Lane | 2000-08-11 | 2 | -43/+65 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 6 | -179/+79 |
| * | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 | 1 | -8/+10 |
| * | Allow LIKE and ILIKE as TokenId (and hence ColId) to make sure that they | Thomas G. Lockhart | 2000-08-07 | 1 | -3/+7 |
| * | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart | 2000-08-06 | 2 | -103/+181 |
| * | Support SQL99 embedded double-quote syntax for quoted identifiers. | Thomas G. Lockhart | 2000-08-06 | 1 | -1/+5 |
| * | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane | 2000-08-03 | 1 | -22/+15 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 1 | -2/+3 |
| * | Type lztext is toast. | Tom Lane | 2000-07-30 | 2 | -8/+17 |
| * | Fix acceptance of PATH as a type and column name. | Thomas G. Lockhart | 2000-07-28 | 1 | -34/+46 |
| * | Add distprep target to take some of the job of the release_prep script. | Peter Eisentraut | 2000-07-19 | 1 | -33/+24 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -41/+13 |
| * | Remove useless and dangerous 'opt_type' option from CREATE INDEX. | Tom Lane | 2000-07-15 | 2 | -28/+11 |
| * | Implement nested block comments in the backend and in psql. | Thomas G. Lockhart | 2000-07-14 | 4 | -154/+323 |
| * | Include rule to build include/parser/parse.h since nothing else can | Thomas G. Lockhart | 2000-07-14 | 1 | -3/+6 |
| * | oidvectortypes: use SQL type names and separate by commas | Peter Eisentraut | 2000-07-09 | 1 | -4/+5 |
| * | - format_type function, in use by psql | Peter Eisentraut | 2000-07-07 | 1 | -1/+3 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 2 | -4/+5 |
| * | TOAST | Jan Wieck | 2000-07-03 | 2 | -4/+14 |
| * | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian | 2000-07-02 | 1 | -1/+4 |
| * | Remove memory leak from VACUUM parsing. | Tom Lane | 2000-07-02 | 1 | -19/+1 |
| * | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut | 2000-06-22 | 1 | -9/+9 |
| * | Fix handling of type tuple associated with a temp relation. We have | Tom Lane | 2000-06-20 | 1 | -27/+30 |
| * | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 | 1 | -34/+27 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 1 | -4/+1 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 6 | -6/+12 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 2 | -5/+5 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -2/+5 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 4 | -16/+18 |
| * | Back out pg_shadow changes to allow create table and locking permissions. | Bruce Momjian | 2000-06-12 | 2 | -53/+22 |
| * | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane | 2000-06-11 | 1 | -50/+8 |
| * | I have large database and with this DB work more users and I very need | Bruce Momjian | 2000-06-09 | 2 | -22/+53 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 4 | -39/+76 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 3 | -12/+22 |
| * | Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses | Peter Eisentraut | 2000-06-07 | 1 | -3/+3 |
| * | typeTypeName() must return a pstrdup'd copy of the type name, not a | Tom Lane | 2000-06-06 | 1 | -3/+5 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -2/+3 |
| * | New warning code about auto-created range table entries. | Bruce Momjian | 2000-06-03 | 2 | -17/+28 |
| * | Lexer defended us against overlength plain identifiers, but not against | Tom Lane | 2000-06-01 | 1 | -1/+7 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 2 | -61/+60 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -2/+5 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 6 | -16/+6 |