Commit Graph

439 Commits (795e94c70cf13f60b2cb4010f29a1bca542d2031)

Author SHA1 Message Date
Tom Lane 901be0fad4 Remove all the special-case code for INT64_IS_BUSTED, per decision that 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane 85d02a6586 Redefine Datum as uintptr_t, instead of unsigned long. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Peter Eisentraut 8032d76b5b Gettext plural support 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut d9346f2186 The macros NULL_DEV and DEVNULL were both used to work around 17 years ago
Peter Eisentraut 21a743e886 Move carefully obscured SunOS 4 specific #include out of c.h into port 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Tom Lane 56d5641299 Un-break non-NLS builds. 17 years ago
Bruce Momjian 2c2aff6acd Update source code comment about when to use gettext_noop(). 18 years ago
Tom Lane 5f6f840e93 Reduce the alignment requirement of type "name" from int to char, and arrange 18 years ago
Bruce Momjian dc69c0362f Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use 18 years ago
Tom Lane 8472bf7a73 Allow float8, int8, and related datatypes to be passed by value on machines 18 years ago
Alvaro Herrera 7861d72ea2 Modify the float4 datatype to be pass-by-val. Along the way, remove the last 18 years ago
Peter Eisentraut a7b7b07af3 Enable probes to work with Mac OS X Leopard and other OSes that will 18 years ago
Tom Lane 9713c06319 Change the declaration of struct varlena so that the length word is 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane 295e63983d Implement lazy XID allocation: transactions that do not modify any database 19 years ago
Magnus Hagander 906b2e1b37 Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Tom Lane 23c4978e6c Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to 19 years ago
Bruce Momjian 6441288ec9 Add 'output file' option for pg_dumpall, especially useful for Win32, 19 years ago
Bruce Momjian 945d0b4b09 Allow Borland CC to compile libpq and psql. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane 0184c6835c Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus 19 years ago
Bruce Momjian 878f32feab Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was being 19 years ago
Bruce Momjian e860e746e1 Return inline to win32.h because code was OK, but keep additional 20 years ago
Bruce Momjian 3929b6e9f6 Move "#define inline __inline" from port/win32.h to c.h because Win32 20 years ago
Bruce Momjian c554bf878f Fix definition of "errcode" for MSVC. 20 years ago
Bruce Momjian e5ac3d4343 Don't use #include <crtdefs.h> for MSVC <= 1400. 20 years ago
Peter Eisentraut e9b4969062 DTrace support, with a small initial set of probes 20 years ago
Bruce Momjian 4f4d62a5b5 Attached patch is required ot build with the CRT that comes with Visual 20 years ago
Bruce Momjian 59a853e48b Fix blank line. 20 years ago
Tom Lane 50aa69a825 Fix re-inclusion of port header file on Windows, per Magnus. 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Tom Lane 134b463f02 Fix up pg_dump to do string escaping fully correctly for client encoding 20 years ago
Bruce Momjian 7a846ecc00 Use E'' strings internally only when standard_conforming_strings = 20 years ago
Tom Lane 0fcc3c2f1d Repair a low-probability race condition identified by Qingqing Zhou. 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 5fde861375 Improve STRINGS_H macro test for MSVC extensions. 20 years ago
Bruce Momjian 28edbdb7be Add workaround so MSVC doesn't try to load strings.h, which it doesn't 20 years ago
Peter Eisentraut 15a3c33164 Change MemSet to use long instead of int32, for better performance on 20 years ago
Bruce Momjian ebd38e3c1d Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian 261114a23f I have added these macros to c.h: 20 years ago
Tom Lane e0e7589169 Make Win32 build use our port/snprintf.c routines, instead of depending 20 years ago
Tom Lane cecb607559 Make SQL arrays support null elements. This commit fixes the core array 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago