| Commit message (Expand) | Author | Age | Files | Lines |
| * | GET DIAGNOSTICS statement to PL/pgSQL to access SPI_processed | Jan Wieck | 2000-09-05 | 5 | -9/+236 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -2/+2 |
| * | Added EXECUTE command to PL/pgSQL for execution of | Jan Wieck | 2000-08-31 | 6 | -9/+368 |
| * | New configure test for flex, which recognizes only flex but does so in all | Peter Eisentraut | 2000-08-28 | 1 | -5/+8 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 1 | -6/+6 |
| * | Fix plpgsql lexer to accept Windows-style and Mac-style newlines as | Tom Lane | 2000-08-22 | 1 | -27/+44 |
| * | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 | 1 | -21/+6 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 2 | -15/+25 |
| * | Add distprep target to take some of the job of the release_prep script. | Peter Eisentraut | 2000-07-19 | 2 | -3/+6 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -12/+20 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 2 | -15/+18 |
| * | Makefile cleanup for interface tree. Now essentially with all the | Peter Eisentraut | 2000-06-28 | 1 | -4/+6 |
| * | Makefile cleanup for bin and pl subtrees. They should now support | Peter Eisentraut | 2000-06-27 | 3 | -79/+33 |
| * | Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the | Peter Eisentraut | 2000-06-20 | 5 | -64/+108 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -2/+2 |
| * | Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses | Peter Eisentraut | 2000-06-07 | 1 | -2/+2 |
| * | Moved configure script from src/ to the top level directory. Moved | Peter Eisentraut | 2000-06-06 | 1 | -2/+2 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -2/+2 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -12/+13 |
| * | Cleanup of <> and "" | Bruce Momjian | 2000-05-29 | 1 | -3/+3 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 1 | -14/+4 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 3 | -122/+88 |
| * | Oops, plpgsql didn't have the datetime->timestamp and timespan->interval | Bruce Momjian | 2000-05-11 | 1 | -10/+14 |
| * | plpgsql RAISE statement was careless about the possibility of a NULL | Tom Lane | 2000-04-28 | 1 | -1/+3 |
| * | Show failing OID in 'cache lookup failed' messages. | Tom Lane | 2000-04-16 | 1 | -2/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 2 | -5/+5 |
| * | For no good reason at all, libplpgsql was getting linked with libpq. | Tom Lane | 2000-04-04 | 1 | -12/+2 |
| * | exec_simple_check_plan() must not allow a plan having initPlans or | Tom Lane | 2000-03-11 | 1 | -10/+13 |
| * | I've made a diff against the 7.0beta1 tree that accomplishes several things: | Bruce Momjian | 2000-03-08 | 1 | -2/+2 |
| * | Fix plpsql for bsdi. | Bruce Momjian | 2000-02-23 | 1 | -1/+5 |
| * | Allow SELECT .. FOR UPDATE in PL/pgSQL. | Hiroshi Inoue | 2000-02-07 | 1 | -2/+2 |
| * | Clean up longstanding warnings. I think the remaining | Tom Lane | 2000-01-20 | 2 | -7/+5 |
| * | Add .cvsignore so cvs update doesn't complain about derived | Tom Lane | 2000-01-17 | 1 | -0/+3 |
| * | Included all yacc and lex files into the distribution. | Peter Eisentraut | 2000-01-16 | 1 | -2/+2 |
| * | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane | 2000-01-15 | 3 | -16/+46 |
| * | Remove redundant and now-incorrect declaration of pstrdup. | Tom Lane | 2000-01-14 | 1 | -5/+1 |
| * | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 2 | -4/+4 |
| * | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 | 1 | -5/+5 |
| * | Clean up some minor gcc warnings. | Tom Lane | 1999-12-20 | 1 | -5/+6 |
| * | Fix "Unable to identify an operator =$" problem that occurred when pgsql | Tom Lane | 1999-11-28 | 1 | -16/+16 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 2 | -13/+13 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 2 | -4/+4 |
| * | Hi, | Bruce Momjian | 1999-10-13 | 1 | -4/+1 |
| * | gram.y cleanup | Bruce Momjian | 1999-09-21 | 1 | -2/+2 |
| * | Make proper plpgsql non-externs. | Bruce Momjian | 1999-09-20 | 1 | -7/+4 |
| * | Define plpgsql_yylineno as non-extern somewhere for bsdi. | Bruce Momjian | 1999-09-20 | 1 | -2/+4 |
| * | Allow BSD yacc and bison to compile pl code. | Bruce Momjian | 1999-08-16 | 1 | -3/+9 |
| * | replace #Include . | Bruce Momjian | 1999-08-09 | 1 | -3/+4 |
| * | Fix so BSD yacc works on file. | Bruce Momjian | 1999-08-07 | 1 | -2/+3 |