]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-09-02  Bruce MomjianSuppress some NOTICE messages from REINDEX command.
2006-08-31  Tom LaneClean up rather sloppy fix in HEAD for the ancient...
2006-08-31  Peter EisentrautRepair interpretation of GB as MB.
2006-08-31  Bruce MomjianAttibution addition: Add Karel Zak also for COPY SELECT.
2006-08-31  Bruce MomjianCorrect attibution:
2006-08-31  Bruce MomjianDone:
2006-08-30  Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
2006-08-30  Bruce MomjianUpdate logging of prepare/execute syntax, per comments...
2006-08-30  Tom LaneFix things so that fopen's, not only open's, pass FILE_...
2006-08-29  Tom LaneDept. of second thoughts: if query fails part way throu...
2006-08-29  Tom LaneCreate a FETCH_COUNT parameter that causes psql to...
2006-08-29  Bruce MomjianSeparate prepared statement and bind parameters with...
2006-08-29  Bruce MomjianAdd autovacuum item:
2006-08-29  Teodor SigaevFix mistyping
2006-08-29  Tom LaneInvent an assign-hook mechanism for psql variables...
2006-08-29  Teodor SigaevFix BUG #2594: Gin Indexes cause server to crash when...
2006-08-29  Teodor SigaevAdd description of tsvector type layout
2006-08-29  Teodor SigaevRemove pos comparison in silly_cmp_tsvector(): it is...
2006-08-29  Teodor SigaevFix incorrect length of lexemes in silly_cmp_tsvector()
2006-08-29  Michael MeskesSecond try committing the path changes.
2006-08-29  Michael MeskesRemoved debug option from pg_regress call.
2006-08-29  Michael MeskesFixed parser and library to allow empty database names.
2006-08-29  Peter EisentrautRevert change to turn autovacuum on by default.
2006-08-29  Bruce MomjianOnly call log_after_parse() if necessary.
2006-08-29  Bruce MomjianNow bind displays prepare as detail, and execute displa...
2006-08-28  Bruce MomjianAdd URL:
2006-08-28  Bruce MomjianMove to referential integrity section:
2006-08-28  Bruce MomjianUpdate:
2006-08-28  Tom LaneFix pgstat_report_waiting() to not dump core if called...
2006-08-28  Tom LanePartial fix for ecpg's VPATH problems. It compiles...
2006-08-28  Tom LaneTweak trivial_subqueryscan() to consider a SubqueryScan...
2006-08-28  Peter EisentrautTurn autovacuum on by default. (stats_row_level is...
2006-08-27  Tom LaneAdd new return codes SPI_OK_INSERT_RETURNING etc to...
2006-08-27  Tom LaneAdd some notes about why it's not a bug that RI_FKey_ch...
2006-08-27  Tom LaneAdd a function GetLockConflicts() to lock.c to report...
2006-08-27  Tom LaneMove xact.c's partial support for Lists of TransactionI...
2006-08-27  Michael Meskes- Enabled single-quoted connection targets.
2006-08-27  Tom LaneMake saveHistory work properly on OS X when HISTFILE...
2006-08-26  Michael MeskesChanged double output.
2006-08-25  Bruce MomjianAdd blank line.
2006-08-25  Bruce MomjianAdd blank line.>
2006-08-25  Bruce MomjianAdd:
2006-08-25  Bruce MomjianAdd 'feedback' section heading to xml2.
2006-08-25  Teodor SigaevFix regression tests: after changing comparing function
2006-08-25  Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-24  Teodor SigaevFix compare bug for tsvector: problem was in aligment...
2006-08-24  Bruce MomjianAdd:
2006-08-24  Michael MeskesSynced parser
2006-08-24  Michael MeskesNeeded more stuff from c.h.
2006-08-24  Michael MeskesFixed of by one variable size.
2006-08-24  Michael MeskesNeed more defines in ecpg_config.h, patch sent by Rocco...
2006-08-24  Tom LaneAdd some debug logging code to AllocateFile's failure...
2006-08-24  Bruce MomjianUpdate XML2 documentation for xpath_table().
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...
next