]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-09-18  Bruce MomjianUpdates from Jim Nasby.
2006-09-18  Tom LaneAdd built-in userlock manipulation functions to replace...
2006-09-18  Bruce MomjianMove 8.2 release documentation into SGML.
2006-09-18  Neil ConwayMake the order of the CASCADE and RESTRICT keywords...
2006-09-18  Tom LaneDocumentation for VALUES lists. Joe Conway and Tom...
2006-09-18  Bruce MomjianAdd URL for commenting postgresql.conf:
2006-09-18  Bruce MomjianAdd URL for UUID:
2006-09-18  Tom LaneFix problems with column name list of CREATE TABLE...
2006-09-18  Bruce MomjianAdd item:
2006-09-18  Bruce MomjianAdd URL to UPDATE unique index case x=x+1:
2006-09-18  Teodor SigaevImprove wordings by David Fuhry <dfuhry@cs.kent.edu>
2006-09-18  Tom LaneFix CREATE TABLE ... AS VALUES ... to work rather than...
2006-09-17  Tom LaneChange ANALYZE to take ShareUpdateExclusiveLock not...
2006-09-17  Tom LaneMarginal cleanup in arrangements for ensuring StrategyH...
2006-09-16  Bruce MomjianUpdate TODO for short header versions:
2006-09-16  Tom LaneRename the recently-added pg_timezonenames view to...
2006-09-16  Tom LaneUpdate timezone data files to release 2006k of the...
2006-09-16  Tom LaneRename xml_valid() to xml_is_well_formed(), but provide...
2006-09-16  Tom LaneDefine errcode as __msvc_errcode not __vc_errcode for...
2006-09-16  Tom LaneFix some more uses of str[n]casecmp that should be...
2006-09-16  Bruce MomjianRemove emacs info from footer of SGML files.
2006-09-15  Bruce MomjianDocument Warm Standby for High Availability
2006-09-15  Bruce MomjianDocument WAL recovery now uses checkpoints.
2006-09-15  Tom LaneSeveral fixes for MSVC build scripts, from Magnus.
2006-09-15  Tom LaneFix some uses of str[n]casecmp that should be pg_str...
2006-09-15  Tom LaneFix some uses of str[n]casecmp that should be pg_str...
2006-09-15  Tom LaneRemove WINLDAPAPI decoration from ldap_start_tls_sA...
2006-09-15  Tom LaneImprove confusing comment for HeapTupleSatisfiesNow...
2006-09-14  Bruce MomjianMake postgresql.conf.sample match the initdb defaults...
2006-09-14  Tom LaneAdd a couple of information functions to support direct...
2006-09-14  Bruce MomjianSeems no one wants this:
2006-09-14  Bruce MomjianDone:
2006-09-14  Bruce MomjianNot done yet:
2006-09-14  Tom LaneFix missing markup.
2006-09-14  Bruce MomjianRemove sslinfo copyright with author permission, keep...
2006-09-14  Bruce MomjianRemove:
2006-09-14  Bruce MomjianAdd:
2006-09-14  Bruce MomjianAdd XML item.
2006-09-14  Bruce MomjianAdd description for variable-length header:
2006-09-14  Bruce MomjianAdd recent ICU URL:
2006-09-14  Bruce MomjianUpdate TODO items:
2006-09-14  Bruce MomjianFor release notes checklist, add UTF8 URL.
2006-09-14  Bruce MomjianIn release notes checklist, add URL for HTML non-ASCII...
2006-09-14  Teodor SigaevFix SGML markup
2006-09-14  Teodor SigaevImprove error message. Per discussion
2006-09-14  Teodor SigaevGIN documentation and slightly improving GiST docs.
2006-09-14  Michael MeskesCygwin systems seem to have a different error message...
2006-09-14  Michael MeskesAdded missing constuctor/destructor for interval and...
2006-09-13  Tom LaneSome small editorialization on the description of CREAT...
2006-09-13  Tom LaneMake logging of extended-protocol commands a bit more...
2006-09-13  Tom LaneCode review for patch to avoid second scan when vacuumi...
2006-09-13  Tatsuo IshiiChange "tps" to "scale" to avoid confusion
2006-09-12  Bruce MomjianAdd David Fetter:
2006-09-12  Teodor SigaevAdd uninstall script
2006-09-12  Tom LaneSpell readme file's name correctly, per buildfarm reports.
2006-09-12  Peter EisentrautSmall fix for the README install for contrib/sslinfo.
2006-09-12  Michael MeskesSeems this wasn't committed originally
2006-09-11  Tom LaneMove set_pglocale_pgservice() from path.c to exec.c...
2006-09-11  Tom LaneMove xml2's PG_MODULE_MAGIC block to the right source...
2006-09-11  Tom LaneRename the uninstall scripts for contrib/lo and contrib...
2006-09-11  Tom LaneAdd LDAP_LIBS_FE to $(libpq) for static or AIX linking...
2006-09-11  Tom LaneOoops, forgot to update ecpg comparison files to match
2006-09-11  Tom LaneFix omissions in contrib uninstall scripts. Michael...
2006-09-11  Tom LaneFix unportable usage complained of by icc. Per buildfa...
2006-09-10  Bruce MomjianRemove unnecessary brace pair.
2006-09-10  Bruce MomjianBack out patch added during 8.2.X development:
2006-09-10  Bruce MomjianAdd items:
2006-09-10  Tom LaneInstall a cleaner solution to the AIX libpq linking...
2006-09-10  Tom LaneFix dblink build for --enable-nls or --enable-openssl...
2006-09-10  Tom LaneRemove unhelpful/misleading advice about how to use...
2006-09-10  Tom Lanecontrib/isn updates from Jeremy Kronuz.
2006-09-10  Tom LaneIf we're going to advertise the array overlap/containme...
2006-09-10  Tom LaneAdd missing documentation for new anyarray-overlap...
2006-09-10  Tom LaneRename contrib contains/contained-by operators to ...
2006-09-10  Tom LaneRename contains/contained-by operators to @> and <...
2006-09-09  Tom LaneRemove reference to contrib/mac, which isn't there...
2006-09-09  Tom LaneAdd contrib/isn module for ISBN/ISSN/EAN13/etc product...
2006-09-09  Tom LaneRevise OpenLDAP configuration and linking to work on...
2006-09-08  Tom LaneFix pg_dump for recent change removing separate RULE...
2006-09-08  Tom LanePut back plan-time check for trying to apply SELECT...
2006-09-08  Tom LaneTweak the behavior of log_duration as proposed by Guill...
2006-09-08  Michael MeskesNot all C compilers understand the "//" comment in...
2006-09-08  Michael MeskesReplaced complex tests with small ones.
2006-09-08  Michael MeskesMore logic from complex/test* moved to their own testcases.
2006-09-07  Tom LaneClean up logging for extended-query-protocol operations...
2006-09-07  Bruce MomjianUpdate pgcvslog comments.
2006-09-07  Bruce MomjianSpecify lo_write() to take a _const_ buffer, to match...
2006-09-07  Michael MeskesChanging a test case also changes the output that is...
2006-09-07  Michael MeskesRemoved one output because integer/double usage differ
2006-09-07  Bruce MomjianHTLM cleanup.
2006-09-07  Bruce MomjianUpdate Emacs/vim editor info.
2006-09-07  Bruce MomjianUpdate emacs info for FAQ_DEV.
2006-09-07  Bruce MomjianAdd XML documentation.
2006-09-06  Bruce MomjianUpdate tools directory name.
2006-09-06  Tom LaneChange processing of extended-Query mode so that an...
2006-09-06  Tom LaneBe more wary about which LIBS elements to pull into...
2006-09-06  Teodor SigaevFix compiler warnings on 64-bit boxes: difference between
2006-09-06  Bruce MomjianAdd interval division/multiplication regression tests.
2006-09-05  Tom LaneFix sslinfo so it builds on Darwin.
2006-09-05  Tom LaneSilence compiler warning about signed vs unsigned chars.
next