Commit Graph

57 Commits (efbbd107c7b08b7a1351c0199ee4602182e09f05)

Author SHA1 Message Date
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 22 years ago
Bruce Momjian bea4792125 This patch removes a bunch of superfluous #include directives: if 23 years ago
Tom Lane 966a4ca9b3 Add missing #include <errno.h>, per gripe from Alessio Bragadini. 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Peter Eisentraut 6ce4a4e3e1 Make sure monetary, numeric, and time locale categories are set to C and 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 23 years ago
Peter Eisentraut 867901db9e Locale support is on by default. The choice of locale is done in initdb 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 94daee3cb7 Further cleanup of ps_status setup code. On platforms where the 24 years ago
Tom Lane b2e92a712e Fix getopt-vs-init_ps_display problem by copying original argv[] info, 24 years ago
Peter Eisentraut 12c1552066 Mark many strings in backend not covered by elog for translation. Also, 24 years ago
Peter Eisentraut e542036461 Native Language Support (NLS) 24 years ago
Tom Lane 8407bb3c72 Remove useless setuid() call, instead add a check that real and effective 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Peter Eisentraut c86c379787 If the first argument is --version or --help, skip the root check. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Bruce Momjian 3f0f30d1a1 Add comment for getpwid() safety. 25 years ago
Bruce Momjian 843657b066 attached is take-2 of a patch which fixes a bug related 25 years ago
Tom Lane ff6012e275 Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot- 25 years ago
Tom Lane fada8ee41f NetBSD/Alpha porting fixes from tom@minnesota.com. 25 years ago
Tom Lane 7a161ac3b7 Clean up comments, organize code snippets added at different times into 25 years ago
Bruce Momjian 312063c97b Make pgsql compile on FreeBSD-alpha. 25 years ago
Peter Eisentraut f8ff1ee5aa Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to 25 years ago
Bruce Momjian 7ea8403c8a The beos port in the source tree doesn't even compile. and even 25 years ago
Bruce Momjian 87c0e623ba New diff that now covers the entire tree. Applying this gets postgresql 25 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 25 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian b78769fda2 Fix it's and its to be correct. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian 9b645d481c Update #include cleanups 26 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 26 years ago
Bruce Momjian 050371fccd More cpu cleanups, only for 6.6. 26 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Bruce Momjian a576a60e3f Show backend status on ps command line. Remove unused args from 27 years ago
Bruce Momjian 58fffea03c Cleanups for large objects, so file is trucated on open, fix for 28 years ago
Bruce Momjian 65b5eb5add No reason to show flags in root error message. 28 years ago
Marc G. Fournier 1af6b56427 From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 28 years ago
Marc G. Fournier a362212a17 linuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 28 years ago
Bruce Momjian f6c0fc1959 The real trick is to add -Dalpha to the CFLAGS setting. The changes 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier 692cfec8aa init_fixup_addr() function removed, so port-protos.h no longer required 28 years ago
Marc G. Fournier eb348bf41c Clean up the alpha port, remove the backend/port/alpha subdirectory 28 years ago
Marc G. Fournier 5379b84eff More cleanups. I can now compile without PORTNAME being defined n 28 years ago
Marc G. Fournier 542d4e528d First pass through, of many to come, towards making the whole source 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago