postgresql/src/backend
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
..
access Make getpid() use %d consistently for printing. 2004-10-09 02:46:42 +00:00
bootstrap Cosmetic improvements/code cleanup: 2004-10-10 23:37:45 +00:00
catalog Fix problems with SQL functions returning rowtypes that have dropped 2004-10-07 18:38:51 +00:00
commands Adjust comments previously moved to column 1 by pgident. 2004-10-07 15:21:58 +00:00
executor Fix problems with SQL functions returning rowtypes that have dropped 2004-10-07 18:38:51 +00:00
lib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
libpq Adjust configuration-files GUC behavior as per my recent proposal. 2004-10-09 23:13:22 +00:00
main Cleanup some ancient Ultrix / Alpha code in main() that is intended to 2004-09-24 06:29:07 +00:00
nodes Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
optimizer Fix problems with SQL functions returning rowtypes that have dropped 2004-10-07 18:38:51 +00:00
parser Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword 2004-10-01 16:40:05 +00:00
po Translation update 2004-10-03 20:29:24 +00:00
port Here is a patch to fix win32 ssl builds. Summary of changes: 2004-10-06 09:35:23 +00:00
postmaster Adjust configuration-files GUC behavior as per my recent proposal. 2004-10-09 23:13:22 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
storage Allow the spinlock test to be compiled successfully in a vpath build. 2004-10-07 00:08:04 +00:00
tcop Whack some sense into the configuration-file-location patch. 2004-10-08 01:36:36 +00:00
utils Cosmetic improvements/code cleanup: 2004-10-10 23:37:45 +00:00
Makefile Add Win32 version info to client binaries. 2004-10-05 19:30:25 +00:00
nls.mk Add translation from 7.4 branch to head. 2004-08-11 09:00:27 +00:00