fc955b14ea
Add system indexes to match all caches.
...
Make all system indexes unique.
Make all cache loads use system indexes.
Rename *rel to *relid in inheritance tables.
Rename cache names to be clearer.
1999-11-22 17:56:41 +00:00
86ef36c907
New NameStr macro to convert Name to Str. No need for var.data anymore.
...
Fewer calls to nameout.
Better use of RelationGetRelationName.
1999-11-07 23:08:36 +00:00
c3ac9f07b7
Hi,
...
I have changed a bit the makefiles for the win32 port - the *.def files
(created when building shared libraries) are now clean from
Makefile.shlib.
I have also removed "-g" from CFLAGS in the "cygwin32" template - it can
be
enabled when running configure.
Dan
1999-10-13 11:38:42 +00:00
392f304cae
gram.y cleanup
1999-09-21 21:10:37 +00:00
80751a72ee
Make proper plpgsql non-externs.
1999-09-20 22:28:05 +00:00
7559677551
Define plpgsql_yylineno as non-extern somewhere for bsdi.
1999-09-20 02:12:31 +00:00
e69a997d02
Allow BSD yacc and bison to compile pl code.
1999-08-16 19:57:21 +00:00
f0b651ac6b
replace #Include .
1999-08-09 00:08:52 +00:00
4cddd482c1
Fix so BSD yacc works on file.
1999-08-07 04:25:02 +00:00
3406901a29
Move some system includes into c.h, and remove duplicates.
1999-07-17 20:18:55 +00:00
4b2c2850bf
Clean up #include in /include directory. Add scripts for checking includes.
1999-07-15 15:21:54 +00:00
b31aa64f4a
Make exec_simple_check_plan() check for a null plan, so
...
that it doesn't crash when processing a utility statement.
1999-07-04 01:03:01 +00:00
fa179dde82
Make sure symlinks for sharedlib get removed by 'make clean'.
1999-06-30 23:57:31 +00:00
26fb87d37e
Fix compile of plpgsql by adding 'extern int yylineno.'
1999-05-26 20:55:06 +00:00
07842084fe
pgindent run over code.
1999-05-25 16:15:34 +00:00
5085132c6d
Fix configure to generate correct expansion of library directory
...
in pl/plpgsql/src/mklang.sql.
1999-05-11 22:57:50 +00:00
1ba362f567
put back mklang.sql.in file.
1999-05-11 03:30:41 +00:00
12f9de3fd4
clean up comments
1999-05-11 03:28:43 +00:00
4853495e03
Change error messages to oids come out as %u and not %d. Change has no
...
real affect now.
1999-05-10 00:46:32 +00:00
09c5e84072
Change elog(ERROR) to get back to main loop via a plain sigsetjmp,
...
instead of doing a kill(self, SIGQUIT) and expecting the signal handler
to do it. Also, clean up inconsistent definitions of the sigjmp buffer
in the several files that already referenced it.
1999-04-20 02:19:59 +00:00
48ea8b76db
Hi,
...
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
1999-03-22 16:45:30 +00:00
8425c2496f
Ah, *now* I understand: plpgsql lexer must be generated with flex -l ...
1999-03-21 02:27:47 +00:00
1b8d9466fb
Hmm, it seems some versions of flex declare yytext as extern char[]
...
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.
1999-03-21 01:07:07 +00:00
19e4d33bf0
Remove yacc/lex output files from CVS repository.
1999-03-20 18:03:37 +00:00
bb7c0da104
Clean up build procedure: do not keep raw lex/yacc files around,
...
only the edited ones.
1999-03-20 18:00:38 +00:00
45ff93c460
Include -lcrypt when needed to link libpgtcl.so and plpgsql.so
1999-02-07 22:10:47 +00:00
9322950aa4
Cleanup of source files where 'return' or 'var =' is alone on a line.
1999-02-03 21:18:02 +00:00
4390b0bfbe
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
1999-02-02 03:45:56 +00:00
aaef7beb79
Hope that execMain.c good merged.
...
Fix for BEFORE ROW UPDATE triggers: result tuple may be different
(due to concurrent update) from one initially produced by top level plan.
1999-01-29 11:56:01 +00:00
51e8a1d390
New prebuilt versions of gram.c and scan.c for the mixed case
...
identifier support.
Jan
1999-01-28 11:50:42 +00:00
c42b959fb3
Partial support for mixed case in PL/pgSQL.
...
Left are identifiers that contain non-alnum/_ chars.
So e.g. whitespaces in identifiers are still not
supported.
Jan
1999-01-28 11:48:31 +00:00
28d8b42ca5
Speedup of PL/pgSQL by calling ExecEvalExpr() directly
...
instead of SPI_execp() for simple expressions.
Jan
1999-01-27 16:15:22 +00:00
52065cf347
Clean up trivial compiler warning from gcc.
1999-01-17 21:53:32 +00:00
7a6b562fdf
Apply Win32 patch from Horak Daniel.
1999-01-17 06:20:06 +00:00
3cd3be92ff
Fix deadlock so it only checks once.
1998-12-18 19:45:38 +00:00
26a23e33db
Add enable_plpgsql from Oliver.
1998-12-13 05:22:58 +00:00
971175fa0c
New HeapTuple structure/interface.
1998-11-27 20:09:56 +00:00
3d22596fe7
August version of docs superceded by sgml version from Jan.
1998-11-06 15:04:31 +00:00
54789138bd
Behave reasonably on a system without shared libraries.
1998-10-30 15:05:23 +00:00
f4ccb5e170
Make these file generated in distribution.
1998-10-28 17:07:17 +00:00
6d98d3737a
Centralized shared-library build knowledge in a new file,
...
src/Makefile.shlib. Updated all the makefiles that try to build shlibs
to include that file instead of having duplicate (and mostly incomplete)
copies of shared-library options. It works on HPUX, a lot better than it
did before in fact, but there's a chance I broke some other platforms.
At least now you only have to fix one place not six...
1998-10-19 00:00:51 +00:00
e1942f5b9e
Clean up shared makefile install procedures.
...
Get the permissions right, don't overwrite real files with symlinks, etc.
plpgsql and odbc still aren't fully up to speed, but at least they don't crash and burn...
1998-10-18 19:41:00 +00:00
c743b8cecd
Add mklang.sh.in to plpgsql.
1998-10-12 04:55:03 +00:00
2facf5460f
TCL_LIB, TCL_INC not used.
1998-10-12 04:40:48 +00:00
d2d919f7b7
tcl cleanup.
1998-10-12 04:32:24 +00:00
e48623ce87
More Solaris fixes.
1998-10-12 01:23:29 +00:00
e16634386a
Add SVr4 shared libraries.
1998-10-12 01:10:09 +00:00
66f893f3fe
Solaris shared library fixes.
1998-10-12 01:04:02 +00:00
40703f282a
There where a few more problems fixed by the patch below.
...
o configure.in
Jan.
1998-10-09 16:57:10 +00:00
a8428c9e3f
More bsdi 4.0 cleanups for shared libraries.
1998-10-09 04:50:12 +00:00