summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-05-02Repair sloppiness about where cached mergeclause pathkeys are allocated.Tom Lane
2003-05-02Fixed double definition of ecpg_compat_mode.Michael Meskes
2003-05-01Added an option to force ecpg to also parse files includes via '#include' and...Michael Meskes
2003-04-30Update to describe new set of globally-known contexts planned for supportTom Lane
2003-04-29Infrastructure for deducing Param types from context, in the same wayTom Lane
2003-04-29Remove unneeded define.Bruce Momjian
2003-04-29Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane
2003-04-28Missed some corner cases (PGSERVICE mostly)...Tom Lane
2003-04-28Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane
2003-04-27Make getaddrinfo's behavior with NULL node parameter agree with theTom Lane
2003-04-27Prevent coredump in current_schemas() if someone has just deleted aTom Lane
2003-04-27Fix plpgsql so that variables of composite types (rowtypes) can beTom Lane
2003-04-27Put back encoding-conversion step in processing of incoming queries;Tom Lane
2003-04-27Department of second thoughts: probably still need an IsTransactionStateTom Lane
2003-04-27Clean up some problems in SetClientEncoding: failed to honor doit flagTom Lane
2003-04-26Repair permissions problem in RI triggers: query parsing has to be doneTom Lane
2003-04-26Add transaction status field to ReadyForQuery messages, and make roomTom Lane
2003-04-26Tweak stats collector start logic so that we will not try to spawn aTom Lane
2003-04-25Make [VACUUM] ANALYZE safe on zero-column tables.Tom Lane
2003-04-25In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane
2003-04-25Prevent unlink/rename Win32 mapping on frontends.Bruce Momjian
2003-04-25Add new versions DLL lists, from Karl WaclawekBruce Momjian
2003-04-25Fix typo in DLL list.Bruce Momjian
2003-04-25const-ify info_cb() to match recent openssl releases. Per Joe Conway.Tom Lane
2003-04-25Fix breakage induced by yours truly in Kerberos and PAM code.Tom Lane
2003-04-25COPY and pg_dump failed to cope with zero-column tables. Fix 'em.Tom Lane
2003-04-25Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian
2003-04-24Adjust subquery qual pushdown rules so that we can push down a qualTom Lane
2003-04-24Add Win32 Makefile for IPC stuff.Bruce Momjian
2003-04-24No need for include for Win32 right now.Bruce Momjian
2003-04-24Add Win32 shmem/sema prototypes.Bruce Momjian
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-24pgindent new Win32 files.Bruce Momjian
2003-04-24Add shared memory and semaphore routines for Win32.Bruce Momjian
2003-04-24Add shared memory and semaphore routines for Win32.Bruce Momjian
2003-04-24Add comments to replace/unlink Win32 functions.Bruce Momjian
2003-04-24Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list.Bruce Momjian
2003-04-22Remove Win32 special rename/unlink from libpq.Bruce Momjian
2003-04-22getaddrinfo has no business doing unlink().Tom Lane
2003-04-22Add dirmod to libpq Makefile.Bruce Momjian
2003-04-22Add Win32 unlink/rename file.Bruce Momjian
2003-04-22Add Win32 versions of unlink and rename --- loop until success.Bruce Momjian
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-21Prevent palloc(0) error when parent table has zero columns.Tom Lane
2003-04-21stddev() and variance() should return NULL when there is just one inputTom Lane
2003-04-20Apple's assembler likes the inlined TAS syntax too, so no reason toTom Lane
2003-04-20Fix multiple causes of breakage in plperl's error handling.Tom Lane
2003-04-20Avoid O(N^2) behavior with lots of deferred triggers by makingTom Lane
2003-04-19Allow \r and \r\n termination for COPY files.Bruce Momjian
2003-04-19Add pipe parameter to COPY function to allow proper line termination.Bruce Momjian