- 22 Jan, 2001 1 commit
-
-
Tom Lane authored
-
- 20 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
syntax, type names, function names, etc.)
-
- 13 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
etc.
-
- 12 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 26 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 22 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 21 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
full word "version" where appropriate.
-
- 20 Nov, 2000 1 commit
-
-
Tom Lane authored
in pghackers list. Support for oldstyle internal functions is gone (no longer needed, since conversion is complete) and pg_language entry 'internal' now implies newstyle call convention. pg_language entry 'newC' is gone; both old and newstyle dynamically loaded C functions are now called language 'C'. A newstyle function must be identified by an associated info routine. See src/backend/utils/fmgr/README.
-
- 23 Oct, 2000 1 commit
-
-
Tom Lane authored
-
- 29 Sep, 2000 1 commit
-
-
Peter Eisentraut authored
names for the HTML files (e.g., not x4856.htm).
-
- 25 Aug, 2000 1 commit
-
-
Thomas G. Lockhart authored
(aka Henry) <laser@zhangmai.com.cn>. Fix new problems in insert.sgml and create_function.sgml which kept jade from completing.
-
- 24 Aug, 2000 1 commit
-
-
Tom Lane authored
-
- 21 Aug, 2000 1 commit
-
-
Tom Lane authored
macros where appropriate (the code used to have several different ways of doing that, including Int32, Int8, UInt8, ...). Remove last few references to float32 and float64 typedefs --- it's all float4/float8 now. The typedefs themselves should probably stay in c.h for a release or two, though, to avoid breaking user-written C functions.
-
- 27 May, 2000 1 commit
-
-
Tom Lane authored
-
- 20 May, 2000 1 commit
-
-
Bruce Momjian authored
-
- 18 May, 2000 1 commit
-
-
Bruce Momjian authored
PQconnectdb() style connections.
-
- 02 May, 2000 1 commit
-
-
Thomas G. Lockhart authored
-
- 31 Mar, 2000 1 commit
-
-
Thomas G. Lockhart authored
-
- 30 Mar, 2000 1 commit
-
-
Tom Lane authored
-
- 11 Jan, 2000 1 commit
-
-
Tom Lane authored
-
- 04 Oct, 1999 1 commit
-
-
Thomas G. Lockhart authored
A few other changes, but I forget what :(
-
- 02 Oct, 1999 1 commit
-
-
Tom Lane authored
-
- 01 Oct, 1999 1 commit
-
-
Thomas G. Lockhart authored
the Programmer's Guide.
-
- 28 Sep, 1999 1 commit
-
-
Bruce Momjian authored
functions. One problem that I have encountered with the function manager is that it does not allow the user to define type conversion functions that convert between user types. For instance if mytype1, mytype2, and mytype3 are three Postgresql user types, and if I wish to define Postgresql conversion functions like I run into problems, because the Postgresql dynamic loader would look for a single link symbol, mytype3, for both pieces of object code. If I just change the name of one of the Postgresql functions (to make the symbols distinct), the automatic type conversion that Postgresql uses, for example, when matching operators to arguments no longer finds the type conversion function. The solution that I propose, and have implemented in the attatched patch extends the CREATE FUNCTION syntax as follows. In the first case above I use the link symbol mytype2_to_mytype3 for the link object that implements the first conversion function, and define the Postgresql operator with the following syntax The patch includes changes to the parser to include the altered syntax, changes to the ProcedureStmt node in nodes/parsenodes.h, changes to commands/define.c to handle the extra information in the AS clause, and changes to utils/fmgr/dfmgr.c that alter the way that the dynamic loader figures out what link symbol to use. I store the string for the link symbol in the prosrc text attribute of the pg_proc table which is currently unused in rows that reference dynamically loaded functions. Bernie Frankpitt
-
- 22 Jul, 1999 1 commit
-
-
Thomas G. Lockhart authored
lisp.sgml is a placeholder for Eric Marsden's upcoming contribution. catalogs.sgml is not yet marked up or integrated. It should perhaps become an appendix.
-
- 14 Mar, 1999 1 commit
-
-
Bruce Momjian authored
to the tutorial code changes. NOTE: I couldn't get ngsmls to find the document type so that the changes could be checked. However, the changes were very minor: Best, Clark
-
- 29 Dec, 1998 1 commit
-
-
Thomas G. Lockhart authored
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
-
- 29 Jul, 1998 1 commit
-
-
Thomas G. Lockhart authored
to be meaningful.
-
- 26 Apr, 1998 1 commit
-
-
Bruce Momjian authored
-
- 01 Mar, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 15 Jan, 1997 1 commit
-
-
Marc G. Fournier authored
-