| Age | Commit message (Expand) | Author |
| 2007-09-27 | Fix typos in two comments. Spotted by Brendan Jurd | Tom Lane |
| 2007-09-27 | Tweak pgbench.c to remove the hidden assumption that a WIN32 machine | Tom Lane |
| 2007-09-27 | Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate | Tom Lane |
| 2007-09-27 | Add virtual transaction IDs to CSVLOG output, so that messages coming from | Tom Lane |
| 2007-09-27 | Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't | Tom Lane |
| 2007-09-27 | Lowercase all mentions of "PostgreSQL" in URLs, per Magnus. | Bruce Momjian |
| 2007-09-26 | Some small tuptoaster improvements from Greg Stark. Avoid unnecessary | Tom Lane |
| 2007-09-26 | Minor improvements in backup and recovery: | Tom Lane |
| 2007-09-26 | Rename "PostgreSQL" to "Postgres" in 3 places. | Bruce Momjian |
| 2007-09-26 | Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ. | Bruce Momjian |
| 2007-09-26 | Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage | Alvaro Herrera |
| 2007-09-26 | Create a function variable "join_search_hook" to let plugins override the | Tom Lane |
| 2007-09-26 | Properly pass -c parameter to ecpg when building regression tests. | Magnus Hagander |
| 2007-09-26 | Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre... | Michael Meskes |
| 2007-09-26 | Fix crash of to_tsvector() function on huge input: compareWORD() | Teodor Sigaev |
| 2007-09-26 | Add: | Bruce Momjian |
| 2007-09-26 | Document that libpq's PQntuples() might overflow. | Bruce Momjian |
| 2007-09-26 | In the integer-datetimes case, date2timestamp and date2timestamptz need | Tom Lane |
| 2007-09-26 | Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2 | Tom Lane |
| 2007-09-25 | Change on-disk representation of NUMERIC datatype so that the sign_dscale | Tom Lane |
| 2007-09-25 | Dept. of second thoughts: fix loop in BgBufferSync so that the exit when | Tom Lane |
| 2007-09-25 | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane |
| 2007-09-25 | Small string tweaks | Peter Eisentraut |
| 2007-09-24 | Use proper search for contrib makefiles in vcregress.pl | Andrew Dunstan |
| 2007-09-24 | fix typo in vcregress.pl | Andrew Dunstan |
| 2007-09-24 | Add comments re text <-> bytea internal equivalence in convert routines. | Andrew Dunstan |
| 2007-09-24 | Use correct PG_GETARG macro in pg_convert | Andrew Dunstan |
| 2007-09-24 | Avoid having autovacuum read pgstats data too many times in quick succession. | Alvaro Herrera |
| 2007-09-24 | Reduce the size of memory allocations by lazy vacuum when processing a small | Alvaro Herrera |
| 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 |
| 2007-09-23 | Replace linear searches with binary searches in pg_dump's code to | Tom Lane |
| 2007-09-23 | Add perl replacements for build.bat and vcregress.bat. In due course | Andrew Dunstan |
| 2007-09-23 | Fix bugs in XML binary I/O functions. Heikki and Tom | Tom Lane |
| 2007-09-23 | Restrict overly broad searches, and fix typo, in recent fix. Per Hannes Eder. | Andrew Dunstan |
| 2007-09-23 | Make autovacuum report the start time of its current activity in | Tom Lane |
| 2007-09-23 | TransactionIdIsInProgress can skip scanning the ProcArray if the target XID is | Tom Lane |
| 2007-09-23 | Typo fix from Brendan Jurd. | Bruce Momjian |
| 2007-09-23 | Temporarily modify tsearch regression tests to suppress notice that comes | Tom Lane |
| 2007-09-22 | Fix cost estimates for EXISTS subqueries that are evaluated as initPlans | Tom Lane |
| 2007-09-22 | Replace calls to external dir program with perlish globs and File::Find | Andrew Dunstan |
| 2007-09-22 | Document the translations from Postgres message severity levels to | Tom Lane |
| 2007-09-22 | Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case, | Tom Lane |
| 2007-09-22 | Fix bogus calculation of potential output string length in translate(). | Tom Lane |
| 2007-09-22 | Parenthesize macro arguments safely. I see no bug among the current | Tom Lane |
| 2007-09-22 | Although I'd misdiagnosed the reason for the recent failures on | Tom Lane |
| 2007-09-22 | Doh --- what's really happening on buildfarm member grebe is that its | Tom Lane |
| 2007-09-22 | Go back to using a separate method for doing ILIKE for single byte | Andrew Dunstan |
| 2007-09-22 | Fix varlena.c routines to allow 1-byte-header text values. This is now | Tom Lane |
| 2007-09-21 | Fix regex, LIKE, and some other second-rank text-manipulation functions | Tom Lane |