]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-04-11  Peter EisentrautRevision
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-10  Peter EisentrautIn an effort to reduce the total number of chapters...
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-07  Peter EisentrautGeneral editing
2003-04-06  Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-04-06  Peter EisentrautFix markup.
2003-04-06  Tom LaneClarify exactly when DST-changeover-induced regression...
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  Bruce MomjianDone in previous release:
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-04-01  Bruce MomjianUpdate Russian FAQ, from Viktor Vislobokov
2003-03-31  Bruce MomjianPlease, apply patch for contrib/ltree to current CVS...
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  Tom LaneFix broken markup.
2003-03-30  Bruce MomjianProperly document default value of log_min_error_statem...
2003-03-30  Michael MeskesForgot two new files and one that was moved.
2003-03-30  Michael MeskesMoved Informix stuff to its own compat library. Interva...
2003-03-29  Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-03-29  Bruce Momjian[ Backpatch to 7.3.X.]
2003-03-29  Bruce Momjian[ Backpatch to 7.3.X.]
2003-03-28  Tom LaneAdd code to apply some simple sanity checks to the...
2003-03-28  Tom LaneRegression output didn't get updated to match recent...
2003-03-28  Bruce MomjianFix NULL casting warning, pointed out by Joe Conway
2003-03-28  Bruce MomjianFix number of columns in SGML, from Weiping He
2003-03-27  Tom LaneFix bogus coding of SET DEFAULT ri triggers ... or...
2003-03-27  Bruce MomjianAdd <stdlib> to add calloc() prototype.
2003-03-27  Bruce MomjianFix syntax error in to_char fixes --- was defining...
2003-03-27  Bruce MomjianIt may not be obvious to you, but the plpython regressi...
2003-03-27  Bruce MomjianNew \d format:
2003-03-27  Bruce MomjianAdd new file.
2003-03-27  Bruce MomjianAdd new files.
2003-03-27  Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-27  Bruce MomjianRemove email file.
2003-03-27  Bruce MomjianDone:
2003-03-27  Bruce Momjian* Make pg_get_triggerdef documentation consistent with...
2003-03-27  Bruce MomjianAttached are two patches for psql's tab-completion.c.
2003-03-27  Bruce MomjianAdds
2003-03-27  Bruce MomjianReorder language creation to restore constistently.
2003-03-27  Bruce Momjianto_char fixes, Karel Zak
2003-03-27  Tom LaneGetTupleForTrigger must use outer transaction's command...
2003-03-27  Michael MeskesMore changes to pgtypeslib and set optimization to...
2003-03-25  Peter EisentrautMerge documentation into one book. (Build with "make...
2003-03-25  Bruce MomjianI mean, bison 1.875. :-)
2003-03-25  Bruce MomjianMention bison 1.85 is now required.
2003-03-25  Tom Laneplpgsql can assign to subscripted variables now, e.g.
2003-03-25  Dave Cramerpatch to notify listeners on error from Csaba Nagy
2003-03-25  Bruce MomjianUse PQfreemem() consistently, and document its use...
2003-03-25  Dave Crameradded DISTINCT to the query to get cross reference...
2003-03-25  Dave Cramerfixed problem where information from previous updates...
2003-03-25  Tom LaneFactor out duplicate code for computing values of PLpgS...
2003-03-24  Tom LaneIgnore SIGXFSZ (if platform has it), so that ulimit...
2003-03-24  Tom LaneModify keys_are_unique optimization to release buffer...
2003-03-24  Bruce MomjianAdd comment to postgresql.conf:
2003-03-24  Bruce MomjianPrevent multiple queries in a single string into a...
2003-03-24  Peter EisentrautAnother big editing pass for consistent content and...
2003-03-24  Barry LindNew build number
2003-03-24  Barry LindFix bug in reading acls (didn't treat null acl as meani...
2003-03-23  Tom LaneAdjust amrescan code so that it's allowed to call index...
2003-03-23  Bruce MomjianRename README in autovacuum code to match Makefile.
2003-03-23  Tom LaneInstead of storing pg_statistic stavalues entries as...
2003-03-23  Tom LaneTweak selectivity and related routines to cope with...
2003-03-22  Bruce MomjianRemove ecpg #warning with approval from Michael.
2003-03-22  Bruce MomjianAdd missing #include for calloc in ecpg.
2003-03-22  Tom LaneDepartment of second thoughts: probably shouldn't use...
2003-03-22  Bruce MomjianFix comment-only query to return Null result set, rathe...
2003-03-22  Bruce MomjianAdd PQfreemem() call for Win32.
2003-03-22  Bruce MomjianBack out to_char fixes until regression tests are fixed.
2003-03-22  Tom LaneAdjust subquery qual pushdown rules to be more forgivin...
2003-03-21  Tom LaneFix compile warning.
next