]> granicus.if.org Git - postgresql/shortlog
postgresql
2010-09-26 Tom LaneFix some more bugs in git_changelog.
2010-09-26 Tom LaneMinor improvements to git_changelog.
2010-09-25 Tom LaneRename git_topo_order -> git_changelog, per discussion.
2010-09-25 Tom LaneFix another join removal bug: the check on PlaceHolderV...
2010-09-25 Peter EisentrautFix man page markup for <cmdsynopsis> with multiple...
2010-09-24 Robert HaasIn levenshtein_internal(), describe algorithm a bit...
2010-09-24 Tom LaneStill more .gitignore cleanup.
2010-09-24 Alvaro HerreraPrevent doc/src/sgml subdirs from being created, instea...
2010-09-24 Robert HaasAdd contrib/xml2/pgxml.sql to .gitignore
2010-09-23 Robert HaasReplace doc references to install-win32 with install...
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 Tom LaneMake _outPathInfo print the relid set of the path's...
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 Robert HaasFix inconsistent capitalization of "PL/pgSQL".
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-22 Robert HaasTypo fix. "CVS" is not the same thing as "CSV".
2010-09-21 Tom Lanepgcvslog isn't useful anymore, either.
2010-09-21 Tom Laneadd_cvs_markers isn't useful anymore.
2010-09-21 Tom LaneSome more cleanup of CVS keyword noise.
2010-09-21 Tom LaneThe port/pg_latch.c symlink ought to be removed by...
2010-09-21 Tom LaneFix a missed explanation of auto-analyze threshold...
2010-09-21 Tom LaneTrivial typo fix.
2010-09-21 Robert HaasRemove various mentions of CVS from src/tools/RELEASE_C...
2010-09-21 Robert Haasgit_topo_order script, to match up commits across branches.
2010-09-21 Magnus HaganderRename README.CVS to README.git and change references...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-19 Bruce MomjianUpdate HOT README about when single-page vacuums happen.
2010-09-19 Tom LaneReplace last remaining $Id$ with $PostgreSQL$.
2010-09-19 Tom LaneFix several broken $PostgreSQL$ keywords. Noted while...
2010-09-18 Tom LaneMake sure we wait for protocol-level EOF when ending...
2010-09-18 Tom LaneGive a suitable HINT when an INSERT's data source is...
2010-09-17 Robert HaasMove pg_db_role_setting docs to correct place in alphab...
2010-09-17 Robert HaasRemove duplicated code left behind by my recent refacto...
2010-09-17 Tom LaneAdd some documentation about how we WAL-log filesystem...
2010-09-16 Magnus HaganderTreat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non...
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-15 Heikki LinnakangasFix two typos in comments, spotted by Fujii Masao and...
2010-09-15 Heikki LinnakangasUse a latch to make startup process wake up and replay...
2010-09-15 Heikki LinnakangasSimplify Windows implementation of latches. There's...
2010-09-15 Heikki LinnakangasDon't call OwnLatch while holding a spinlock. OwnLatch...
2010-09-14 Tom LaneFix join-removal logic for pseudoconstant and outerjoin...
2010-09-14 Heikki LinnakangasOops, the timeout argument to WaitLatchOrSocket is...
2010-09-14 Heikki LinnakangasDon't warn about an in-progress online backup, when...
2010-09-13 Heikki LinnakangasAdd a comment noting that the owner_pid test in OwnLatc...
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-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-09-11 Heikki LinnakangasAdd missing #includes, needed on some platforms. This...
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
2010-09-10 Michael MeskesCursor names in the backend are not case-sensitve....
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-05 Tom LaneGROUP BY can only infer functional dependency from...
2010-09-04 Tom LanePad the ps_status display with nulls, not blanks, on...
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2010-09-03 Tom LaneIn HEAD only, revert kluge solution for preventing...
2010-09-02 Tom Lane9.1alpha1 release notes.
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-02 Robert HaasFix typo. Pointed out by Kevin Grittner.
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 Tom LaneFix oversight in RelFileNodeBackend patch: CreateFakeRe...
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 Robert HaasInsert additional compiler placation into objectaddress.c.
2010-08-27 Peter EisentrautSmall refactoring of makeVar() from a TargetEntry
2010-08-27 Robert HaasRewrite comment code for better modularity, and add...
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
next