| Age | Commit message (Expand) | Author |
| 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 |
| 2007-09-11 | Fix ts_debug function to prevent unneeded calls of ts_lexize(). | 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 | Make CLUSTER and REINDEX silently skip remote temp tables in their | Alvaro Herrera |
| 2007-09-10 | Release the exclusive lock on the table early after truncating it in lazy | Alvaro Herrera |
| 2007-09-10 | Heikki Linnakangas <heikki@enterprisedb.com>: | Teodor Sigaev |
| 2007-09-10 | Fix recently introduced bugs about parsing ispell/hunspell files. | Teodor Sigaev |
| 2007-09-10 | Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold | Alvaro Herrera |
| 2007-09-10 | Change void* opaque argument to Datum type, add argument's | Teodor Sigaev |
| 2007-09-10 | Fixes from Heikki Linnakangas <heikki@enterprisedb.com>: | 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-09 | fix typo in regression Makefile. | Andrew Dunstan |
| 2007-09-09 | Provide for a file specifying non-standard config options for temp install | Andrew Dunstan |
| 2007-09-08 | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane |
| 2007-09-07 | Don't take ProcArrayLock while exiting a transaction that has no XID; there is | Tom Lane |
| 2007-09-07 | Improve page split in rtree emulation. Now if splitted result has | Teodor Sigaev |
| 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-07 | Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com> | Teodor Sigaev |
| 2007-09-07 | Allow CREATE INDEX CONCURRENTLY to disregard transactions in other | Tom Lane |
| 2007-09-06 | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane |