| Age | Commit message (Expand) | Author |
| 2007-10-24 | Set read_only = TRUE while evaluating input queries for ts_rewrite() | Tom Lane |
| 2007-10-24 | Remove the aggregate form of ts_rewrite(), since it doesn't work as desired | Tom Lane |
| 2007-10-23 | Fix two-argument form of ts_rewrite() so it actually works for cases where | Tom Lane |
| 2007-10-23 | Fix several bugs in tsvectorin, including crash due to uninitialized field and | Tom Lane |
| 2007-10-21 | Fix shared tsvector/tsquery input code so that we don't say "syntax error in | Tom Lane |
| 2007-10-20 | Adjust error message to agree with documentation. The tsearch documentation | Tom Lane |
| 2007-10-15 | Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. | Tom Lane |
| 2007-10-15 | Include NOLOGIN roles in the 'flat' password file. In the original | Tom Lane |
| 2007-10-13 | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane |
| 2007-10-13 | Guard against possible double free during error escape from XML | 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-09-27 | Add virtual transaction IDs to CSVLOG output, so that messages coming from | Tom Lane |
| 2007-09-26 | Minor improvements in backup and recovery: | Tom Lane |
| 2007-09-26 | In the integer-datetimes case, date2timestamp and date2timestamptz need | 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 | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane |
| 2007-09-23 | Fix bugs in XML binary I/O functions. Heikki and Tom | 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 | Change tqual.c tests to use !TransactionIdIsCurrentTransactionId, rather than | Tom Lane |
| 2007-09-20 | Solaris portability fix that was previously made in contrib/tsearch2 | 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-17 | Remove extra tab in postgresql.conf | Bruce Momjian |
| 2007-09-16 | Fix overflow in extract(epoch from interval) for intervals exceeding 68 years. | Tom Lane |
| 2007-09-13 | Fix typo in typecasting. | Teodor Sigaev |
| 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 | Refactor from Heikki Linnakangas <heikki@enterprisedb.com>: | Teodor Sigaev |
| 2007-09-11 | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane |
| 2007-09-11 | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane |
| 2007-09-10 | Change void* opaque argument to Datum type, add argument's | Teodor Sigaev |
| 2007-09-10 | Revert temporary patch that made synchronous_commit default to OFF. | Tom Lane |
| 2007-09-10 | Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro. | Tom Lane |
| 2007-09-10 | Code review for GUC revert-values-if-removed-from-postgresql.conf patch; | Tom Lane |
| 2007-09-08 | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane |
| 2007-09-07 | Improvements from Heikki Linnakangas <heikki@enterprisedb.com> | Teodor Sigaev |
| 2007-09-07 | Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com> | Teodor Sigaev |
| 2007-09-07 | Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with | Teodor Sigaev |