| Age | Commit message (Expand) | Author |
| 2006-10-19 | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane |
| 2006-10-19 | Fix typo. | Neil Conway |
| 2006-10-19 | Simplify contrib Makefiles by removing unnecessary SRCS macro, | Tom Lane |
| 2006-10-11 | Rename function 'isexists' and 'isdefined' to | Teodor Sigaev |
| 2006-10-07 | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane |
| 2006-10-05 | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane |
| 2006-10-04 | Improve error messages from to_tsquery per yesterday's discussion: | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-02 | Update tsearch2 README. | Bruce Momjian |
| 2006-10-01 | Remove accented characters in comments, to avoid failures when this | Tom Lane |
| 2006-09-30 | Suppress compiler warnings. | Tom Lane |
| 2006-09-30 | uninstall script for sslinfo | Tom Lane |
| 2006-09-30 | uninstall script for pg_freespacemap | Tom Lane |
| 2006-09-30 | uninstall script for pgrowlocks - Josh Drake | Tom Lane |
| 2006-09-30 | Add uninstall script for adminpack - Josh Drake | Tom Lane |
| 2006-09-22 | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane |
| 2006-09-21 | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane |
| 2006-09-20 | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane |
| 2006-09-16 | Rename xml_valid() to xml_is_well_formed(), but provide a temporary | Tom Lane |
| 2006-09-16 | Fix some more 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-14 | Remove sslinfo copyright with author permission, keep author attribution. | Bruce Momjian |
| 2006-09-13 | Change "tps" to "scale" to avoid confusion | Tatsuo Ishii |
| 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-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 | Fix omissions in contrib uninstall scripts. Michael Fuhr | Tom Lane |
| 2006-09-10 | Install a cleaner solution to the AIX libpq linking problem, as per | Tom Lane |
| 2006-09-10 | Fix dblink build for --enable-nls or --enable-openssl on AIX. | Tom Lane |
| 2006-09-10 | contrib/isn updates from Jeremy Kronuz. | Tom Lane |
| 2006-09-10 | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane |
| 2006-09-09 | Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, and | Tom Lane |
| 2006-09-06 | Be more wary about which LIBS elements to pull into sslinfo link. | Tom Lane |
| 2006-09-06 | Fix compiler warnings on 64-bit boxes: difference between | Teodor Sigaev |
| 2006-09-05 | Fix sslinfo so it builds on Darwin. | Tom Lane |
| 2006-09-05 | Silence compiler warning about signed vs unsigned chars. | Tom Lane |
| 2006-09-05 | Silence compiler warnings about incompatible function pointer types. | Tom Lane |
| 2006-09-05 | Remove pgcrypto functions that were deprecated and slated for removal. | Tom Lane |
| 2006-09-05 | Fix markup and license. | Teodor Sigaev |
| 2006-09-05 | Add hstore contrib module. | Teodor Sigaev |
| 2006-09-05 | Remove contrib modules that have been migrated to pgfoundry: adddepend, | Tom Lane |
| 2006-09-04 | Bring sslinfo Makefile up to speed for VPATH and pgxs builds. | Tom Lane |
| 2006-09-04 | sslinfo contrib module - information about current SSL certificate | Peter Eisentraut |
| 2006-09-04 | Update Japanese readme for pgstattuple. | Bruce Momjian |
| 2006-09-04 | Clean up some leftover problems in pgstattuple: remove unwanted and | Tom Lane |
| 2006-09-02 | Use '' rather than \' for literal single quotes in strings in | Bruce Momjian |
| 2006-09-02 | Added async query capability. Original patch by | Joe Conway |
| 2006-09-02 | Add functions to /contrib/pgstattuple that show index statistics and | Bruce Momjian |