]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2010-10-01  Tom LaneFix back-branch breakage from ill-advised last-minute... REL9_0_1
2010-10-01  Marc G. FournierTag 9.0.1
2010-09-30  Tom LaneUse a separate interpreter for each calling SQL userid...
2010-09-30  Robert HaasAdjust pg_archivecleanup docs to match message changes...
2010-09-30  Peter EisentrautTranslation updates for 9.0.1
2010-09-30  Tom LaneUpdate release notes for releases 9.0.1, 8.4.5, 8.3...
2010-09-29  Bruce MomjianHave pg_upgrade use strtoul(), not strtol().
2010-09-28  Bruce MomjianUse macro atooid() for conversion of strings to oids...
2010-09-28  Bruce MomjianIn pg_upgrade, properly handle oids > 2^31 by using...
2010-09-28  Bruce MomjianFix leak patch that was using fclose() instead of close().
2010-09-28  Bruce MomjianProperly close files after read file failure to prevent...
2010-09-28  Tom LaneFix another small oversight in command_no_begin patch.
2010-09-28  Bruce MomjianMention that pg_upgrade requires write permission in...
2010-09-28  Bruce MomjianMention in pg_upgrade docs that the proper Win32 servic...
2010-09-28  Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-28  Bruce MomjianAdd mention of installing pg_upgrade_support in pg_upgr...
2010-09-28  Itagaki TakahiroOnly DISCARD ALL should be in the command_no_begin...
2010-09-28  Itagaki TakahiroAdd DISCARD to the command_no_begin list for AUTOCOMMIT...
2010-09-27  Robert HaasAdd "(change requires restart)" note to some postgresql...
2010-09-25  Tom LaneFix another join removal bug: the check on PlaceHolderV...
2010-09-25  Tom LaneFurther fixes to the pg_get_expr() security fix in...
2010-09-25  Peter EisentrautFix man page markup for <cmdsynopsis> with multiple...
2010-09-24  Tom LaneStill more .gitignore cleanup.
2010-09-24  Robert HaasAdd contrib/xml2/pgxml.sql to .gitignore
2010-09-23  Tom LaneProcessIncomingNotify *must* reset notifyInterruptOccur...
2010-09-23  Tom LanePrevent show_session_authorization from crashing when...
2010-09-23  Tom LaneAvoid sharing subpath list structure when flattening...
2010-09-23  Heikki LinnakangasInitialize tableoid field correctly when dumping foreig...
2010-09-23  Tom LaneRe-allow input of Julian dates prior to 0001-01-01 AD.
2010-09-23  Tom LaneMore fixes for libpq's .gitignore file.
2010-09-23  Tom LaneDo some copy-editing on the Git usage docs.
2010-09-22  Tom LaneFix remaining stray references to CVS.
2010-09-22  Tom LaneAdd assorted other documentation build targets to docum...
2010-09-22  Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22  Magnus HaganderAdd gitignore files for ecpg regression tests.
2010-09-22  Magnus HaganderRemove anonymous cvs instructions, and replace them...
2010-09-22  Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-21  Tom LaneFix a missed explanation of auto-analyze threshold...
2010-09-21  Tom LaneBack-patch replacement of README.CVS with README.git.
2010-09-17  Robert HaasMove pg_db_role_setting docs to correct place in alphab...
2010-09-17  Marc G. Fourniertag v9.0.0 ... the big day approaches REL9_0_0
2010-09-16  Magnus HaganderTreat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non...
2010-09-16  Peter EisentrautTranslation updates for 9.0.0
2010-09-16  Tom LaneStamp 9.0 release notes with expected release date...
2010-09-16  Tom LaneFix bad grammar.
2010-09-16  Tom LaneFix two new-in-9.0 bugs in hstore.
2010-09-15  Tom LaneAdd a compatibility note about plpgsql's treatment...
2010-09-14  Tom LaneFix join-removal logic for pseudoconstant and outerjoin...
2010-09-14  Heikki LinnakangasDon't warn about an in-progress online backup, when...
2010-09-13  Robert HaasElaborate on what gets stored in pg_authid.rolpasswd.
2010-09-13  Heikki LinnakangasRemove prototype for non-existent function from walrece...
2010-09-13  Heikki LinnakangasProcess options from the startup packed in walsender...
2010-09-13  Bruce MomjianDon't try aligning comments for new archive_command...
2010-09-13  Robert HaasLink from pg_shadow docs to pg_authid docs.
2010-09-12  Bruce MomjianRe-add documentation for Win32 copy syntax for archive_...
2010-09-09  Tom LaneRemove obsolete claim that gzip is needed while install...
2010-09-09  Bruce MomjianDoc fixes:
2010-09-08  Peter EisentrautAdd tip about building plpython 2 and 3. Fix link...
2010-09-07  Peter EisentrautClarify that surrogate pairs are not encoded in UTF...
2010-09-07  Bruce MomjianModify pg_upgrade to set/restore all environment variab...
2010-09-04  Tom LanePad the ps_status display with nulls, not blanks, on...
2010-09-02  Tom LaneClean up description of ecpg's dtcvfmtasc function.
2010-09-02  Tom LaneClean up some bad grammar and punctuation in descriptio...
2010-09-02  Tom LaneFix up flushing of composite-type typcache entries...
2010-09-01  Tom LaneClarify documentation of handling of null arguments...
2010-09-01  Tom LaneImprove release notes' description of Teodor's fixes...
2010-08-31  Alvaro HerreraAdd missing markup for translatability
2010-08-30  Tom LaneCosmetic fixes for KnownAssignedXidsGetOldestXmin,...
2010-08-30  Simon RiggsFix misleading DEBUG2 issued during RemoveOldXlogFiles()
2010-08-30  Simon RiggsTruncate subtrans after each restartpoint.
2010-08-30  Simon RiggsTeach GetOldestXmin() about KnownAssignedXids during...
2010-08-30  Heikki LinnakangasFix typo in comment.
2010-08-29  Tom LaneReduce PANIC to ERROR in some occasionally-reported...
2010-08-29  Tom LaneRemove obsolete remark that PQprepare() is more flexibl...
2010-08-27  Marc G. Fourniertag rc1 ... final stretch ... REL9_0_RC1
2010-08-26  Tom LaneDocument the existence of the socket lock file under...
2010-08-26  Tom LaneExplain automatic creation (or lack of it) of indexes...
2010-08-26  Tom LaneUpdate time zone data files to tzdata release 2010l...
2010-08-26  Alvaro HerreraImprove wording for privilege description on certain...
2010-08-26  Alvaro HerreraRemove duplicate translatable phrase
2010-08-26  Peter EisentrautTranslation updates for 9.0rc1
2010-08-26  Tom LaneFix ExecMakeTableFunctionResult to verify that all...
2010-08-26  Tom LaneDon't auto-create the subdirectories holding built...
2010-08-25  Bruce MomjianRemove docs for "Incrementally Updated Backups" because...
2010-08-25  Tom LaneDocument filtering dictionaries in textsearch.sgml.
2010-08-25  Tom LaneImprove hint message for ENOMEM failure from shmget().
2010-08-25  Bruce MomjianUpdate release notes, per comments from Simon Riggs.
2010-08-25  Peter EisentrautCatch null pointer returns from PyCObject_AsVoidPtr...
2010-08-25  Peter EisentrautAdd missing description of reloftype field
2010-08-25  Tom LaneDocs review for unaccent: fix grammar, markup, etc.
2010-08-25  Tom LaneUpdate 9.0 release notes for changes since beta4.
2010-08-24  Tom LaneFurther editing of release notes.
2010-08-24  Bruce MomjianFix awkward wording in Incrementally Updated Backups...
2010-08-24  Bruce MomjianClarifications for 9.0 release notes
2010-08-24  Bruce MomjianUpdate autovacuum_freeze_max_age documentation to menti...
2010-08-23  Tom LaneMarginal code cleanup for streaming replication.
2010-08-23  Tom LaneMake pg_archivecleanup log messages more consistent.
2010-08-23  Tom LaneMake an editorial pass over the 9.0 release notes.
2010-08-22  Bruce MomjianDocument that autovacuum_freeze_max_age is used for...
2010-08-21  Tom LaneUse a non-locale-dependent definition of isspace()...
next