summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change Win32 rename/unlink timeout to 3 seconds.WIN32_DEVBruce Momjian2003-10-101-4/+4
* Remove WIN32 console.Bruce Momjian2003-09-124-36/+5
* Remove derived files from WIN32_DEV branch.Bruce Momjian2003-09-122-13/+1
* Update list of generated files.Bruce Momjian2003-09-081-13/+13
* List derived files.Bruce Momjian2003-09-081-0/+16
* flex/bison stamp fix.Bruce Momjian2003-09-082-3/+3
* Force flex/bison files to be new.Bruce Momjian2003-09-072-7/+13
* For flex/bison files to be new.Bruce Momjian2003-09-072-8/+8
* Force flex/bison output files to be current.Bruce Momjian2003-09-071-0/+7
* Update WIN32 branch from CVS HEAD.Bruce Momjian2003-09-0710-58/+13
* Update this branch to match CVS head, includes WIN32 improvements.Bruce Momjian2003-09-07383-83185/+80564
* Rewrite array_cmp to not depend on deconstruct_array. Should be a littleTom Lane2003-08-151-37/+46
* Add disk rotation idea to WAL todo emails.Bruce Momjian2003-08-141-0/+139
* Minor copy-editing.Tom Lane2003-08-144-39/+42
* Adjustment for unixware threading.Bruce Momjian2003-08-141-1/+3
* Mark unixware as having threaded support.Bruce Momjian2003-08-141-0/+4
* Fix longstanding thinko in SSL protocol documentation: the server'sTom Lane2003-08-141-3/+3
* Add missing quotes.Tom Lane2003-08-141-4/+4
* Someone moved PageOutput here from common.c, but forgot to move allTom Lane2003-08-141-1/+5
* Remove unnecessary #include's (see c.h).Tom Lane2003-08-141-3/+1
* Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.Tom Lane2003-08-141-2/+10
* Handle double-quotes correctly in user names in ACL lists.Tom Lane2003-08-142-21/+40
* Document threading status.Bruce Momjian2003-08-141-11/+40
* Adjust for compiler options for compiler bug.Bruce Momjian2003-08-131-1/+4
* libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane2003-08-135-20/+66
* Add PQexecPrepared() and PQsendQueryPrepared() functions, to allowTom Lane2003-08-135-70/+266
* Move MemoryContextCheck() call from bottom of PostgresMain loop toTom Lane2003-08-131-12/+8
* Correct error messagesTeodor Sigaev2003-08-131-2/+2
* More accuracy work with MinWords option of headline functionTeodor Sigaev2003-08-131-5/+19
* I'm quite fond of doing VPATH builds, i.e. building outside the sourceBruce Momjian2003-08-132-4/+7
* Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages,Tom Lane2003-08-121-5/+37
* Cope with NoData message from backend. Needed for case whereTom Lane2003-08-121-3/+13
* Marginal hacks to move some processing out of the per-client-messageTom Lane2003-08-121-44/+45
* Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane2003-08-125-50/+96
* Avoid unnecessary work when stats collection is disabled. TightenTom Lane2003-08-121-101/+108
* Applied patch from Oliver Jowett to clean up the jdbc regression test buildBarry Lind2003-08-112-48/+42
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-1115-116/+145
* Add:Bruce Momjian2003-08-111-2/+3
* Applied patch from Oliver Jowett to better handle invalid input for getArrayBarry Lind2003-08-111-1/+3
* Applied patch from Oliver Jowett to clean up some aditional warning messagesBarry Lind2003-08-111-3/+3
* Applied patch from Oliver Jewett to fix a deprecation in newer versions of antBarry Lind2003-08-111-4/+7
* Applied patch from Oliver Jewett to clean up the testing README fileBarry Lind2003-08-111-3/+3
* Applied patch by Oliver Jowett to clean up some exception handlingBarry Lind2003-08-112-12/+4
* Applied patch from Oliver Jowett to improve a buffer sizing.Barry Lind2003-08-111-2/+2
* Applied patch from Kim Ho to fix a regression against a 7.4 server. The resultBarry Lind2003-08-112-6/+10
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-1112-317/+162
* Do not link in libwsock32 on non-win32 platforms. Improve grammarTom Lane2003-08-113-79/+96
* Translation updatesPeter Eisentraut2003-08-118-11419/+6002
* Repair potential deadlock created by recent changes to recycle btreeTom Lane2003-08-103-11/+67
* Make various links point to specific places instead of entire partsTom Lane2003-08-1010-25/+27