summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-09-16Update timezone data files to release 2006k of the zic database.Tom Lane
2006-09-16Rename xml_valid() to xml_is_well_formed(), but provide a temporaryTom Lane
2006-09-16Define errcode as __msvc_errcode not __vc_errcode for MSVC builds,Tom Lane
2006-09-16Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-09-15Document Warm Standby for High AvailabilityBruce Momjian
2006-09-15Document WAL recovery now uses checkpoints.Bruce Momjian
2006-09-15Several fixes for MSVC build scripts, from Magnus.Tom Lane
2006-09-15Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane
2006-09-15Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,Tom Lane
2006-09-15Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane
2006-09-15Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark.Tom Lane
2006-09-14Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian
2006-09-14Add a couple of information functions to support direct checks on whetherTom Lane
2006-09-14Seems no one wants this:Bruce Momjian
2006-09-14Done:Bruce Momjian
2006-09-14Not done yet:Bruce Momjian
2006-09-14Fix missing markup.Tom Lane
2006-09-14Remove sslinfo copyright with author permission, keep author attribution.Bruce Momjian
2006-09-14Remove:Bruce Momjian
2006-09-14Add:Bruce Momjian
2006-09-14Add XML item.Bruce Momjian
2006-09-14Add description for variable-length header:Bruce Momjian
2006-09-14Add recent ICU URL:Bruce Momjian
2006-09-14Update TODO items:Bruce Momjian
2006-09-14For release notes checklist, add UTF8 URL.Bruce Momjian
2006-09-14In release notes checklist, add URL for HTML non-ASCII escapes, mentionBruce Momjian
2006-09-14Fix SGML markupTeodor Sigaev
2006-09-14Improve error message. Per discussionTeodor Sigaev
2006-09-14GIN documentation and slightly improving GiST docs.Teodor Sigaev
2006-09-14Cygwin systems seem to have a different error message when trying to connect ...Michael Meskes
2006-09-14Added missing constuctor/destructor for interval and date.Michael Meskes
2006-09-13Some small editorialization on the description of CREATE INDEXTom Lane
2006-09-13Make logging of extended-protocol commands a bit more consistent, perTom Lane
2006-09-13Code review for patch to avoid second scan when vacuuming index-lessTom Lane
2006-09-13Change "tps" to "scale" to avoid confusionTatsuo Ishii
2006-09-12Add David Fetter:Bruce Momjian
2006-09-12Add uninstall scriptTeodor Sigaev
2006-09-12Spell readme file's name correctly, per buildfarm reports.Tom Lane
2006-09-12Small fix for the README install for contrib/sslinfo.Peter Eisentraut
2006-09-12Seems this wasn't committed originallyMichael Meskes
2006-09-11Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane
2006-09-11Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.Tom Lane
2006-09-11Rename the uninstall scripts for contrib/lo and contrib/tsearch2 toTom Lane
2006-09-11Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz.Tom Lane
2006-09-11Ooops, forgot to update ecpg comparison files to matchTom Lane
2006-09-11Fix omissions in contrib uninstall scripts. Michael FuhrTom Lane
2006-09-11Fix unportable usage complained of by icc. Per buildfarm results.Tom Lane
2006-09-10Remove unnecessary brace pair.Bruce Momjian