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