| Age | Commit message (Expand) | Author |
| 2007-09-27 | Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't | Tom Lane |
| 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 | 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 | Fix crash of to_tsvector() function on huge input: compareWORD() | Teodor Sigaev |
| 2007-09-26 | In the integer-datetimes case, date2timestamp and date2timestamptz need | 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-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 | Fix bugs in XML binary I/O functions. Heikki and Tom | Tom Lane |
| 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 | 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 | 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 | 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 |
| 2007-09-21 | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane |
| 2007-09-21 | Change tqual.c tests to use !TransactionIdIsCurrentTransactionId, rather than | Tom Lane |
| 2007-09-21 | Make some simple performance improvements in TransactionIdIsInProgress(). | Tom Lane |
| 2007-09-21 | Fix comments that misspelled TransactionIdIsInProgress, per Heikki. | Tom Lane |
| 2007-09-20 | Solaris portability fix that was previously made in contrib/tsearch2 | Tom Lane |
| 2007-09-20 | Revert ill-fated patch to release exclusive lock early after vacuum | Tom Lane |
| 2007-09-20 | Cleanup items from csvlog changes, per ITAGAKI Takahiro. | Andrew Dunstan |
| 2007-09-20 | Fix msvc warnings, patch by Hannes Eder <Hannes@HannesEder.net> | Teodor Sigaev |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-09-19 | Prevent corr() from returning the wrong results for negative correlation | Neil Conway |
| 2007-09-18 | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan |
| 2007-09-18 | Avoid possibly-unportable initializer, per buildfarm warning | Teodor Sigaev |
| 2007-09-17 | Remove extra tab in postgresql.conf | Bruce Momjian |
| 2007-09-16 | Remove Assert(BgWriterShmem != NULL), which is rather pointless since | Tom Lane |
| 2007-09-16 | Fix overflow in extract(epoch from interval) for intervals exceeding 68 years. | Tom Lane |
| 2007-09-16 | Fix aboriginal mistake in lazy VACUUM's code for truncating away | Tom Lane |
| 2007-09-14 | Remove GIN interface section, which is now documented in SGML. | Bruce Momjian |
| 2007-09-14 | Fix GSS API pointer checking. | Bruce Momjian |
| 2007-09-13 | Fix typo in typecasting. | Teodor Sigaev |
| 2007-09-12 | Fix a memory leak in the autovacuum launcher code. Noted by Darcy Buskermolen, | Alvaro Herrera |
| 2007-09-12 | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane |
| 2007-09-12 | Perform post-escaping encoding validity checks on SQL literals and COPY input | Andrew Dunstan |
| 2007-09-12 | Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point | Alvaro Herrera |