| Commit message (Expand) | Author | Age | Files | Lines |
* | Use closesocket() for all socket/pipe closing, because Win32 requires | Bruce Momjian | 2003-04-25 | 3 | -14/+14 |
* | Adjust subquery qual pushdown rules so that we can push down a qual | Tom Lane | 2003-04-24 | 2 | -31/+88 |
* | Add Win32 Makefile for IPC stuff. | Bruce Momjian | 2003-04-24 | 1 | -0/+30 |
* | No need for include for Win32 right now. | Bruce Momjian | 2003-04-24 | 1 | -5/+1 |
* | Add Win32 shmem/sema prototypes. | Bruce Momjian | 2003-04-24 | 3 | -4/+8 |
* | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 13 | -491/+1010 |
* | pgindent new Win32 files. | Bruce Momjian | 2003-04-24 | 2 | -81/+106 |
* | Add shared memory and semaphore routines for Win32. | Bruce Momjian | 2003-04-24 | 2 | -0/+359 |
* | Add shared memory and semaphore routines for Win32. | Bruce Momjian | 2003-04-24 | 4 | -7/+25 |
* | getaddrinfo has no business doing unlink(). | Tom Lane | 2003-04-22 | 1 | -4/+1 |
* | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 11 | -121/+236 |
* | Prevent palloc(0) error when parent table has zero columns. | Tom Lane | 2003-04-21 | 1 | -3/+4 |
* | stddev() and variance() should return NULL when there is just one input | Tom Lane | 2003-04-21 | 2 | -34/+18 |
* | Apple's assembler likes the inlined TAS syntax too, so no reason to | Tom Lane | 2003-04-20 | 1 | -34/+1 |
* | Avoid O(N^2) behavior with lots of deferred triggers by making | Tom Lane | 2003-04-20 | 1 | -11/+38 |
* | Allow \r and \r\n termination for COPY files. | Bruce Momjian | 2003-04-19 | 1 | -11/+84 |
* | Add pipe parameter to COPY function to allow proper line termination. | Bruce Momjian | 2003-04-19 | 1 | -4/+4 |
* | Add more documentation about shared memory costs. | Tom Lane | 2003-04-19 | 1 | -3/+6 |
* | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 10 | -588/+901 |
* | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 | 2 | -15/+12 |
* | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 | 5 | -112/+233 |
* | Fix stupid oversight ... | Tom Lane | 2003-04-16 | 1 | -3/+3 |
* | eqjoinsel's logic for case where MCV lists are not present should | Tom Lane | 2003-04-15 | 1 | -15/+21 |
* | Reorganize clog's error reporting so that PANIC on clog I/O error can | Tom Lane | 2003-04-14 | 1 | -30/+135 |
* | Second try at avoiding conflicts with system isblank(). | Tom Lane | 2003-04-13 | 1 | -16/+11 |
* | Add code to provide useful dynamic-linking error messages on OS X. | Tom Lane | 2003-04-13 | 1 | -8/+45 |
* | Guard against macro versions of isblank(). | Tom Lane | 2003-04-12 | 1 | -2/+7 |
* | Fix encoding conversion function bug. | Tatsuo Ishii | 2003-04-12 | 1 | -3/+3 |
* | Fix error recovery for SSL_read/SSL_write calls. | Tom Lane | 2003-04-10 | 1 | -18/+24 |
* | Remove premature attempt to constant-fold type coercion expressions. | Tom Lane | 2003-04-10 | 1 | -28/+2 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 25 | -369/+2153 |
* | Mark TimeScales constants as double to avoid integer overflow in some compilers. | Tom Lane | 2003-04-08 | 1 | -12/+12 |
* | Remove extraneous semicolons. | Tom Lane | 2003-04-08 | 1 | -3/+3 |
* | Avoid primary key lookup (and lock) if foreign key does not change | Jan Wieck | 2003-04-07 | 1 | -7/+33 |
* | Remove unnecessary dt2local() call. | Tom Lane | 2003-04-07 | 1 | -3/+1 |
* | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 | 3 | -22/+21 |
* | Fix compile problem with Win32 macro used inside another macro. | Bruce Momjian | 2003-04-05 | 1 | -5/+3 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 | 7 | -25/+35 |
* | Handle cp, rm, and exec for Win32. | Bruce Momjian | 2003-04-04 | 1 | -1/+9 |
* | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | 2003-04-04 | 5 | -69/+83 |
* | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane | 2003-04-04 | 1 | -4/+4 |
* | Remove zero_damaged_pages from postgresql.conf.sample; the only way to | Tom Lane | 2003-04-03 | 2 | -21/+26 |
* | Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTO | Tom Lane | 2003-04-03 | 1 | -1/+9 |
* | Don't re-invent the strchr() wheel. | Tom Lane | 2003-04-03 | 1 | -11/+4 |
* | Fix load_user/load_group to not leave dangling pointers around if the | Tom Lane | 2003-04-03 | 1 | -29/+35 |
* | Repair incorrect checking of grouped/ungrouped variables in the presence | Tom Lane | 2003-04-03 | 1 | -9/+38 |
* | Fix buffer overrun in to_ascii(), per report from Guido Notari. | Tom Lane | 2003-04-02 | 1 | -5/+6 |
* | Fix convSockAddr6to4(): eliminate bogus assumptions about byte ordering, | Tom Lane | 2003-04-02 | 1 | -11/+6 |
* | Fix platform-dependent failure introduced by recent to_char changes | Tom Lane | 2003-04-02 | 1 | -2/+6 |
* | This is a derived file and should never have been added to CVS. | Tom Lane | 2003-04-02 | 1 | -456/+0 |