Commit Graph

152 Commits (11b274f00f6c84eb36f787331172b15b2bd47ab1)

Author SHA1 Message Date
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Bruce Momjian b14295cfe4 Attached is the complete diff against current CVS. 23 years ago
Bruce Momjian dc4ee8a833 Back out patch that got bundled into another patch. 23 years ago
Bruce Momjian a647e30ba3 New patch with corrected README attached. 23 years ago
Bruce Momjian ec5e0ef791 Reorganize Win32 includes to only include <port.h> after system includes 23 years ago
Tom Lane 5e04f3857c Revert change of inclusion order for pg_config_os.h; this broke plperl 23 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 23 years ago
Bruce Momjian d85a0a6bef More cleanups now that we have crypt(). 23 years ago
Bruce Momjian 0afe5417d7 Add rint() to /port, remove from qnx/. 23 years ago
Bruce Momjian 4207d6bf30 Add opendir/readdir/closedir() for Win32. 23 years ago
Bruce Momjian a2190c9eb6 Prevent unlink/rename Win32 mapping on frontends. 23 years ago
Bruce Momjian db7e46a76d Use closesocket() for all socket/pipe closing, because Win32 requires 23 years ago
Bruce Momjian dfc6649c4d Add Win32 versions of unlink and rename --- loop until success. 23 years ago
Bruce Momjian 4d4953fc41 Make Win32 tests to match existing Cygwin tests, where appropriate. 23 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago
Bruce Momjian d46e643822 Add Win32 path handling for / vs. \ and drive letters. 23 years ago
Tom Lane 83b06823f6 Move new typedef AclId into c.h, so as to avoid cluttering namespace 23 years ago
Tom Lane 88177f77b1 Code review for palloc0 patch --- avoid dangerous and unnecessary 23 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 23 years ago
Bruce Momjian aaa3a0caa6 Split MemSet into three parts to constant comparisons can be optimized 23 years ago
Bruce Momjian 75fee4535d Back out use of palloc0 in place if palloc/MemSet. Seems constant len 23 years ago
Bruce Momjian 4668d54f0b Add fseeko for NetBSD. 24 years ago
Bruce Momjian f142b09151 Add fseeko/ftello prototypes for BSD/OS only to c.h. 24 years ago
Bruce Momjian baaf8d7186 Again improve MemSet comments. 24 years ago
Bruce Momjian 59da96b8ce Update MemSet comments. 24 years ago
Peter Eisentraut e43ecb3d1a Remove leftovers from subproject removals. Fixes for Python and Kerberos 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Bruce Momjian 164e1bc913 Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for most 24 years ago
Tom Lane 58de480999 Clean up comments to be careful about the distinction between variable- 24 years ago
Peter Eisentraut b7a5917a61 Add sys/types.h to common includes. 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Tom Lane 1e4f34f309 Document that NAMEDATALEN must be a multiple of sizeof(int). 24 years ago
Tom Lane 52200befd0 Implement types regprocedure, regoper, regoperator, regclass, regtype 24 years ago
Bruce Momjian 5d2fdf6e6d Here's a patch to add unknownin/unknownout support. I also poked around 24 years ago
Tom Lane 28a898ad54 Clean up INT64CONST conflicts. Make the pg_crc code use a macro called 24 years ago
Thomas G. Lockhart 547df0cc85 Support alternate storage scheme of 64-bit integer for date/time types. 24 years ago
Peter Eisentraut 7c1ff35410 Upgrade to Autoconf version 2.53. Replaced many custom macro 24 years ago
Tom Lane 04c8d4c660 libpq++/pgconnection.h must not include postgres_fe.h, else it fails to 24 years ago
Tom Lane 18ab41eeef Add configure-time check whether sig_atomic_t is defined; if not, 24 years ago
Peter Eisentraut 15abc7788e More correct way to check for existence of types, which allows to specify 24 years ago
Bruce Momjian ea436f9fcf Well the absolute correct solution would involve all of: 24 years ago
Bruce Momjian 6c9b11b35e Fix for AIX compile and unsigned/signed typedefs. 24 years ago
Bruce Momjian e6e4c45a2a Add comments of duplicate definitions in interfaces/odbc/md5.h. 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Peter Eisentraut 8b4d5c7575 Include locale.h before undefining gettext() to avoid compilation errors 25 years ago
Tom Lane 3d510653a4 Rename macro arg to avoid useless compiler warning when building plperl. 25 years ago
Tom Lane 13e467f74f Add STATUS_EOF value needed for auth.c. Remove a bunch of unused 25 years ago