aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAge
* Add a materialized view relations.Kevin Grittner2013-03-03
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split resowner.hAlvaro Herrera2012-08-28
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Remove RELKIND_UNCATALOGED.Robert Haas2012-06-14
* Another trivial comment-typo fix.Tom Lane2012-04-25
* Update outdated comment. HeapTupleHeader.t_natts field doesn't exist anymore.Heikki Linnakangas2012-03-09
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-08
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Change the way string relopts are allocated.Heikki Linnakangas2011-08-09
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Ensure default-only storage parameters for TOAST relationsItagaki Takahiro2010-06-07
* Add missing reset of need_initialization in reloptions code.Tom Lane2010-03-11
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-22
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-10
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-13
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Fix handling of autovacuum reloptions.Alvaro Herrera2009-08-27
* Department of marginal improvements: teach tupconvert.c to avoid doing aTom Lane2009-08-17
* Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane2009-08-06
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-02
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-01
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Use more-portable coding for the check on handing out the last availableTom Lane2009-05-24
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-04