]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-09-05  Tom LaneFix sslinfo so it builds on Darwin.
2006-09-05  Tom LaneSilence compiler warning about signed vs unsigned chars.
2006-09-05  Tom LaneSilence compiler warnings about incompatible function...
2006-09-05  Tom LaneRemove pgcrypto functions that were deprecated and...
2006-09-05  Tom LaneGet rid of the separate RULE privilege for tables:...
2006-09-05  Tom LaneMake Gen_fmgrtab.sh locale-proof. Per report from...
2006-09-05  Teodor SigaevFix markup and license.
2006-09-05  Teodor SigaevFix Intel compiler bug. Per discussion
2006-09-05  Teodor SigaevAdd hstore contrib module.
2006-09-05  Tom LaneRemove contrib modules that have been migrated to pgfou...
2006-09-05  Michael MeskesLost some changes yet again
2006-09-05  Michael MeskesStarted to cleanup complex tests.
2006-09-05  Michael MeskesSynced parser.
2006-09-05  Bruce MomjianRemove GIN documentation
2006-09-05  Bruce MomjianFix imprecision from interval rounding of multiplicatio...
2006-09-05  Bruce MomjianUpdate Japanese FAQ.
2006-09-04  Tom LaneFix information_schema.key_column_usage to show correct...
2006-09-04  Tom LaneBring sslinfo Makefile up to speed for VPATH and pgxs...
2006-09-04  Bruce MomjianUpdate setseed() documentation.
2006-09-04  Bruce MomjianUpdate LDAP installation wording.
2006-09-04  Bruce MomjianTrivial patch to double vacuum speed on tables with...
2006-09-04  Bruce MomjianAdd MSVC build tools.
2006-09-04  Tom LaneDisallow TRUNCATE when there are any pending after...
2006-09-04  Bruce MomjianSequences were not being shown due to the use of lowerc...
2006-09-04  Bruce MomjianAdd GIN documentation.
2006-09-04  Bruce MomjianMention paremeterized queries do not work with partial...
2006-09-04  Bruce MomjianRemove trailing slash use in ecpg regression script...
2006-09-04  Tom LaneChange ILIKE to invoke lower() and then do plain LIKE...
2006-09-04  Peter Eisentrautsslinfo contrib module - information about current...
2006-09-04  Peter EisentrautAdd missing gettext calls for some SSL errors.
2006-09-04  Bruce MomjianUpdate Japanese readme for pgstattuple.
2006-09-04  Tom LaneClean up some leftover problems in pgstattuple: remove...
2006-09-04  Tom LaneFix interval input parser so that fractional weeks...
2006-09-03  Tom LaneCode review for UPDATE SET (columnlist) patch. Make...
2006-09-03  Tom LaneRemove duplicated index entry.
2006-09-03  Tom LaneFix broken markup.
2006-09-03  Tom LaneSuppress 'unused variable' warnings created by latest...
2006-09-03  Tom LaneFix non-improvement of description of archive_timeout...
2006-09-03  Tom LaneArrange for GetSnapshotData to copy live-subtransaction...
2006-09-03  Bruce MomjianRemove:
2006-09-03  Michael MeskesSynced parser.
2006-09-03  Bruce MomjianProperly round months into days and into seconds for...
2006-09-03  Bruce MomjianReverted:
2006-09-03  Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-03  Bruce MomjianUpdate predicate locking text.
2006-09-03  Bruce MomjianFix case where "PM" to_timestamp() mask was eating...
2006-09-03  Bruce MomjianFix LLONG_MAX define used by new int64 FETCH/MOVE patch.
2006-09-03  Bruce MomjianRemove unnecessary copyObject() call in update (values...
2006-09-02  Bruce MomjianAdd:
2006-09-02  Bruce MomjianMake autovacuum behavior more agressive, per discussion...
2006-09-02  Bruce MomjianUpdate postgresql.conf line for default superuser_reser...
2006-09-02  Bruce MomjianChange "superuser_reserved_connections" default to...
2006-09-02  Bruce MomjianAdd URL for autovacuum default:
2006-09-02  Bruce MomjianUse '' rather than \' for literal single quotes in...
2006-09-02  Bruce MomjianWording improvements for archive_timeout.
2006-09-02  Joe ConwayAdded async query capability. Original patch by
2006-09-02  Bruce MomjianSmall code cleanup for recent UPDATE SET (values) patch.
2006-09-02  Bruce MomjianAdd UPDATE tab SET ROW (col, ...) = (val, ...) for...
2006-09-02  Bruce MomjianUpdate:
2006-09-02  Bruce MomjianChange FETCH/MOVE to use int8.
2006-09-02  Bruce MomjianRevert as not needed/inconsistent with SQL REINDEX:
2006-09-02  Bruce MomjianRemove GUC_REPORT for new "server_version_num" GUC...
2006-09-02  Tom LaneApply a simple solution to the problem of making INSERT...
2006-09-02  Bruce MomjianAdd functions to /contrib/pgstattuple that show index...
2006-09-02  Bruce MomjianAdd new variable "server_version_num", which is almost...
2006-09-02  Bruce MomjianUpdate wording:
2006-09-02  Bruce MomjianAllow PL/python to return composite types and result...
2006-09-02  Bruce MomjianDone:
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...
next