Age | Commit message (Expand) | Author |
2013-03-03 | Add a materialized view relations. | Kevin Grittner |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera |
2012-06-14 | Remove RELKIND_UNCATALOGED. | Robert Haas |
2012-04-25 | Another trivial comment-typo fix. | Tom Lane |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-12-22 | Add a security_barrier option for views. | Robert Haas |
2011-12-17 | Add SP-GiST (space-partitioned GiST) index access method. | Tom Lane |
2011-09-08 | Buffering GiST index build algorithm. | Heikki Linnakangas |
2011-09-04 | Clean up the #include mess a little. | Tom Lane |
2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
2011-08-09 | Change the way string relopts are allocated. | Heikki Linnakangas |
2011-04-12 | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane |
2011-01-01 | Basic foreign table support. | Robert Haas |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-06-07 | Ensure default-only storage parameters for TOAST relations | Itagaki Takahiro |
2010-03-11 | Add missing reset of need_initialization in reloptions code. | Tom Lane |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-01-22 | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas |
2010-01-05 | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-08-27 | Fix handling of autovacuum reloptions. | Alvaro Herrera |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-05-24 | Use more-portable coding for the check on handing out the last available | Tom Lane |
2009-04-04 | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane |
2009-04-04 | Disallow setting fillfactor for TOAST tables. | Alvaro Herrera |
2009-03-24 | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane |
2009-03-23 | Const-ify the parse table passed to fillRelOptions. The previous coding | Tom Lane |
2009-02-28 | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane |
2009-02-09 | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera |
2009-02-02 | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera |
2009-01-26 | Allow extracting and parsing of reloptions from a bare pg_class tuple, and | Alvaro Herrera |
2009-01-12 | Simplify the writing of amoptions routines by introducing a convenience | Alvaro Herrera |
2009-01-08 | A couple further reloptions improvements, per KaiGai Kohei: add a validation | Alvaro Herrera |
2009-01-06 | Fix string reloption handling, per KaiGai Kohei. | Alvaro Herrera |
2009-01-06 | Suppress compiler warning in a different way, per Alvaro. | Bruce Momjian |
2009-01-06 | Supress compiler warning. | Bruce Momjian |
2009-01-05 | Change the reloptions machinery to use a table-based parser, and provide | Alvaro Herrera |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-07-23 | Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in | Tom Lane |
2008-04-17 | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera |
2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-06-03 | Clarify some error messages about duplicate things. | Peter Eisentraut |
2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |