Commit Graph

102 Commits (4fec55af6c7d688fa78afd1e1fec0f6d0f5b294f)

Author SHA1 Message Date
Tom Lane fcd2e372a7 Consistently use gcc's __attribute__((format)) to check sprintf-style 24 years ago
Tom Lane c92b450891 Suppress definitions of 'true' and 'false' macros if __cplusplus. 24 years ago
Peter Eisentraut f5cda6d3f3 c.h needs to include postgres_ext.h to be self-contained. 24 years ago
Peter Eisentraut 968d7733a1 Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 24 years ago
Tom Lane 7326e78c42 Ensure that all TransactionId comparisons are encapsulated in macros 24 years ago
Bruce Momjian 4051bce27d Libpq++ fixes for Win32 compile. 24 years ago
Peter Eisentraut 30ab5bd43d More message munging and localization for pg_dump, especially the 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
Bruce Momjian 33f2614aa1 Remove SEP_CHAR, replace with / or '/' as appropriate. 24 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 25 years ago
Bruce Momjian 87c0e623ba New diff that now covers the entire tree. Applying this gets postgresql 25 years ago
Bruce Momjian 7a7e0240ea Here is the first batch of files and diffs for the BeOS port. I've run into 25 years ago
Peter Eisentraut 2a7da3f564 Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 25 years ago
Tom Lane e67ff6b670 fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum 25 years ago
Tom Lane ba87ab548e I concur with Andreas: unconditionally including <sys/fcntl.h> is not 25 years ago
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers. 25 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 25 years ago
Peter Eisentraut 648677c3a2 Add assert checking to GUC ("debug_assertions") 25 years ago
Tom Lane 65da0d66b4 Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 25 years ago
Peter Eisentraut f0b4ae697f Backend makefile cleanup. make maintainer-clean is now completely 25 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 25 years ago
Bruce Momjian 58785757dd More cleanup of c.h binary macros 25 years ago
Bruce Momjian a305c7d675 Reverse PG_BINARY defines 25 years ago
Bruce Momjian cc2b5e5815 Remove NT-specific file open defines by defining our own open macros for 25 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 25 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
Tom Lane 76898cd330 Avoid compiler warnings on systems that have snprintf and/or vsnprintf 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian 8f5561a0d9 More config.h cleanups. 26 years ago
Bruce Momjian 540c114225 Redefine cpu's as __cpu__. Only for 6.6 branch. 26 years ago
Bruce Momjian c9a0a232e2 #ifdef around true and false. 26 years ago
Bruce Momjian 8d37132ec9 Rename to vararg_format(). 26 years ago
Bruce Momjian 326d8658ad Change form() to varargform() to prevent portability problems. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Tom Lane f620241d73 Remove overly presumptuous use of __STDC__ in c.h, replacing 27 years ago
Bruce Momjian 0000a0c004 Small cleanups. 27 years ago