]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-08-24  Tom LaneOptimize the case where a btree indexscan has current...
2006-08-23  Bruce MomjianAdd "AS" item:
2006-08-23  Michael MeskesSomehow my version compiled but the change didn't make...
2006-08-23  Michael MeskesUsed autoconf 2.59 this time.
2006-08-23  Michael MeskesArgh, forgot the new file yet again.
2006-08-23  Michael MeskesReplaced double-quote-fix with a hopefully better version.
2006-08-23  Bruce MomjianUpdate COPY/VIEW item:
2006-08-22  Michael MeskesDescriptor values were quoted twice.
2006-08-22  Bruce MomjianIn new "invalid byte sequence" error hint, call it...
2006-08-22  Bruce MomjianAdd info for get_* functions:
2006-08-22  Bruce MomjianAdd hint for "invalid byte sequence for encoding" error...
2006-08-22  Tom LaneOoops, ldap fix for win32 broke the non-win32 case.
2006-08-22  Bruce MomjianGeneralize width_bucket() documentation because b1...
2006-08-22  Bruce MomjianAdd space between Win2000 and SP4.
2006-08-21  Tom LaneFix encrypted-LDAP support so that it doesn't cause...
2006-08-21  Tom LaneMinor code rearrangement to save a few cycles in RI_FKe...
2006-08-21  Tom LaneRemove obsolete tip about casting bool to int, per...
2006-08-21  Tom LaneMake the server track an 'XID epoch', that is, maintain...
2006-08-21  Bruce MomjianDone:
2006-08-21  Bruce MomjianRemove items, not needed anymore:
2006-08-21  Michael MeskesFixed a few memory leaks. One indeed was part of a...
2006-08-21  Tom LaneFix all known problems with pg_dump's handling of seria...
2006-08-20  Alvaro HerreraFix DROP OWNED BY to correctly consider the implicitly...
2006-08-20  Michael MeskesFixed a few trivial memory leaks reported by Coverity...
2006-08-19  Michael MeskesAdded another test
2006-08-19  Michael MeskesMore SoC stuff
2006-08-19  Tom LaneSuppress subquery pullup/pushdown when a subquery conta...
2006-08-19  Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-08-18  Andrew DunstanAdd installcheck-parallel target to top level makefiles.
2006-08-18  Tom LaneAdd PQdescribePrepared, PQdescribePortal, and related...
2006-08-18  Michael MeskesFixed a buffer overrun that was masked on Linux systems.
2006-08-18  Bruce MomjianAdd space before SP4.
2006-08-18  Bruce MomjianUpdate Win2000SP4 mention.
2006-08-18  Tom LaneNow that we've rearranged relation open to get a lock...
2006-08-18  Michael MeskesChanged lexer to no longer use the default rule.
2006-08-18  Bruce MomjianMention only Windows 2000SP4 works.
2006-08-18  Bruce MomjianUpdate Win32 CMD quoting rules information location...
2006-08-17  Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-17  Peter EisentrautProduce a clean failure in configure when dtrace is...
2006-08-17  Tom LaneFix an oversight in mergejoin planning: the planner...
2006-08-17  Tom LaneTeach convert_subquery_pathkeys() to handle the case...
2006-08-17  Bruce MomjianAdd:
2006-08-17  Bruce MomjianAdd:
2006-08-16  Bruce MomjianAdd:
2006-08-16  Peter EisentrautPut probes.o file in right directory, fixes dtrace...
2006-08-16  Tom LaneSeems some C compilers think 'restrict' is a fully...
2006-08-15  Tom LaneAdd a hack so that get_type_io_data() can work from...
2006-08-15  Tom LaneAdd hooks to allow debugging and performance measuremen...
2006-08-15  Tom LaneAdd server support for "plugin" libraries that can...
2006-08-15  Tatsuo IshiiFix pgbench to handle empty lines in script files as...
2006-08-15  Michael MeskesFixed a typo and made two mallocs Coverity friendly.
2006-08-15  Michael MeskesSorry, forgot the new files.
2006-08-15  Michael MeskesAdded lots of SoC stuff made by Joachim.
2006-08-14  Tom LaneCause '*' and 'foo.*' notations to mark the referenced...
2006-08-14  Tom LaneFix oversight in initial implementation of PORTAL_ONE_R...
2006-08-14  Tom LaneSupport INSERT/UPDATE/DELETE RETURNING in plpgsql,...
2006-08-14  Tom LaneWhen executing a list of queries derived from rule...
2006-08-14  Tom LaneRemove hash_destroy calls in hash_create's failure...
2006-08-14  Bruce MomjianRevert (again) GUC patch to return commented fields...
2006-08-14  Tom LaneGet rid of "lookahead" functionality in plpgsql's yylex...
2006-08-13  Tom LaneFix core dump in duration logging for a V3-protocol...
2006-08-13  Tom LaneCause psql to report both the returned data and the...
2006-08-13  Tom LaneIf test postmaster fails to start within 60 seconds...
2006-08-13  Tom LaneExtend 'guc' regression test to check manipulations...
2006-08-13  Tom LaneOriginal coding of 'returning' regression test inadvert...
2006-08-13  Bruce MomjianBack out plperl OUT hash/array parameter patch, again.
2006-08-13  Bruce MomjianFix recent guc comment-to-default patch for custom...
2006-08-13  Michael MeskesApplied patch for VPATH builds by Alvaro Herrera <alvhe...
2006-08-13  Bruce MomjianRe-apply plperl patch that allows OUT parameters to...
2006-08-13  Bruce MomjianRecommit patch to allow commented GUC variables to...
2006-08-13  Bruce MomjianRe-apply guc cleanup patch, with memory allocation...
2006-08-12  Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12  Tom LaneRemove ancient, obsolete comment.
2006-08-12  Bruce MomjianBack out patch for plperl to handle OUT paramaters...
2006-08-12  Bruce MomjianBack out patch to reorganize guc processing. Was causi...
2006-08-12  Bruce MomjianBack out patch that allowed commented guc variables...
2006-08-12  Bruce MomjianDone:
2006-08-12  Bruce MomjianFix wording, per Neil.
2006-08-12  Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-11  Bruce MomjianSet Win32 server-size socket buffer to 32k, for perform...
2006-08-11  Bruce MomjianDone:
2006-08-11  Bruce MomjianRevert undesired FAQ_DEV change.
2006-08-11  Bruce MomjianAllow commenting of variables in postgresql.conf to...
2006-08-11  Bruce MomjianRefactor GUC set_config_option function:
2006-08-11  Bruce Momjianplperl:
2006-08-11  Bruce MomjianMake the psql line counter 64-bit so it can handle...
2006-08-11  Bruce MomjianAdd Neil's presentation to FAQ_DEV.
2006-08-11  Alvaro HerreraFix typo.
2006-08-11  Bruce MomjianUpdate for company URL.
2006-08-11  Bruce MomjianAdd URLs
2006-08-10  Tom LaneFix UNION/INTERSECT/EXCEPT so that when two inputs...
2006-08-10  Bruce MomjianReturn inline to win32.h because code was OK, but keep...
2006-08-10  Bruce MomjianMove "#define inline __inline" from port/win32.h to...
2006-08-10  Bruce MomjianFix display of log duration so it is milliseconds.micro...
2006-08-09  Tom LaneFix inadequate makefile-fu in ecpg regression tests...
2006-08-09  Bruce MomjianRound microseconds on setitimer upwards.
2006-08-09  Bruce MomjianOn Win32, make minimum setitimer() sleep be 1ms, so...
2006-08-09  Bruce MomjianAdd URL for typmod:
2006-08-09  Bruce MomjianFix statement_timeout on Win32 so that it properly...
2006-08-09  Bruce MomjianFormatting improvement.
next