aboutsummaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAge
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-05
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-25
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-11
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. MagnusTom Lane2006-10-03
* Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was beingBruce Momjian2006-10-03
* Return inline to win32.h because code was OK, but keep additionalBruce Momjian2006-08-10
* Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian2006-08-10
* Fix definition of "errcode" for MSVC.Bruce Momjian2006-08-08
* Don't use #include <crtdefs.h> for MSVC <= 1400.Bruce Momjian2006-07-29
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Attached patch is required ot build with the CRT that comes with VisualBruce Momjian2006-07-06
* Fix blank line.Bruce Momjian2006-06-26
* Fix re-inclusion of port header file on Windows, per Magnus.Tom Lane2006-06-24
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-26
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian2006-03-05
* Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian2006-03-03
* Change MemSet to use long instead of int32, for better performance onPeter Eisentraut2006-02-16
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-03
* Remove BEOS port.Bruce Momjian2006-01-05
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-06
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add comment about void* use in MemSet.Bruce Momjian2005-07-21
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-18
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-02
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-08
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-11
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Document usage of gettext_noop().Bruce Momjian2005-02-15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-27
* More Win32 cleanups for Dave Page.Bruce Momjian2004-09-27
* Remove references to the ODBC driver from the main source tree. From KrisNeil Conway2004-09-27
* Use ULL not LL in UINT64CONST.Tom Lane2004-09-26
* This patch attempts to note the use of the root.crt file in the server.Bruce Momjian2004-09-23