Commit Graph

439 Commits (795e94c70cf13f60b2cb4010f29a1bca542d2031)

Author SHA1 Message Date
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
Tom Lane fcd2e372a7 Consistently use gcc's __attribute__((format)) to check sprintf-style 25 years ago
Tom Lane c92b450891 Suppress definitions of 'true' and 'false' macros if __cplusplus. 25 years ago
Peter Eisentraut f5cda6d3f3 c.h needs to include postgres_ext.h to be self-contained. 25 years ago
Peter Eisentraut 968d7733a1 Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 25 years ago
Tom Lane 7326e78c42 Ensure that all TransactionId comparisons are encapsulated in macros 25 years ago
Bruce Momjian 4051bce27d Libpq++ fixes for Win32 compile. 25 years ago
Peter Eisentraut 30ab5bd43d More message munging and localization for pg_dump, especially the 25 years ago
Peter Eisentraut 12c1552066 Mark many strings in backend not covered by elog for translation. Also, 25 years ago
Peter Eisentraut e542036461 Native Language Support (NLS) 25 years ago
Bruce Momjian 33f2614aa1 Remove SEP_CHAR, replace with / or '/' as appropriate. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane a24b04de88 Remove inclusion of <varargs.h> on SunOS; this does not work since we 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago