| Age | Commit message (Expand) | Author |
| 2007-10-16 | Re-allow UTF8 encodings on win32. Since UTF8 is converted to | Magnus Hagander |
| 2007-10-13 | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane |
| 2007-10-12 | Remove hack in pg_tablespace_aclmask() that disallowed permissions | Tom Lane |
| 2007-09-29 | Disallow CLUSTER using an invalid index (that is, one left over from a failed | Tom Lane |
| 2007-09-29 | Improve consistency of the error messages generated when you try to use | Tom Lane |
| 2007-09-28 | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane |
| 2007-09-26 | Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage | 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-20 | Revert ill-fated patch to release exclusive lock early after vacuum | Tom Lane |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-09-16 | Fix aboriginal mistake in lazy VACUUM's code for truncating away | Tom Lane |
| 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 |
| 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 | Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold | Alvaro Herrera |
| 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 | 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 |
| 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-08-27 | Fix a couple of misbehaviors rooted in the fact that the default creation | Tom Lane |
| 2007-08-25 | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane |
| 2007-08-22 | Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during | Tom Lane |
| 2007-08-22 | Remove option to change parser of an existing text search configuration. | Tom Lane |
| 2007-08-22 | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane |
| 2007-08-21 | Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-15 | Arrange to cache a ResultRelInfo in the executor's EState for relations that | Tom Lane |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-08-13 | Fix two bugs induced in VACUUM FULL by async-commit patch. | Tom Lane |
| 2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
| 2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
| 2007-07-17 | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane |
| 2007-07-17 | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway |
| 2007-07-03 | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway |
| 2007-07-01 | Avoid memory leakage when a series of subtransactions invoke AFTER triggers | Tom Lane |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-23 | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane |
| 2007-06-20 | CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT | Tom Lane |
| 2007-06-20 | Minor code cleanup: calling FreeFile() before ereport(ERROR) is not | Neil Conway |
| 2007-06-17 | Marginal hacking to improve the speed of COPY OUT. I had found in a bit of | Tom Lane |
| 2007-06-15 | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane |
| 2007-06-14 | Avoid having autovacuum run multiple ANALYZE commands in a single transaction, | Alvaro Herrera |
| 2007-06-07 | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane |