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