postgresql/src/bin
Tom Lane e0dedd0559 Implement a preliminary 'template' facility for procedural languages,
as per my recent proposal.  For now the template data is hard-wired in
proclang.c --- this should be replaced later by a new shared system
catalog, but we don't want to force initdb during 8.1 beta.  This change
lets us cleanly load existing dump files even if they contain outright
wrong information about a PL's support functions, such as a wrong path
to the shared library or a missing validator function.  Also, we can
revert the recent kluges to make pg_dump dump PL support functions that
are stored in pg_catalog.
While at it, I removed the code in pg_regress that replaced $libdir
with a hardcoded path for temporary installations.  This is no longer
needed given our support for relocatable installations.
2005-09-05 23:50:49 +00:00
..
initdb Fix initdb quoting for Win32 paths in final examples, per Dave Page. 2005-08-28 22:21:46 +00:00
ipcclean Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
pg_config Extend pg_config to be able to report the build-time values of CC, 2005-08-09 22:47:03 +00:00
pg_controldata Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +00:00
pg_ctl Awhile back we replaced all uses of strcasecmp and strncasecmp with 2005-07-25 04:52:32 +00:00
pg_dump Implement a preliminary 'template' facility for procedural languages, 2005-09-05 23:50:49 +00:00
pg_resetxlog Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
pgevent Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
psql Clean up version comparison/display code, per gripe from Michael Fuhr. 2005-09-05 18:05:13 +00:00
scripts Implement a preliminary 'template' facility for procedural languages, 2005-09-05 23:50:49 +00:00
Makefile Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00