- Apr 28, 1998
-
-
Bruce Momjian authored
-
- Apr 27, 1998
-
-
Marc G. Fournier authored
I do not know about these contributions well as I only made the binaries to contribute to a Japanese Linux package.(I did not test them.) But I try to make some brief introduction about the contrib directory with my poor English. Here is a draft of README about contrib directory:
-
Bruce Momjian authored
-
- Apr 23, 1998
-
-
Bruce Momjian authored
-
- Apr 22, 1998
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
This patch fix the Makefiles in contrib/{pginterface, spi, miscutil, int8, ip_and_mac, sequence, soundex, string, userlock, array, datetime} to install their modules in one directory(lib/modules/).
-
- Mar 22, 1998
-
-
Marc G. Fournier authored
From: Terry Mackintosh <terry@terrym.com>
-
- Mar 14, 1998
-
-
Bruce Momjian authored
-
- Feb 26, 1998
-
-
Bruce Momjian authored
-
- Feb 14, 1998
-
-
Marc G. Fournier authored
Missing = in an update
-
Marc G. Fournier authored
implementation that's in contrib/ip_and_mac/. This one works right with 6.3, avoids the problems I ran into earlier with LIKE, and includes a bit of extra functionality. From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
-
- Feb 11, 1998
-
-
Thomas G. Lockhart authored
to integer unix system time conflict on the input types. Leave in the conversions from integer unix system time to datetime.
-
- Jan 25, 1998
-
-
Marc G. Fournier authored
PostgreSQL type extensions for IP and MAC addresses. I needed to record IP and MAC level ethernet addresses in a data base, and I really didn't want to store them as plain strings, with no enforced error checking, so I put together the accompanying code as my first experiment with adding a data type to PostgreSQL. I then thought that this might be useful to others, both directly and as a very simple example of how to do this sort of thing, so here it is, in the hope that it will be useful.
-
- Jan 18, 1998
-
-
Marc G. Fournier authored
This patch makes it possible to do a "real" make distclean (back to its fresh state) on the distribution after compilation, regression testing, etc.
-
- Jan 07, 1998
-
-
Bruce Momjian authored
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
-
- Jan 06, 1998
-
-
Bruce Momjian authored
Change some labels in bootparse to make ctags happy. Clean up outfunc/readfunc code and add missing fields for Query structure and new Union fields. Fix optimizer bug shown in new \do command. Change WARN to ERROR in contrib and regression stuff.
-
- Dec 06, 1997
-
-
Thomas G. Lockhart authored
Put all configurable parameters near top of file. Remove explicit path to postmaster executable. More comments.
-
- Dec 05, 1997
-
-
Thomas G. Lockhart authored
of integer Unix system times.
-
- Nov 07, 1997
-
-
Bruce Momjian authored
-
- Nov 05, 1997
-
-
Bruce Momjian authored
-
- Oct 17, 1997
-
-
Vadim B. Mikheev authored
Install compiled functions into $(LIBDIR)/contrib. (Thanks to Brook Milligan <brook@trillium.NMSU.Edu>)
-
- Oct 02, 1997
-
-
Vadim B. Mikheev authored
Handle INSERT event in timetravel().
-
- Sep 24, 1997
-
-
Vadim B. Mikheev authored
-
- Sep 16, 1997
-
-
Bruce Momjian authored
-
- Sep 12, 1997
-
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
- Sep 11, 1997
-
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
- Sep 08, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- Sep 07, 1997
-
-
Bruce Momjian authored
-
- Sep 05, 1997
-
-
Bruce Momjian authored
-
- Aug 26, 1997
-
-
Bruce Momjian authored
-
- Aug 25, 1997
-
-
Bruce Momjian authored
pg_password utility. Cleanup for psql passwords. New datetime contrib stuff for new version. Fix for strutils needing config.h.
-
- May 19, 1997
-
-
Vadim B. Mikheev authored
(CREATE INDEX ...)
-
- May 17, 1997
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Initial version.
-
Thomas G. Lockhart authored
-
- Mar 18, 1997
-
-
Marc G. Fournier authored
-