Bruce Momjian
33e2e02493
Add CVS version labels to all install/uninstall scripts.
18 years ago
Tom Lane
e0b15e2748
Fix insufficient search-path paranoia in SQL function definitions.
...
Remove setting of search_path in install/uninstall scripts, since unlike
other contrib modules this one does not want to let you change the
installation schema.
18 years ago
Bruce Momjian
926bbab448
Make /contrib install/uninstall script consistent:
...
remove transactions
use create or replace function
make formatting consistent
set search patch on first line
Add documentation on modifying *.sql to set the search patch, and
mention that major upgrades should still run the installation scripts.
Some of these issues were spotted by Tom today.
18 years ago
Bruce Momjian
541ff409cc
Remove references to READMEs from /contrib Makefiles.
18 years ago
Bruce Momjian
c3c69ab4fd
Move most /contrib README files into SGML. Some still need conversion
...
or will never be converted.
18 years ago
Tom Lane
b09c248bdd
Fix PGXS conventions so that extensions can be built against Postgres
...
installations whose pg_config program does not appear first in the PATH.
Per gripe from Eddie Stanley and subsequent discussions with Fabien Coelho
and others.
19 years ago
Peter Eisentraut
994b1cb59e
Add $PostgreSQL$ marker to contrib makefiles.
19 years ago
Bruce Momjian
25d64529b8
Update copyright script to allow spaces around dash.
19 years ago
Tom Lane
74686b6de7
Get rid of some unnecessary dependencies on DataDir: wherever possible,
...
the backend should rely on its working-directory setting instead.
Also do some message-style police work in contrib/adminpack.
19 years ago
Tom Lane
7feedda098
Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,
...
and avoid scribbling on its result (might be safe but why risk it)
19 years ago
Tom Lane
def651f48f
Clean up local redeclarations of variables with DLLIMPORT, per report
...
from Magnus that MSVC complains about this.
19 years ago
Neil Conway
fd38d726a9
Fix typo.
19 years ago
Bruce Momjian
f99a569a2e
pgindent run for 8.2.
20 years ago
Tom Lane
8fd0e43c4e
Add uninstall script for adminpack - Josh Drake
20 years ago
Bruce Momjian
fa601357fb
Sort reference of include files, "A" - "F".
20 years ago
Bruce Momjian
1758b3ec96
/contrib/adminpack: More clearly identify renaming of existing backend
...
functions. I also found that pg_file_length was incorrectly documented
in the README as pg_file_size.
20 years ago
Tom Lane
e95703eac3
Un-DOS-ify newly added files.
20 years ago
Bruce Momjian
85f6e27d9b
Add /contrib/adminpack to contrib/Makefile, do case-folding change.
20 years ago
Bruce Momjian
fe59e56660
Add Pgadmin administration functions to /contrib/adminpack.
...
Dave Page
20 years ago