Commit Graph

112 Commits (4ea2b8f556bff352cfc30613f040a08675eba1d2)

Author SHA1 Message Date
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
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 023a48b811 Deal with C++ incompatibility of sys_nerr declaration by taking it out 25 years ago
Peter Eisentraut c3f9371956 Add configure check for sys_nerr, to end all discussions. 25 years ago
Bruce Momjian e586026d10 The KAME files md5.* and sha1.* have the following changelog 25 years ago
Peter Eisentraut dfda21e7a6 Add configure check to see whether <string.h> and <strings.h> may both be 26 years ago
Bruce Momjian 87c0e623ba New diff that now covers the entire tree. Applying this gets postgresql 26 years ago
Bruce Momjian 7a7e0240ea Here is the first batch of files and diffs for the BeOS port. I've run into 26 years ago
Peter Eisentraut 2a7da3f564 Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 26 years ago
Tom Lane e67ff6b670 fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum 26 years ago
Tom Lane ba87ab548e I concur with Andreas: unconditionally including <sys/fcntl.h> is not 26 years ago
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers. 26 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 26 years ago
Peter Eisentraut 648677c3a2 Add assert checking to GUC ("debug_assertions") 26 years ago
Tom Lane 65da0d66b4 Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 26 years ago
Peter Eisentraut f0b4ae697f Backend makefile cleanup. make maintainer-clean is now completely 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Bruce Momjian 58785757dd More cleanup of c.h binary macros 26 years ago
Bruce Momjian a305c7d675 Reverse PG_BINARY defines 26 years ago
Bruce Momjian cc2b5e5815 Remove NT-specific file open defines by defining our own open macros for 26 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian db4518729d Reverse out macro fix for the time being. 26 years ago
Bruce Momjian 8758985c3a Prevent drop database failure from showing. 26 years ago
Bruce Momjian 0e1f485f5f Add compatiblity information for bytea. 26 years ago
Tom Lane 6a02746550 Change MemSet and StrNCpy to evaluate their arguments only once. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 46a28f1b14 Fixed everything in and surrounding createdb and dropdb to make it more 26 years ago