| Commit message (Expand) | Author | Age |
* | Fix the just-reported problem that you can't specify all four trigger event | Tom Lane | 2009-06-18 |
* | Revisit AlterTableCreateToastTable's API once again, hoping to make it what | Tom Lane | 2009-06-11 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 |
* | Improve comment about 'if (1)' hack in copy.c macros. | Tom Lane | 2009-06-03 |
* | Add comment about why "((void) 0)" is used in copy macros. | Bruce Momjian | 2009-06-03 |
* | Change macros to make gcc quiet when parsing. | Michael Meskes | 2009-05-29 |
* | Silence a gcc compiler warning about non-literal format string with no args | Heikki Linnakangas | 2009-05-20 |
* | Update relpages and reltuples estimates in stand-alone ANALYZE, even if | Heikki Linnakangas | 2009-05-19 |
* | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane | 2009-05-12 |
* | Modify find_inheritance_children() and find_all_inheritors() to add the | Tom Lane | 2009-05-12 |
* | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 |
* | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane | 2009-05-07 |
* | Modify CREATE DATABASE to enforce that the source database's encoding setting | Tom Lane | 2009-05-06 |
* | Tweak a comment to agree a bit better with the new dispensation that | Tom Lane | 2009-05-05 |
* | Avoid integer overflow in the loop that extracts histogram entries from | Tom Lane | 2009-05-05 |
* | Don't use the result of strcmp as if it were a boolean. | Tom Lane | 2009-04-23 |
* | Fix de-escaping checks so that we will reject \000 as well as other invalidly | Tom Lane | 2009-04-19 |
* | Add missing periods. | Alvaro Herrera | 2009-04-15 |
* | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 |
* | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 |
* | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane | 2009-04-04 |
* | A session that does not have any live snapshots does not have to be waited for | Tom Lane | 2009-04-04 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 |
* | Adjust phrasing of complaints about multi-byte COPY delimiter strings. | Tom Lane | 2009-03-26 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Add some sanity checks to CREATE CAST ... WITHOUT FUNCTION. Disallow | Heikki Linnakangas | 2009-03-04 |
* | In CREATE CONVERSION, test that the given function is a valid conversion | Heikki Linnakangas | 2009-02-27 |
* | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 |
* | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane | 2009-02-24 |
* | Fix UNLISTEN to fall out quickly if the current backend has never executed | Tom Lane | 2009-02-13 |
* | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane | 2009-02-11 |
* | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Check that connection limit is within valid range. IOW, not < -1. | Heikki Linnakangas | 2009-01-30 |
* | Revert updatable views | Peter Eisentraut | 2009-01-27 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Only skip pages marked as clean in the visibility map, if the last 32 | Heikki Linnakangas | 2009-01-22 |
* | Update comments to reflect that tgenabled is not a boolean anymore. | Heikki Linnakangas | 2009-01-22 |
* | Automatic view update rules | Peter Eisentraut | 2009-01-22 |
* | Make some strings translatable again that were accidentally removed in | Magnus Hagander | 2009-01-21 |
* | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 |
* | Revise the permission checking on user mapping DDL commands. | Peter Eisentraut | 2009-01-20 |
* | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas | 2009-01-16 |
* | Add ONLY support to LOCK and TRUNCATE. By default, these commands are now | Peter Eisentraut | 2009-01-12 |
* | Arrange for function default arguments to be processed properly in expressions | Tom Lane | 2009-01-09 |
* | Clarify a confusing comment about MCVs vs histogram entries. | Tom Lane | 2009-01-06 |
* | Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap. | Heikki Linnakangas | 2009-01-06 |
* | Add some comments about why function parameter default expressions are | Tom Lane | 2009-01-06 |
* | Include a pointer to the query's source text in QueryDesc structs. This is | Tom Lane | 2009-01-02 |