| Commit message (Expand) | Author | Age | Files | Lines |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -54/+23 |
| * | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 | 1 | -45/+37 |
| * | Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping | Tom Lane | 2010-02-04 | 1 | -38/+10 |
| * | Move the responsibility of writing a "unlogged WAL operation" record from | Heikki Linnakangas | 2010-02-03 | 1 | -1/+7 |
| * | Assorted cleanups in preparation for using a map file to support altering | Tom Lane | 2010-02-03 | 1 | -3/+3 |
| * | Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. | Robert Haas | 2010-02-01 | 1 | -15/+29 |
| * | Type table feature | Peter Eisentraut | 2010-01-28 | 1 | -7/+58 |
| * | Change a few remaining calls of XLogArchivingActive() to use | Heikki Linnakangas | 2010-01-28 | 1 | -3/+4 |
| * | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 | 1 | -73/+47 |
| * | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas | 2010-01-20 | 1 | -1/+18 |
| * | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 | 1 | -11/+8 |
| * | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 | 1 | -4/+4 |
| * | Preserve relfilenodes: | Bruce Momjian | 2010-01-06 | 1 | -3/+2 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add an index on pg_inherits.inhparent, and use it to avoid seqscans in | Tom Lane | 2009-12-29 | 1 | -10/+8 |
| * | Remove code that attempted to rename index columns to keep them in sync with | Tom Lane | 2009-12-23 | 1 | -72/+4 |
| * | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas | 2009-12-15 | 1 | -2/+2 |
| * | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 1 | -1/+2 |
| * | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 | 1 | -1/+11 |
| * | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 | 1 | -1/+3 |
| * | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 | 1 | -5/+8 |
| * | Allow rewriting ALTER TABLE to skip WAL logging. | Heikki Linnakangas | 2009-11-04 | 1 | -2/+36 |
| * | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 | 1 | -1/+4 |
| * | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane | 2009-10-13 | 1 | -29/+20 |
| * | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 | 1 | -1/+62 |
| * | Change CREATE TABLE so that column default expressions coming from different | Tom Lane | 2009-10-06 | 1 | -9/+9 |
| * | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 1 | -1/+3 |
| * | Extend the BKI infrastructure to allow system catalogs to be given | Tom Lane | 2009-09-26 | 1 | -1/+2 |
| * | Make TRUNCATE do truncate-in-place when processing a relation that was created | Tom Lane | 2009-08-23 | 1 | -22/+45 |
| * | Improve error message for the case where a requested foreign key constraint | Tom Lane | 2009-08-12 | 1 | -9/+32 |
| * | Fix some omissions in the dependency-object-class support for SQL/MED objects. | Tom Lane | 2009-08-07 | 1 | -1/+9 |
| * | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane | 2009-08-02 | 1 | -7/+109 |
| * | Merge the Constraint and FkConstraint node types into a single type. | Tom Lane | 2009-07-30 | 1 | -80/+68 |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 1 | -7/+24 |
| * | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane | 2009-07-28 | 1 | -12/+18 |
| * | DROP IF EXISTS for columns and constraints. Andres Freund. | Andrew Dunstan | 2009-07-20 | 1 | -23/+53 |
| * | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 | 1 | -25/+25 |
| * | Move some declarations in the raw-parser header files to create a clearer | Tom Lane | 2009-07-12 | 1 | -2/+1 |
| * | Fix the just-reported problem that you can't specify all four trigger event | Tom Lane | 2009-06-18 | 1 | -9/+5 |
| * | Revisit AlterTableCreateToastTable's API once again, hoping to make it what | Tom Lane | 2009-06-11 | 1 | -2/+3 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -136/+142 |
| * | Silence a gcc compiler warning about non-literal format string with no args | Heikki Linnakangas | 2009-05-20 | 1 | -2/+2 |
| * | Modify find_inheritance_children() and find_all_inheritors() to add the | Tom Lane | 2009-05-12 | 1 | -18/+31 |
| * | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 | 1 | -6/+1 |
| * | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane | 2009-05-07 | 1 | -2/+2 |
| * | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 | 1 | -10/+9 |
| * | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane | 2009-02-11 | 1 | -29/+101 |
| * | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 | 1 | -4/+54 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -23/+39 |
| * | Add ONLY support to LOCK and TRUNCATE. By default, these commands are now | Peter Eisentraut | 2009-01-12 | 1 | -3/+27 |