| Age | Commit message (Expand) | Author |
| 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 |
| 2007-09-05 | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane |
| 2007-09-04 | Provide for binary input/output of enums, to fix complaint from Merlin Moncure. | Andrew Dunstan |
| 2007-09-03 | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane |
| 2007-09-03 | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane |
| 2007-09-01 | Since sort_bounded_heap makes state changes that should be made | Tom Lane |
| 2007-08-31 | Apply a band-aid fix for the problem that 8.2 and up completely misestimate | Tom Lane |
| 2007-08-31 | Install check_stack_depth() protection in two recursive tsquery | Tom Lane |
| 2007-08-30 | Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED | Tom Lane |
| 2007-08-29 | Relax permissions checks on dbsize functions, per discussion. Revert out all | Tom Lane |
| 2007-08-27 | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane |
| 2007-08-27 | Restrict pg_relation_size to relation owner, pg_database_size to DB owner, | Tom Lane |
| 2007-08-27 | Make currtid() functions require SELECT privileges on the target table. | Tom Lane |
| 2007-08-23 | Reduce memory requirements for writing CSVlogs, so it will work with about | Andrew Dunstan |
| 2007-08-22 | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane |
| 2007-08-21 | Remove extraneous semicolon --- buildfarm member bear, for one, | Tom Lane |