| Age | Commit message (Expand) | Author |
| 2007-01-15 | Fix localization support for multibyte encoding and C locale. | Teodor Sigaev |
| 2007-01-10 | Backport patch. | Tatsuo Ishii |
| 2006-12-28 | Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with | Tom Lane |
| 2006-12-26 | Fix memory reallocation condition | Teodor Sigaev |
| 2006-12-21 | Fix convertion for 'PFX flag N num' | Teodor Sigaev |
| 2006-12-04 | Fix core dump of ispell for case of non-successfull initialization. | Teodor Sigaev |
| 2006-11-24 | Make contrib/isn pass the opr_sanity sanity checks: add missing | Tom Lane |
| 2006-11-23 | Fix lowercasing while parse OO dictionary | Teodor Sigaev |
| 2006-11-22 | Avoid infinity calculations in rank_cd | Teodor Sigaev |
| 2006-11-21 | Fix type in return value | Teodor Sigaev |
| 2006-11-20 | Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php. | Teodor Sigaev |
| 2006-11-10 | Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking | Neil Conway |
| 2006-11-08 | Fix two typos. | Neil Conway |
| 2006-11-08 | New README, forgotten when docs was updated | Teodor Sigaev |
| 2006-11-06 | Get rid of some unnecessary dependencies on DataDir: wherever possible, | Tom Lane |
| 2006-10-31 | Add description of new features | Teodor Sigaev |
| 2006-10-22 | Code cleanup for pg_buffercache, from Mark Kirkwood. | Tom Lane |
| 2006-10-21 | pgbench: More fix with handling default scaling factor in the default | Tatsuo Ishii |
| 2006-10-20 | Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir, | Tom Lane |
| 2006-10-19 | Add externs for optarg/optind where apparently needed. Per Magnus. | Tom Lane |
| 2006-10-19 | Handle missing M_PI the same way we've been doing in the core code, | Tom Lane |
| 2006-10-19 | Further MSVC portability fixes from Magnus. | Tom Lane |
| 2006-10-19 | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane |
| 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 |