- Apr 02, 2002
-
-
Tom Lane authored
depend on this rather than the trigger argument strings to locate the other relation to test. This makes RI triggers function properly in the presence of schemas and temp tables. Along the way, fix bogus lack of locking in RI triggers, handle quoting of names fully correctly, compute required sizes of query buffers with some semblance of accuracy.
-
- Mar 22, 2002
-
-
Peter Eisentraut authored
-
- Mar 06, 2002
-
-
Bruce Momjian authored
-
- Dec 04, 2001
-
-
Tom Lane authored
-
- Nov 21, 2001
-
-
Thomas G. Lockhart authored
Purge "Postgres" in favor of "PostgreSQL" in docs. ref/ not yet done.
-
- Nov 19, 2001
-
-
Tom Lane authored
the interactive docs.
-
- Oct 13, 2001
-
-
Bruce Momjian authored
-
- Sep 13, 2001
-
-
Peter Eisentraut authored
-
- Jun 01, 2001
-
-
Tom Lane authored
report on old-style functions invoked by RI triggers. We had a number of other places that were being sloppy about which memory context FmgrInfo subsidiary data will be allocated in. Turns out none of them actually cause a problem in 7.1, but this is for arcane reasons such as the fact that old-style triggers aren't supported anyway. To avoid getting burnt later, I've restructured the trigger support so that we don't keep trigger FmgrInfo structs in relcache memory. Some other related cleanups too: it's not really necessary to call fmgr_info at all while setting up the index support info in relcache entries, because those ScanKeyEntry structs are never used to invoke the functions. This should speed up relcache initialization a tiny bit.
-
- Dec 22, 2000
-
-
Peter Eisentraut authored
-
- Nov 20, 2000
-
-
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.
-
- Sep 29, 2000
-
-
Peter Eisentraut authored
names for the HTML files (e.g., not x4856.htm).
-
- Aug 25, 2000
-
-
Tom Lane authored
-
- May 29, 2000
-
-
Tom Lane authored
CurrentTriggerData is history.
-
- May 18, 2000
-
-
Bruce Momjian authored
PQconnectdb() style connections.
-
- May 17, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 02, 2000
-
-
Thomas G. Lockhart authored
-
- Jan 11, 2000
-
-
Tom Lane authored
-
- Oct 30, 1998
-
-
Thomas G. Lockhart authored
documentation for v6.4. Bigger updates to the installation instructions (install and config).
-
- Jul 29, 1998
-
-
Thomas G. Lockhart authored
to be meaningful.
-
- Mar 01, 1998
-
-
Thomas G. Lockhart authored
-
- Oct 02, 1997
-
-
Vadim B. Mikheev authored
-
- Sep 30, 1997
-
-
Vadim B. Mikheev authored
Description of data changes visibility added.
-