Commit Graph

175 Commits (866627f84dfd01372748ef851e4be89429d7b346)

Author SHA1 Message Date
Neil Conway cb7fc63d3e Remove references to the ODBC driver from the main source tree. From Kris 22 years ago
Tom Lane 9236c79c8e Use ULL not LL in UINT64CONST. 22 years ago
Bruce Momjian 31ae87c332 This patch attempts to note the use of the root.crt file in the server. 22 years ago
Tom Lane 8f9f198603 Restructure subtransaction handling to reduce resource consumption, 22 years ago
Bruce Momjian af7f6c0a6e Fix #if define 22 years ago
Bruce Momjian e515c3b13e Properly include port file for Cygwin. 22 years ago
Bruce Momjian f1d1116178 Fix Cygwin defines to be consistent. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Bruce Momjian 98e9775a3a Use standard macro for psql binary file open. Add comment explaining 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Tom Lane 9e16195f3f Second try at a portable unsetenv(). 22 years ago
Bruce Momjian e572246565 Suppress use of timezone library by ecpg. 22 years ago
Bruce Momjian 4a73eb5ab1 Minor adjustments to enable public-domain timezone library to be called 22 years ago
Bruce Momjian 60a068b389 Move non-blocking code into its own /port file, for code clarity. 22 years ago
Neil Conway ca7a1f0c86 Remove the following unused type definitions: bool8, bool16, bool32, word8, 22 years ago
Bruce Momjian d75b2ec4eb This patch is the next step towards (re)allowing fork/exec. 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
Tom Lane c9f8c2fd04 Revert to 7.3-and-before practice of only including <fcntl.h> in c.h 23 years ago
Bruce Momjian 2a0f1c08d5 Remove void* in MemSet until we understand the gcc 3.3.1 problem better. 23 years ago
Bruce Momjian f22ddf70be Add void * cast to MemSet to silence compiler, and add comment that we 23 years ago
Tom Lane 5aa29e88e9 Arrange to align shared disk buffers on at least 32-byte boundaries, 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Bruce Momjian b14295cfe4 Attached is the complete diff against current CVS. 23 years ago
Bruce Momjian dc4ee8a833 Back out patch that got bundled into another patch. 23 years ago
Bruce Momjian a647e30ba3 New patch with corrected README attached. 23 years ago
Bruce Momjian ec5e0ef791 Reorganize Win32 includes to only include <port.h> after system includes 23 years ago
Tom Lane 5e04f3857c Revert change of inclusion order for pg_config_os.h; this broke plperl 23 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 23 years ago
Bruce Momjian d85a0a6bef More cleanups now that we have crypt(). 23 years ago
Bruce Momjian 0afe5417d7 Add rint() to /port, remove from qnx/. 23 years ago
Bruce Momjian 4207d6bf30 Add opendir/readdir/closedir() for Win32. 23 years ago
Bruce Momjian a2190c9eb6 Prevent unlink/rename Win32 mapping on frontends. 23 years ago
Bruce Momjian db7e46a76d Use closesocket() for all socket/pipe closing, because Win32 requires 23 years ago
Bruce Momjian dfc6649c4d Add Win32 versions of unlink and rename --- loop until success. 23 years ago
Bruce Momjian 4d4953fc41 Make Win32 tests to match existing Cygwin tests, where appropriate. 23 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago
Bruce Momjian d46e643822 Add Win32 path handling for / vs. \ and drive letters. 23 years ago
Tom Lane 83b06823f6 Move new typedef AclId into c.h, so as to avoid cluttering namespace 23 years ago
Tom Lane 88177f77b1 Code review for palloc0 patch --- avoid dangerous and unnecessary 23 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 23 years ago
Bruce Momjian aaa3a0caa6 Split MemSet into three parts to constant comparisons can be optimized 23 years ago
Bruce Momjian 75fee4535d Back out use of palloc0 in place if palloc/MemSet. Seems constant len 23 years ago
Bruce Momjian 4668d54f0b Add fseeko for NetBSD. 24 years ago
Bruce Momjian f142b09151 Add fseeko/ftello prototypes for BSD/OS only to c.h. 24 years ago
Bruce Momjian baaf8d7186 Again improve MemSet comments. 24 years ago
Bruce Momjian 59da96b8ce Update MemSet comments. 24 years ago
Peter Eisentraut e43ecb3d1a Remove leftovers from subproject removals. Fixes for Python and Kerberos 24 years ago