postgresql/src/bin
Neil Conway 0e72b9d440 Cosmetic improvements/code cleanup:
- replace some function signatures of the form "some_type foo()" with
"some_type foo(void)"
- replace a few instances of a literal 0 being used as a NULL pointer;
there are more instances of this in the code, but I just fixed a few
- in src/backend/utils/mb/wstrncmp.c, replace K&R style function
declarations with ANSI style, remove use of 'register' keyword
- remove an "extern" modifier that was applied to a function definition
(rather than a declaration)
2004-10-10 23:37:45 +00:00
..
initdb Cosmetic improvements/code cleanup: 2004-10-10 23:37:45 +00:00
ipcclean $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_config Cosmetic improvements/code cleanup: 2004-10-10 23:37:45 +00:00
pg_controldata Add Win32 version info to client binaries. 2004-10-05 19:30:25 +00:00
pg_ctl Cosmetic improvements/code cleanup: 2004-10-10 23:37:45 +00:00
pg_dump Include schema name in pg_restore -l output, per request from Phil Endecott. 2004-10-08 15:03:26 +00:00
pg_resetxlog Add Win32 version info to client binaries. 2004-10-05 19:30:25 +00:00
pgevent Add Win32 version info to client binaries. 2004-10-05 19:30:25 +00:00
psql Cosmetic improvements/code cleanup: 2004-10-10 23:37:45 +00:00
scripts Add Win32 version info to client binaries. 2004-10-05 19:30:25 +00:00
Makefile Add pgevent, with docs explaining out to install it on Win32. 2004-06-20 01:32:49 +00:00