| Age | Commit message (Expand) | Author |
| 2007-10-23 | Fix two-argument form of ts_rewrite() so it actually works for cases where | Tom Lane |
| 2007-10-23 | Fix several bugs in tsvectorin, including crash due to uninitialized field and | Tom Lane |
| 2007-10-22 | Adjust ts_debug's output as per my proposal of yesterday: show the | Tom Lane |
| 2007-10-22 | Remove an Assert that's been obsoleted by recent changes in the parsetree | Tom Lane |
| 2007-10-22 | Add a useless return statement to suppress a warning seen with some | Tom Lane |
| 2007-10-21 | Fix shared tsvector/tsquery input code so that we don't say "syntax error in | Tom Lane |
| 2007-10-20 | Adjust error message to agree with documentation. The tsearch documentation | Tom Lane |
| 2007-10-19 | Found another small glitch in tsearch API: the two versions of ts_lexize() | Tom Lane |
| 2007-10-19 | ts_rewrite() does not return a set, only one row; fix mislabeling in | Tom Lane |
| 2007-10-17 | Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule. | Tom Lane |
| 2007-10-16 | Use 'token' not 'lexeme' to describe the output of a parser. | Tom Lane |
| 2007-10-16 | Tweak toast-related logic in heapam.c so that the toaster is only invoked | Tom Lane |
| 2007-10-16 | Teach pgxs.mk and Install.pm how to install files from a contrib module | Tom Lane |
| 2007-10-16 | Re-allow UTF8 encodings on win32. Since UTF8 is converted to | Magnus Hagander |
| 2007-10-16 | Remove quotes around locale names in some places for consistency. | Peter Eisentraut |
| 2007-10-15 | Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. | Tom Lane |
| 2007-10-15 | Include NOLOGIN roles in the 'flat' password file. In the original | Tom Lane |
| 2007-10-14 | make install is supposed to install everything under src/include/, | Tom Lane |
| 2007-10-13 | Ooops, forgot about adding -DFRONTEND. | Tom Lane |
| 2007-10-13 | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane |
| 2007-10-13 | Try to fix msvc build for recent initdb changes. | Tom Lane |
| 2007-10-13 | Strengthen type_sanity's check on pg_type.typarray. It failed to | Tom Lane |
| 2007-10-13 | Guard against possible double free during error escape from XML | Tom Lane |
| 2007-10-13 | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane |
| 2007-10-13 | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane |
| 2007-10-13 | Teach planagg.c that partial indexes specifying WHERE foo IS NOT NULL can be | Tom Lane |
| 2007-10-12 | When telling the bgwriter that we need a checkpoint because too much xlog | Tom Lane |
| 2007-10-12 | Remove hack in pg_tablespace_aclmask() that disallowed permissions | Tom Lane |
| 2007-10-11 | Ensure that the result of evaluating a function during constant-expression | Tom Lane |
| 2007-10-11 | Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it | Tom Lane |
| 2007-10-11 | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane |
| 2007-10-10 | Add missing codepage numbers for Windows. | Magnus Hagander |
| 2007-10-10 | Synced parser and keyword list. | Michael Meskes |
| 2007-10-09 | Don't try to free pgpassfile since it's a stack variable. | Magnus Hagander |
| 2007-10-09 | Add comment. | Bruce Momjian |
| 2007-10-06 | Make dumpcolors() have tolerable performance when using 32-bit chr, | Tom Lane |
| 2007-10-06 | Adjust some regex debugging printouts to not give wrong-format-width | Tom Lane |
| 2007-10-06 | Adjust regcustom.h so that all those assert() calls in the regex package | Tom Lane |
| 2007-10-05 | Add comment about cvs branch numbers. | Bruce Momjian |
| 2007-10-05 | Fix plperl and pltcl to include the name of the current function when | Tom Lane |
| 2007-10-05 | Add pgcvslog '-d' capability to allow stripping of commit messages that | Bruce Momjian |
| 2007-10-05 | Fix distprep and maintainer-clean targets so that ecpg's .def files are | Tom Lane |
| 2007-10-05 | Add .cvsignore files to suppress CVS gripes about ecpg .def files. | Tom Lane |
| 2007-10-04 | Results from buildfarm show that ecpglib was depending on pg_strcasecmp, | Tom Lane |
| 2007-10-04 | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | Tom Lane |
| 2007-10-04 | Stamp 8.3beta1, except in configure.in/configure. | Tom Lane |
| 2007-10-04 | Update timezone data files to release 2007h of the zic database. | Tom Lane |
| 2007-10-04 | DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't, | Tom Lane |
| 2007-10-04 | Replaced tabs by white spaces | Michael Meskes |
| 2007-10-04 | Removed newline at end of exports files. | Michael Meskes |