Commit Graph

11313 Commits (3b2e94de84e0e41946da09333f189fee5f166299)

Author SHA1 Message Date
Bruce Momjian 555fe9dda8 Add Win32 Makefile for IPC stuff. 23 years ago
Bruce Momjian 4a10ce5db3 No need for include for Win32 right now. 23 years ago
Bruce Momjian 20ead395c7 Add Win32 shmem/sema prototypes. 23 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Bruce Momjian a91c5be6a4 pgindent new Win32 files. 23 years ago
Bruce Momjian 1a67e4869c Add shared memory and semaphore routines for Win32. 23 years ago
Bruce Momjian d670bf378c Add shared memory and semaphore routines for Win32. 23 years ago
Bruce Momjian 3126c78b1a Add comments to replace/unlink Win32 functions. 23 years ago
Bruce Momjian 5dc844b75c Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list. 23 years ago
Bruce Momjian 52e49e298f Remove Win32 special rename/unlink from libpq. 23 years ago
Tom Lane 8a703496a2 getaddrinfo has no business doing unlink(). 23 years ago
Bruce Momjian 7fc30094c7 Add dirmod to libpq Makefile. 23 years ago
Bruce Momjian b952f0ef9b Add Win32 unlink/rename file. 23 years ago
Bruce Momjian dfc6649c4d Add Win32 versions of unlink and rename --- loop until success. 23 years ago
Tom Lane 5ed27e35f3 Another round of protocol changes. Backend-to-frontend messages now all 23 years ago
Tom Lane ca944bd2d4 Prevent palloc(0) error when parent table has zero columns. 23 years ago
Tom Lane 1dc3a62ec7 stddev() and variance() should return NULL when there is just one input 23 years ago
Tom Lane f9ba0a7fe5 Apple's assembler likes the inlined TAS syntax too, so no reason to 23 years ago
Tom Lane b5d0051ecf Fix multiple causes of breakage in plperl's error handling. 23 years ago
Tom Lane b40bc9eac6 Avoid O(N^2) behavior with lots of deferred triggers by making 23 years ago
Bruce Momjian c3b7d2d522 Allow \r and \r\n termination for COPY files. 23 years ago
Bruce Momjian 9c48cae3e4 Add pipe parameter to COPY function to allow proper line termination. 23 years ago
Tom Lane 3df163ad89 Add more documentation about shared memory costs. 23 years ago
Tom Lane bd8d441775 Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
Tom Lane 54b38d293e Fix breakage from recent variable-handling changes. 23 years ago
Bruce Momjian 4d4953fc41 Make Win32 tests to match existing Cygwin tests, where appropriate. 23 years ago
Tom Lane cb7fb3ca95 First phase of FE/BE protocol modifications: new StartupPacket layout 23 years ago
Tom Lane 31845dd363 Fix abstime-to-time cast function, which has had broken implementation 23 years ago
Barry Lind 0b88b63709 Applied patches from Kris Jurka fixing a string tokenizing problem and 23 years ago
Tom Lane 1719fd55d3 Fix some problems exposed by building outside the source tree. 23 years ago
Tom Lane 1426db5d95 Fix stupid oversight ... 23 years ago
Tom Lane 5ab15591d9 eqjoinsel's logic for case where MCV lists are not present should 23 years ago
Tom Lane 49c3cf5fd1 path.c needs to be included in libpq; per Joe Conway. 23 years ago
Tom Lane 0851e12244 Reorganize clog's error reporting so that PANIC on clog I/O error can 23 years ago
Bruce Momjian 6bfa2df64e Document file name as optional for \o in psql help (\h). 23 years ago
Dave Cramer 810e0b982b exposed the addDataType method to the PGConnection, allows users to add datatypes 23 years ago
Barry Lind 51acf97235 Applied patch submitted by Nic Ferrier with some cleanups of his previous 23 years ago
Tom Lane 3fd5faed5b Second try at avoiding conflicts with system isblank(). 23 years ago
Tom Lane ff5456feae Add code to provide useful dynamic-linking error messages on OS X. 23 years ago
Tom Lane ae02cf3c44 Guard against macro versions of isblank(). 23 years ago
Tatsuo Ishii 35a0995992 Fix encoding conversion function bug. 23 years ago
Tom Lane 5674460bb0 Fix error recovery for SSL_read/SSL_write calls. 23 years ago
Michael Meskes 76b45c9842 Informix fixes. 23 years ago
Tom Lane da2060e5fd Remove premature attempt to constant-fold type coercion expressions. 23 years ago
Tom Lane 730840c9b6 First phase of work on array improvements. ARRAY[x,y,z] constructor 23 years ago
Tom Lane 6fb5115850 Get rid of inappropriate flags in CPPFLAGS override --- these break 23 years ago
Tom Lane 20f8480927 Mark TimeScales constants as double to avoid integer overflow in some compilers. 23 years ago
Tom Lane dbb7503660 Remove extraneous semicolons. 23 years ago
Michael Meskes a50f285d8d Added some more informix compatibility functions. 23 years ago
Jan Wieck cd203f3395 Avoid primary key lookup (and lock) if foreign key does not change 23 years ago