| Age | Commit message (Expand) | Author |
| 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 | Replace calls to external dir program with perlish globs and File::Find | Andrew Dunstan |
| 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 |
| 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-21 | Removed superfluous ECPGfree() call. | Michael Meskes |
| 2007-09-21 | If we're gonna provide an --enable-profiling configure option, surely | Tom Lane |
| 2007-09-21 | Insert a hack in pl/tcl to disable Tcl's built-in Notifier subsystem, which | 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-18 | Doc reminder that integer pg version also needs updating. | Bruce Momjian |
| 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-14 | Add LDAP URL documentation. | Bruce Momjian |
| 2007-09-14 | Add tsearch tab completion support: | 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 | Whitespace improvement. | Bruce Momjian |
| 2007-09-12 | Install dictionary sample files. | Magnus Hagander |
| 2007-09-12 | Document an efficient way to create documentation for back branches. | Bruce Momjian |
| 2007-09-12 | Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point | Alvaro Herrera |
| 2007-09-11 | Sync timezone data with 2007g zic release. | Tom Lane |
| 2007-09-11 | Make sure that open hash table scans are cleaned up when bgwriter tries to | Tom Lane |
| 2007-09-11 | Include hash table name in all the internal-error elog messages in | Tom Lane |
| 2007-09-11 | Remove QueryOperand->istrue flag, it was used only in cover ranking | Teodor Sigaev |
| 2007-09-11 | Fix header's size of structs defines in ispell. | Teodor Sigaev |
| 2007-09-11 | Add regression tests for ispell, synonym and thesaurus dictionaries. | Teodor Sigaev |