postgresql/src/bin
Tom Lane d8ba3dfb0b Change backend-side COPY to write files with permissions 644 not 666
(whoever thought world-writable files were a good default????).  Modify
the pg_pwd code so that pg_pwd is created with 600 permissions.  Modify
initdb so that permissions on a pre-existing PGDATA directory are not
blindly accepted: if the dir is already there, it does chmod go-rwx
to be sure that the permissions are OK and the dir actually is owned
by postgres.
1999-11-21 04:16:17 +00:00
..
cleardbdir DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
createdb Fix for arm32 and fix for dbname with dash. 1999-11-18 21:47:41 +00:00
createlang createlang now returns 2 for language already exists. 1999-07-09 17:57:46 +00:00
createuser Fix to give super user and createdb user proper update catalog rights. 1999-09-27 16:44:56 +00:00
destroydb Fix for arm32 and fix for dbname with dash. 1999-11-18 21:47:41 +00:00
destroylang Removed the automatic installation of built procedural languages 1999-05-20 16:50:08 +00:00
destroyuser This patch improves the destroyuser script's behaviour in checking whether 1999-03-14 16:00:55 +00:00
initdb Change backend-side COPY to write files with permissions 644 not 666 1999-11-21 04:16:17 +00:00
initlocation Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
ipcclean Patch to allow createuser options from the command line. 1998-08-22 05:19:35 +00:00
pg_dump Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. 1999-10-23 03:13:33 +00:00
pg_encoding Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
pg_id Re-add getopt.h check, remove NT-specific tests for it. 1999-07-19 02:27:16 +00:00
pg_passwd Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
pg_version Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pgaccess Update to pgaccess 0.98. 1999-10-31 19:50:48 +00:00
pgtclsh Fix quoting problems in mkMakefile.tcldefs.sh.in and 1999-08-29 20:09:44 +00:00
psql Fix for psql control-d and .psqlrc that I broke. Fix for \dT with 1999-11-13 19:16:47 +00:00
vacuumdb Add "vacuumdb" utility to make it easier to clean databases. 1998-11-14 01:58:15 +00:00
Makefile Removed the automatic installation of built procedural languages 1999-05-20 16:50:08 +00:00