| Age | Commit message (Expand) | Author |
| 2008-07-23 | Ratchet up patch to improve autovacuum wraparound messages. | Alvaro Herrera |
| 2008-07-23 | Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in | Tom Lane |
| 2008-07-23 | Abort if Tcl support was configured and no tcl shell was found. | Peter Eisentraut |
| 2008-07-22 | Update link to Oleg and Teodor's GIN page. | Tom Lane |
| 2008-07-21 | Publish more openly the fact that autovacuum is working for wraparound | Alvaro Herrera |
| 2008-07-21 | Add comment about the two different query strings that ExecuteQuery() | Tom Lane |
| 2008-07-21 | Code review for array_fill patch: fix inadequate check for array size overflow | Tom Lane |
| 2008-07-20 | Add a pg_dump option --lock-wait-timeout to allow failing the dump if unable | Tom Lane |
| 2008-07-20 | Revert patch so .psqlrc can suppress startup banner: | Bruce Momjian |
| 2008-07-19 | Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into | Tom Lane |
| 2008-07-18 | Adjust things so that the query_string of a cached plan and the sourceText of | Tom Lane |
| 2008-07-18 | Provide a function hook to let plug-ins get control around ExecutorRun. | Tom Lane |
| 2008-07-18 | Properly document archive/restore command examples on Windows. | Bruce Momjian |
| 2008-07-18 | In psql, run .psqlrc _after_ printing warnings and banner. | Bruce Momjian |
| 2008-07-18 | Fix a race condition that I introduced into sinvaladt.c during the recent | Tom Lane |
| 2008-07-18 | Suppress compiler warning, and not incidentally make the code more | Tom Lane |
| 2008-07-18 | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane |
| 2008-07-18 | Add URL for: | Bruce Momjian |
| 2008-07-17 | Add MSVC++ debug libraries to .cvsignore. | Alvaro Herrera |
| 2008-07-17 | Avoid crashing when a table is deleted while we're on the process of checking | Alvaro Herrera |
| 2008-07-17 | Add dump support for SortBy nodes. Needed this while debugging a reported | Tom Lane |
| 2008-07-17 | Add to TODO: | Bruce Momjian |
| 2008-07-16 | Add URL for: | Bruce Momjian |
| 2008-07-16 | Fix previous patch so that it actually works --- consider TRUNCATE foo, publi... | Tom Lane |
| 2008-07-16 | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane |
| 2008-07-16 | Allow TRUNCATE foo, foo to succeed, per report from Nikhils. | Bruce Momjian |
| 2008-07-16 | Add to TODO: | Bruce Momjian |
| 2008-07-16 | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane |
| 2008-07-16 | Add array_fill() to create arrays initialized with a value. | Bruce Momjian |
| 2008-07-15 | Fix alignment of SGML array docs. | Bruce Momjian |
| 2008-07-15 | Add Swedish_Sweden.1252 Windows locale example to docs. | Bruce Momjian |
| 2008-07-15 | Addendum: psql sequence value display patch was originally written by | Bruce Momjian |
| 2008-07-15 | Add to TODO: | Bruce Momjian |
| 2008-07-15 | Add TODO: | Bruce Momjian |
| 2008-07-15 | Done: | Bruce Momjian |
| 2008-07-15 | Have psql \d show the value of sequence columns. | Bruce Momjian |
| 2008-07-15 | Clarify that locale names on Windows are more verbose. | Bruce Momjian |
| 2008-07-14 | Add comment about literal strings in our syntax not being translated in | Bruce Momjian |
| 2008-07-14 | Add to TODO: | Bruce Momjian |
| 2008-07-14 | Add column storage type to psql \d+ display. | Bruce Momjian |
| 2008-07-14 | In psql, rename trans_* variables to translate_*, for clarity. | Bruce Momjian |
| 2008-07-14 | Done: | Bruce Momjian |
| 2008-07-14 | Add URL for: | Bruce Momjian |
| 2008-07-14 | Done, per Simon: | Bruce Momjian |
| 2008-07-14 | Clean up buildfarm failures arising from the seemingly straightforward page | Tom Lane |
| 2008-07-14 | Create a type-specific typanalyze routine for tsvector, which collects stats | Tom Lane |
| 2008-07-13 | Change the PageGetContents() macro to guarantee its result is maxalign'd, | Tom Lane |
| 2008-07-13 | Clean up the use of some page-header-access macros: principally, use | Tom Lane |
| 2008-07-12 | Fix a couple of stray misuses of "binary compatible". | Tom Lane |
| 2008-07-12 | More replacements of binary compatible to binary coercible. | Peter Eisentraut |