summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-253-14/+14
* Adjust subquery qual pushdown rules so that we can push down a qualTom Lane2003-04-242-31/+88
* Add Win32 Makefile for IPC stuff.Bruce Momjian2003-04-241-0/+30
* No need for include for Win32 right now.Bruce Momjian2003-04-241-5/+1
* Add Win32 shmem/sema prototypes.Bruce Momjian2003-04-243-4/+8
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-2413-491/+1010
* pgindent new Win32 files.Bruce Momjian2003-04-242-81/+106
* Add shared memory and semaphore routines for Win32.Bruce Momjian2003-04-242-0/+359
* Add shared memory and semaphore routines for Win32.Bruce Momjian2003-04-244-7/+25
* getaddrinfo has no business doing unlink().Tom Lane2003-04-221-4/+1
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-2211-121/+236
* Prevent palloc(0) error when parent table has zero columns.Tom Lane2003-04-211-3/+4
* stddev() and variance() should return NULL when there is just one inputTom Lane2003-04-212-34/+18
* Apple's assembler likes the inlined TAS syntax too, so no reason toTom Lane2003-04-201-34/+1
* Avoid O(N^2) behavior with lots of deferred triggers by makingTom Lane2003-04-201-11/+38
* Allow \r and \r\n termination for COPY files.Bruce Momjian2003-04-191-11/+84
* Add pipe parameter to COPY function to allow proper line termination.Bruce Momjian2003-04-191-4/+4
* Add more documentation about shared memory costs.Tom Lane2003-04-191-3/+6
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-1910-588/+901
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-182-15/+12
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-175-112/+233
* Fix stupid oversight ...Tom Lane2003-04-161-3/+3
* eqjoinsel's logic for case where MCV lists are not present shouldTom Lane2003-04-151-15/+21
* Reorganize clog's error reporting so that PANIC on clog I/O error canTom Lane2003-04-141-30/+135
* Second try at avoiding conflicts with system isblank().Tom Lane2003-04-131-16/+11
* Add code to provide useful dynamic-linking error messages on OS X.Tom Lane2003-04-131-8/+45
* Guard against macro versions of isblank().Tom Lane2003-04-121-2/+7
* Fix encoding conversion function bug.Tatsuo Ishii2003-04-121-3/+3
* Fix error recovery for SSL_read/SSL_write calls.Tom Lane2003-04-101-18/+24
* Remove premature attempt to constant-fold type coercion expressions.Tom Lane2003-04-101-28/+2
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-0825-369/+2153
* Mark TimeScales constants as double to avoid integer overflow in some compilers.Tom Lane2003-04-081-12/+12
* Remove extraneous semicolons.Tom Lane2003-04-081-3/+3
* Avoid primary key lookup (and lock) if foreign key does not changeJan Wieck2003-04-071-7/+33
* Remove unnecessary dt2local() call.Tom Lane2003-04-071-3/+1
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-063-22/+21
* Fix compile problem with Win32 macro used inside another macro.Bruce Momjian2003-04-051-5/+3
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-047-25/+35
* Handle cp, rm, and exec for Win32.Bruce Momjian2003-04-041-1/+9
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-045-69/+83
* Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane2003-04-041-4/+4
* Remove zero_damaged_pages from postgresql.conf.sample; the only way toTom Lane2003-04-032-21/+26
* Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTOTom Lane2003-04-031-1/+9
* Don't re-invent the strchr() wheel.Tom Lane2003-04-031-11/+4
* Fix load_user/load_group to not leave dangling pointers around if theTom Lane2003-04-031-29/+35
* Repair incorrect checking of grouped/ungrouped variables in the presenceTom Lane2003-04-031-9/+38
* Fix buffer overrun in to_ascii(), per report from Guido Notari.Tom Lane2003-04-021-5/+6
* Fix convSockAddr6to4(): eliminate bogus assumptions about byte ordering,Tom Lane2003-04-021-11/+6
* Fix platform-dependent failure introduced by recent to_char changesTom Lane2003-04-021-2/+6
* This is a derived file and should never have been added to CVS.Tom Lane2003-04-021-456/+0