aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Remove obsolete comment about 'fsm' argument, which isn't an argumentHeikki Linnakangas2010-02-08
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,Tom Lane2010-02-07
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-03
* Fold FindConversion() into FindConversionByName() and remove ACL check.Robert Haas2010-02-02
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-01
* Type table featurePeter Eisentraut2010-01-28
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-22
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* Improve a couple of comments relating to large object snapshot management.Robert Haas2010-01-07
* Make error messages for bad --set-version argument more useful.Tom Lane2010-01-06
* Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION which isTom Lane2010-01-06
* binary upgrade:Bruce Momjian2010-01-06
* Preserve relfilenodes:Bruce Momjian2010-01-06
* Remove tabs in SGML.Bruce Momjian2010-01-06
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names,Tom Lane2010-01-05
* Further code review for genbki.pl. Improve comments, fix someTom Lane2010-01-05
* Remove too-smart-for-its-own-good optimization of not overwriting the outputTom Lane2010-01-05
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update SQL features supported listPeter Eisentraut2010-01-01
* Update SQL features list for aggregate ORDER BY supportPeter Eisentraut2009-12-31
* Add information_schema.triggered_update_columnsPeter Eisentraut2009-12-31
* Fill in information schema column for trigger WHEN conditionPeter Eisentraut2009-12-30
* Update SQL conformance: search conditions on triggers are supportedPeter Eisentraut2009-12-30
* Add an index on pg_inherits.inhparent, and use it to avoid seqscans inTom Lane2009-12-29
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-29
* Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom.Bruce Momjian2009-12-28
* Add PGDLLIMPORT for binary_upgrade global variables so shared objectBruce Momjian2009-12-28
* Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian2009-12-27
* Rename EnumValuesCreate() single-letter variable names to usefulBruce Momjian2009-12-24
* Binary upgrade:Bruce Momjian2009-12-24
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-23
* More cleanups for the recent large object permissions patch.Robert Haas2009-12-21
* binary migration: pg_migratorBruce Momjian2009-12-19
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-14
* Add large object access control.Itagaki Takahiro2009-12-11
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Speed up information schema privilege viewsPeter Eisentraut2009-12-05
* Make pg_stat_activity.application_name visible to all users, rather thanTom Lane2009-11-29
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-31
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-13