]> granicus.if.org Git - postgresql/history - src
Code review for holdable-cursors patch. Fix error recovery, memory
[postgresql] / src /
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-04-28 Tom LaneMissed some corner cases (PGSERVICE mostly)...
2003-04-28 Tom LaneOkay, I've had it with PQsetdbLogin having slightly...
2003-04-27 Tom LaneMake getaddrinfo's behavior with NULL node parameter...
2003-04-27 Tom LanePrevent coredump in current_schemas() if someone has...
2003-04-27 Tom LaneFix plpgsql so that variables of composite types (rowty...
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-27 Tom LaneDepartment of second thoughts: probably still need...
2003-04-27 Tom LaneClean up some problems in SetClientEncoding: failed...
2003-04-26 Tom LaneRepair permissions problem in RI triggers: query parsin...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-26 Tom LaneTweak stats collector start logic so that we will not...
2003-04-25 Tom LaneMake [VACUUM] ANALYZE safe on zero-column tables.
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-04-25 Bruce MomjianPrevent unlink/rename Win32 mapping on frontends.
2003-04-25 Bruce MomjianAdd new versions DLL lists, from Karl Waclawek
2003-04-25 Bruce MomjianFix typo in DLL list.
2003-04-25 Tom Laneconst-ify info_cb() to match recent openssl releases...
2003-04-25 Tom LaneFix breakage induced by yours truly in Kerberos and...
2003-04-25 Tom LaneCOPY and pg_dump failed to cope with zero-column tables...
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-24 Tom LaneAdjust subquery qual pushdown rules so that we can...
2003-04-24 Bruce MomjianAdd Win32 Makefile for IPC stuff.
2003-04-24 Bruce MomjianNo need for include for Win32 right now.
2003-04-24 Bruce MomjianAdd Win32 shmem/sema prototypes.
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-24 Bruce Momjianpgindent new Win32 files.
2003-04-24 Bruce MomjianAdd shared memory and semaphore routines for Win32.
2003-04-24 Bruce MomjianAdd shared memory and semaphore routines for Win32.
2003-04-24 Bruce MomjianAdd comments to replace/unlink Win32 functions.
2003-04-24 Bruce MomjianAdd PQunescapeBytea() and PQfeeMem() to the Win32 DLL...
2003-04-22 Bruce MomjianRemove Win32 special rename/unlink from libpq.
2003-04-22 Tom Lanegetaddrinfo has no business doing unlink().
2003-04-22 Bruce MomjianAdd dirmod to libpq Makefile.
2003-04-22 Bruce MomjianAdd Win32 unlink/rename file.
2003-04-22 Bruce MomjianAdd Win32 versions of unlink and rename --- loop until...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-21 Tom LanePrevent palloc(0) error when parent table has zero...
2003-04-21 Tom Lanestddev() and variance() should return NULL when there...
2003-04-20 Tom LaneApple's assembler likes the inlined TAS syntax too...
2003-04-20 Tom LaneFix multiple causes of breakage in plperl's error handling.
2003-04-20 Tom LaneAvoid O(N^2) behavior with lots of deferred triggers...
2003-04-19 Bruce MomjianAllow \r and \r\n termination for COPY files.
2003-04-19 Bruce MomjianAdd pipe parameter to COPY function to allow proper...
2003-04-19 Tom LaneAdd more documentation about shared memory costs.
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-18 Tom LaneFix breakage from recent variable-handling changes.
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-04-17 Tom LaneFix abstime-to-time cast function, which has had broken...
2003-04-17 Barry LindApplied patches from Kris Jurka fixing a string tokeniz...
2003-04-16 Tom LaneFix some problems exposed by building outside the sourc...
2003-04-16 Tom LaneFix stupid oversight ...
2003-04-15 Tom Laneeqjoinsel's logic for case where MCV lists are not...
2003-04-14 Tom Lanepath.c needs to be included in libpq; per Joe Conway.
2003-04-14 Tom LaneReorganize clog's error reporting so that PANIC on...
2003-04-14 Bruce MomjianDocument file name as optional for \o in psql help...
2003-04-14 Dave Cramerexposed the addDataType method to the PGConnection...
2003-04-13 Barry LindApplied patch submitted by Nic Ferrier with some cleanu...
2003-04-13 Tom LaneSecond try at avoiding conflicts with system isblank().
2003-04-13 Tom LaneAdd code to provide useful dynamic-linking error messag...
2003-04-12 Tom LaneGuard against macro versions of isblank().
2003-04-12 Tatsuo IshiiFix encoding conversion function bug.
2003-04-10 Tom LaneFix error recovery for SSL_read/SSL_write calls.
2003-04-10 Michael MeskesInformix fixes.
2003-04-10 Tom LaneRemove premature attempt to constant-fold type coercion...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-04-08 Tom LaneGet rid of inappropriate flags in CPPFLAGS override...
2003-04-08 Tom LaneMark TimeScales constants as double to avoid integer...
2003-04-08 Tom LaneRemove extraneous semicolons.
2003-04-08 Michael MeskesAdded some more informix compatibility functions.
2003-04-07 Jan WieckAvoid primary key lookup (and lock) if foreign key...
2003-04-07 Tom LaneRemove unnecessary dt2local() call.
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-04-05 Bruce MomjianFix compile problem with Win32 macro used inside anothe...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-04-04 Bruce MomjianHandle cp, rm, and exec for Win32.
2003-04-04 Tom LaneFix some signed-vs-unsigned-int issues; make print_alig...
2003-04-04 Tom LaneTighten up register usage for inline PPC version of...
2003-04-04 Tom LanePut the isync where it's supposed to be.
2003-04-04 Tom LaneAvoid repeated computation of the constants date2j...
2003-04-04 Tom LaneCode review for pg_stat_get_backend_activity_start...
2003-04-03 Tom LaneRemove zero_damaged_pages from postgresql.conf.sample...
2003-04-03 Tom LanePrevent EXPLAIN (without ANALYZE) SELECT ... INTO from...
2003-04-03 Tom LaneDon't re-invent the strchr() wheel.
2003-04-03 Tom LaneFix load_user/load_group to not leave dangling pointers...
2003-04-03 Tom Laneconst-ify functions used with completion_matches()...
2003-04-03 Tom LaneRepair incorrect checking of grouped/ungrouped variable...
2003-04-03 Bruce MomjianAdd prototype for toupper/tolower().
2003-04-02 Tom LaneFix buffer overrun in to_ascii(), per report from Guido...
2003-04-02 Tom LaneFix convSockAddr6to4(): eliminate bogus assumptions...
2003-04-02 Tom LaneFix platform-dependent failure introduced by recent...
2003-04-02 Tom LaneThis is a derived file and should never have been added...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-04-01 Tom LaneAdd missing semicolon.
2003-04-01 Michael MeskesMore patches for informix compatibility.
2003-03-31 Bruce MomjianSkip START WITH in sequence definition when it's the...
2003-03-31 Bruce MomjianThe following patch cleans up the deferred trigger...
2003-03-31 Tom LaneTestConfiguration returns int, not bool. This mistake...
2003-03-30 Bruce MomjianProperly document default value of log_min_error_statem...
next