Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | cleanups | Bruce Momjian | 1999-03-23 | |
| | ||||
* | Hi, | Bruce Momjian | 1999-03-22 | |
| | | | | | | | | | | I have solved some problems with dynamic loading on NT. It is possible to run succesfully both trigger and plpgsql regression tests. The patch is in the included file "diff". Dan | |||
* | Add % to b_expr. | Bruce Momjian | 1999-03-22 | |
| | ||||
* | Cleanup of NULL in inet types. | Bruce Momjian | 1999-03-22 | |
| | ||||
* | Correct some comments, fix a small memory wastage when datatype | Tom Lane | 1999-03-21 | |
| | | | | is pass-by-value. | |||
* | This patch fixes the bug that made it impossible to grant permissions to | Bruce Momjian | 1999-03-21 | |
| | | | | | | a user such as "www-data". Oliver | |||
* | Add .cvsignore file so cvs doesn't complain if you have lex/yacc | Tom Lane | 1999-03-21 | |
| | | | | output files laying about. | |||
* | cleanup | Bruce Momjian | 1999-03-21 | |
| | ||||
* | Ah, *now* I understand: plpgsql lexer must be generated with flex -l ... | Tom Lane | 1999-03-21 | |
| | ||||
* | Fix for %4 and 4%. | Bruce Momjian | 1999-03-21 | |
| | ||||
* | Hmm, it seems some versions of flex declare yytext as extern char[] | Tom Lane | 1999-03-21 | |
| | | | | | | but others declare it as extern char *. gcc complains (quite rightly too). Worked around it by rearranging the order of inclusions so that we don't have to explicitly declare yytext; this should work with either variant. | |||
* | *** empty log message *** | Michael Meskes | 1999-03-20 | |
| | ||||
* | Remove yacc/lex output files from CVS repository. | Tom Lane | 1999-03-20 | |
| | ||||
* | Remove yacc/lex output files from CVS repository. | Tom Lane | 1999-03-20 | |
| | ||||
* | Clean up build procedure: do not keep raw lex/yacc files around, | Tom Lane | 1999-03-20 | |
| | | | | only the edited ones. | |||
* | make clean should remove lex.yy.c | Tom Lane | 1999-03-20 | |
| | ||||
* | Script for preparing derived files during tarball construction. | Tom Lane | 1999-03-20 | |
| | ||||
* | Reverse out pfree agg part of patch from Erik Riedel. | Bruce Momjian | 1999-03-20 | |
| | ||||
* | cleanup | Bruce Momjian | 1999-03-20 | |
| | ||||
* | cleanup | Bruce Momjian | 1999-03-20 | |
| | ||||
* | Fix for aggregate memory leaks from Erik Riedel. | Bruce Momjian | 1999-03-20 | |
| | ||||
* | Fix shift/reduce for NULL = Var. | Bruce Momjian | 1999-03-19 | |
| | ||||
* | Fix for memory leak in executor with fjIsNull. | Bruce Momjian | 1999-03-19 | |
| | ||||
* | I suggest the following portability patch, which does not | Bruce Momjian | 1999-03-19 | |
| | | | | | | | | | | change functionality, but makes the code more ANSI C'ish. My AIX xlc compiler barfs on all of these. Can someone please review and apply to current. <<port.patch>> Thanks Andreas | |||
* | Add EXCEPT/INTERSECT doc changes. | Bruce Momjian | 1999-03-19 | |
| | ||||
* | cleanup parser | Bruce Momjian | 1999-03-18 | |
| | ||||
* | grammar cleanup' | Bruce Momjian | 1999-03-18 | |
| | ||||
* | cleanup of grammer. | Bruce Momjian | 1999-03-18 | |
| | ||||
* | Fix optimizer indexing not working for negative numbers. | Bruce Momjian | 1999-03-18 | |
| | ||||
* | cleanups | Bruce Momjian | 1999-03-18 | |
| | ||||
* | *** empty log message *** | Michael Meskes | 1999-03-18 | |
| | ||||
* | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | |
| | ||||
* | Left associates all operators, instead of non-associating them. | Bruce Momjian | 1999-03-17 | |
| | ||||
* | Have % operator have precedence like /. | Bruce Momjian | 1999-03-17 | |
| | ||||
* | Update nextval() code. | Bruce Momjian | 1999-03-16 | |
| | ||||
* | Fix snprintf with strings, and nextval('"Aa"'); | Bruce Momjian | 1999-03-16 | |
| | ||||
* | Here is a patch. | Bruce Momjian | 1999-03-16 | |
| | | | | | | | | I have changed to call pg_exec_query_dest() instead of pg_exec_query(). Thanks. Hiroshi Inoue | |||
* | autoconf | Bruce Momjian | 1999-03-16 | |
| | ||||
* | Hmmm. It had to do with tcl/tk on FreeBSD. The configure scripts are | Bruce Momjian | 1999-03-16 | |
| | | | | | | | | | | | in different directories. The patch gave the option of specifying a dir for the tk script and if they were both in the same directory then it didn't mind being empty. It's small so I'm including it. It was tested with autoconf 2.12. Vince. | |||
* | Change Does Not Exist to 'does not exist'. | Bruce Momjian | 1999-03-16 | |
| | ||||
* | cleanup | Bruce Momjian | 1999-03-15 | |
| | ||||
* | *** empty log message *** | Michael Meskes | 1999-03-15 | |
| | ||||
* | Allow sequence nextval actions to be case-sensitive. | Bruce Momjian | 1999-03-15 | |
| | ||||
* | Irix fix from Jeff Johnson | Bruce Momjian | 1999-03-15 | |
| | ||||
* | Drop buffers before destroying database files. | Bruce Momjian | 1999-03-15 | |
| | ||||
* | LIKE cleanup. | Bruce Momjian | 1999-03-15 | |
| | ||||
* | Fix brain death in !!= operator ... it's still pretty bogus | Tom Lane | 1999-03-15 | |
| | | | | but at least now it does what it's supposed to do ... | |||
* | > > > This patches src/bin/psql/psql.c. | Bruce Momjian | 1999-03-15 | |
| | | | | | | | > > > > > > This patch is in responce to the following TODO list item: > > > * have psql \d on a view show the query > > > -Ryan | |||
* | Fix int8 configure one more time ... prior version didn't | Tom Lane | 1999-03-15 | |
| | | | | define INT64_FORMAT in all cases. | |||
* | cleanup | Bruce Momjian | 1999-03-14 | |
| |