| Age | Commit message (Expand) | Author |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-15 | Prevent re-use of a deleted relation's relfilenode until after the next | Tom Lane |
| 2007-11-13 | Resurrect the code for the rewrite(ARRAY[...]) aggregate function, | Tom Lane |
| 2007-11-11 | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane |
| 2007-11-09 | Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms | Tom Lane |
| 2007-11-09 | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander |
| 2007-11-08 | Fix EquivalenceClass code to handle volatile sort expressions in a more | Tom Lane |
| 2007-11-08 | Last week's patch for make_sort_from_pathkeys wasn't good enough: it has | Tom Lane |
| 2007-11-07 | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-11-05 | Document that configure option only affects contrib: | Bruce Momjian |
| 2007-11-05 | Add a note about another issue that needs to be considered before | Tom Lane |
| 2007-10-29 | Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. | Tom Lane |
| 2007-10-29 | New versions of mingw have gettimeofday(), so add an autoconf test | Magnus Hagander |
| 2007-10-27 | Stamp 8.3beta2.REL8_3_BETA2 | Tom Lane |
| 2007-10-26 | Change win32 child-death tracking code to use a threadpool to wait for | Magnus Hagander |
| 2007-10-26 | Allow an autovacuum worker to be interrupted automatically when it is found | Alvaro Herrera |
| 2007-10-24 | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane |
| 2007-10-24 | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera |
| 2007-10-24 | Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- | Tom Lane |
| 2007-10-24 | Remove the aggregate form of ts_rewrite(), since it doesn't work as desired | Tom Lane |
| 2007-10-23 | Make configure probe for the location of the <uuid.h> header file. | Tom Lane |
| 2007-10-23 | Rename and slightly redefine the default text search parser's "word" | Tom Lane |
| 2007-10-23 | Fix two-argument form of ts_rewrite() so it actually works for cases where | Tom Lane |
| 2007-10-22 | Adjust ts_debug's output as per my proposal of yesterday: show the | Tom Lane |
| 2007-10-21 | Fix shared tsvector/tsquery input code so that we don't say "syntax error in | 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-15 | Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. | Tom Lane |
| 2007-10-14 | make install is supposed to install everything under src/include/, | Tom Lane |
| 2007-10-13 | Migrate the former contrib/txid module into core. This will make it easier | 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-11 | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane |
| 2007-10-06 | Adjust regcustom.h so that all those assert() calls in the regex package | 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-02 | Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older | Tom Lane |
| 2007-10-01 | Avoid assuming that struct varattrib_pointer doesn't get padded by the | Tom Lane |
| 2007-10-01 | Enable __FUNCTION__ on MSVC builds. | Magnus Hagander |
| 2007-09-30 | Add an extra header byte to TOAST-pointer datums to represent their size | Tom Lane |
| 2007-09-28 | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane |
| 2007-09-27 | Fix typos in two comments. Spotted by Brendan Jurd | Tom Lane |
| 2007-09-27 | Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate | Tom Lane |
| 2007-09-26 | Minor improvements in backup and recovery: | Tom Lane |
| 2007-09-26 | Create a function variable "join_search_hook" to let plugins override the | Tom Lane |
| 2007-09-25 | Change on-disk representation of NUMERIC datatype so that the sign_dscale | Tom Lane |
| 2007-09-25 | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane |
| 2007-09-24 | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane |
| 2007-09-24 | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan |