aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* cleanupsBruce Momjian1999-03-23
|
* Hi,Bruce Momjian1999-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 Momjian1999-03-22
|
* Cleanup of NULL in inet types.Bruce Momjian1999-03-22
|
* Correct some comments, fix a small memory wastage when datatypeTom Lane1999-03-21
| | | | is pass-by-value.
* This patch fixes the bug that made it impossible to grant permissions toBruce Momjian1999-03-21
| | | | | | a user such as "www-data". Oliver
* Add .cvsignore file so cvs doesn't complain if you have lex/yaccTom Lane1999-03-21
| | | | output files laying about.
* cleanupBruce Momjian1999-03-21
|
* Ah, *now* I understand: plpgsql lexer must be generated with flex -l ...Tom Lane1999-03-21
|
* Fix for %4 and 4%.Bruce Momjian1999-03-21
|
* Hmm, it seems some versions of flex declare yytext as extern char[]Tom Lane1999-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 Meskes1999-03-20
|
* Remove yacc/lex output files from CVS repository.Tom Lane1999-03-20
|
* Remove yacc/lex output files from CVS repository.Tom Lane1999-03-20
|
* Clean up build procedure: do not keep raw lex/yacc files around,Tom Lane1999-03-20
| | | | only the edited ones.
* make clean should remove lex.yy.cTom Lane1999-03-20
|
* Script for preparing derived files during tarball construction.Tom Lane1999-03-20
|
* Reverse out pfree agg part of patch from Erik Riedel.Bruce Momjian1999-03-20
|
* cleanupBruce Momjian1999-03-20
|
* cleanupBruce Momjian1999-03-20
|
* Fix for aggregate memory leaks from Erik Riedel.Bruce Momjian1999-03-20
|
* Fix shift/reduce for NULL = Var.Bruce Momjian1999-03-19
|
* Fix for memory leak in executor with fjIsNull.Bruce Momjian1999-03-19
|
* I suggest the following portability patch, which does notBruce Momjian1999-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 Momjian1999-03-19
|
* cleanup parserBruce Momjian1999-03-18
|
* grammar cleanup'Bruce Momjian1999-03-18
|
* cleanup of grammer.Bruce Momjian1999-03-18
|
* Fix optimizer indexing not working for negative numbers.Bruce Momjian1999-03-18
|
* cleanupsBruce Momjian1999-03-18
|
* *** empty log message ***Michael Meskes1999-03-18
|
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
|
* Left associates all operators, instead of non-associating them.Bruce Momjian1999-03-17
|
* Have % operator have precedence like /.Bruce Momjian1999-03-17
|
* Update nextval() code.Bruce Momjian1999-03-16
|
* Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian1999-03-16
|
* Here is a patch.Bruce Momjian1999-03-16
| | | | | | | | I have changed to call pg_exec_query_dest() instead of pg_exec_query(). Thanks. Hiroshi Inoue
* autoconfBruce Momjian1999-03-16
|
* Hmmm. It had to do with tcl/tk on FreeBSD. The configure scripts areBruce Momjian1999-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 Momjian1999-03-16
|
* cleanupBruce Momjian1999-03-15
|
* *** empty log message ***Michael Meskes1999-03-15
|
* Allow sequence nextval actions to be case-sensitive.Bruce Momjian1999-03-15
|
* Irix fix from Jeff JohnsonBruce Momjian1999-03-15
|
* Drop buffers before destroying database files.Bruce Momjian1999-03-15
|
* LIKE cleanup.Bruce Momjian1999-03-15
|
* Fix brain death in !!= operator ... it's still pretty bogusTom Lane1999-03-15
| | | | but at least now it does what it's supposed to do ...
* > > > This patches src/bin/psql/psql.c.Bruce Momjian1999-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'tTom Lane1999-03-15
| | | | define INT64_FORMAT in all cases.
* cleanupBruce Momjian1999-03-14
|