]> granicus.if.org Git - postgresql/shortlog
postgresql
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.
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...
next