| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -3/+4 |
| * | Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus | Tom Lane | 2006-10-03 | 1 | -2/+4 |
| * | Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was being | Bruce Momjian | 2006-10-03 | 1 | -4/+1 |
| * | Return inline to win32.h because code was OK, but keep additional | Bruce Momjian | 2006-08-10 | 1 | -12/+1 |
| * | Move "#define inline __inline" from port/win32.h to c.h because Win32 | Bruce Momjian | 2006-08-10 | 1 | -1/+12 |
| * | Fix definition of "errcode" for MSVC. | Bruce Momjian | 2006-08-08 | 1 | -3/+1 |
| * | Don't use #include <crtdefs.h> for MSVC <= 1400. | Bruce Momjian | 2006-07-29 | 1 | -1/+3 |
| * | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 | 1 | -1/+2 |
| * | Attached patch is required ot build with the CRT that comes with Visual | Bruce Momjian | 2006-07-06 | 1 | -1/+4 |
| * | Fix blank line. | Bruce Momjian | 2006-06-26 | 1 | -2/+2 |
| * | Fix re-inclusion of port header file on Windows, per Magnus. | Tom Lane | 2006-06-24 | 1 | -6/+3 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -15/+11 |
| * | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 | 1 | -5/+6 |
| * | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 | 1 | -2/+9 |
| * | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 | 1 | -1/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Improve STRINGS_H macro test for MSVC extensions. | Bruce Momjian | 2006-03-05 | 1 | -3/+4 |
| * | Add workaround so MSVC doesn't try to load strings.h, which it doesn't | Bruce Momjian | 2006-03-03 | 1 | -2/+3 |
| * | Change MemSet to use long instead of int32, for better performance on | Peter Eisentraut | 2006-02-16 | 1 | -13/+13 |
| * | Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off | Bruce Momjian | 2006-02-03 | 1 | -8/+11 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -7/+1 |
| * | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 | 1 | -2/+3 |
| * | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane | 2005-12-06 | 1 | -4/+3 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -5/+5 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -8/+6 |
| * | Add comment about void* use in MemSet. | Bruce Momjian | 2005-07-21 | 1 | -1/+2 |
| * | MemSet() must not cast its pointer argument to int32* until after it has | Tom Lane | 2005-07-18 | 1 | -4/+5 |
| * | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 | 1 | -1/+3 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -6/+2 |
| * | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 | 1 | -1/+3 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 1 | -3/+3 |
| * | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 | 1 | -7/+7 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -2/+6 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -4/+29 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -1/+3 |
| * | Document usage of gettext_noop(). | Bruce Momjian | 2005-02-15 | 1 | -1/+7 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 | 1 | -2/+6 |
| * | More Win32 cleanups for Dave Page. | Bruce Momjian | 2004-09-27 | 1 | -2/+2 |
| * | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway | 2004-09-27 | 1 | -2/+1 |
| * | Use ULL not LL in UINT64CONST. | Tom Lane | 2004-09-26 | 1 | -2/+2 |
| * | This patch attempts to note the use of the root.crt file in the server. | Bruce Momjian | 2004-09-23 | 1 | -3/+6 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -2/+7 |
| * | Fix #if define | Bruce Momjian | 2004-09-10 | 1 | -2/+2 |
| * | Properly include port file for Cygwin. | Bruce Momjian | 2004-09-10 | 1 | -3/+4 |
| * | Fix Cygwin defines to be consistent. | Bruce Momjian | 2004-09-09 | 1 | -3/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -7/+9 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Use standard macro for psql binary file open. Add comment explaining | Bruce Momjian | 2004-07-11 | 1 | -1/+8 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -13/+1 |