summaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAgeFilesLines
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-141-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian2006-03-051-3/+4
* Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian2006-03-031-2/+3
* Change MemSet to use long instead of int32, for better performance onPeter Eisentraut2006-02-161-13/+13
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-031-8/+11
* Remove BEOS port.Bruce Momjian2006-01-051-7/+1
* I have added these macros to c.h:Bruce Momjian2005-12-251-2/+3
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-4/+3
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-8/+6
* Add comment about void* use in MemSet.Bruce Momjian2005-07-211-1/+2
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-181-4/+5
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-1/+3
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-6/+2
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-081-1/+3
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-3/+3
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-111-7/+7
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-2/+6
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-4/+29
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-1/+3
* Document usage of gettext_noop().Bruce Momjian2005-02-151-1/+7
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-271-2/+6
* More Win32 cleanups for Dave Page.Bruce Momjian2004-09-271-2/+2
* Remove references to the ODBC driver from the main source tree. From KrisNeil Conway2004-09-271-2/+1
* Use ULL not LL in UINT64CONST.Tom Lane2004-09-261-2/+2
* This patch attempts to note the use of the root.crt file in the server.Bruce Momjian2004-09-231-3/+6
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-2/+7
* Fix #if defineBruce Momjian2004-09-101-2/+2
* Properly include port file for Cygwin.Bruce Momjian2004-09-101-3/+4
* Fix Cygwin defines to be consistent.Bruce Momjian2004-09-091-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+9
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use standard macro for psql binary file open. Add comment explainingBruce Momjian2004-07-111-1/+8
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-13/+1
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-5/+1
* Second try at a portable unsetenv().Tom Lane2004-05-051-1/+5
* Suppress use of timezone library by ecpg.Bruce Momjian2004-04-301-2/+2
* Minor adjustments to enable public-domain timezone library to be calledBruce Momjian2004-04-301-1/+5
* Move non-blocking code into its own /port file, for code clarity.Bruce Momjian2004-03-101-15/+1
* Remove the following unused type definitions: bool8, bool16, bool32, word8,Neil Conway2004-01-101-22/+3
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-1/+8
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Revert to 7.3-and-before practice of only including <fcntl.h> in c.hTom Lane2003-10-211-1/+3
* Remove void* in MemSet until we understand the gcc 3.3.1 problem better.Bruce Momjian2003-10-141-3/+2
* Add void * cast to MemSet to silence compiler, and add comment that weBruce Momjian2003-10-111-2/+3
* Arrange to align shared disk buffers on at least 32-byte boundaries,Tom Lane2003-09-211-2/+5
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-12/+13