| Commit message (Expand) | Author | Age |
* | Fix the just-reported problem that you can't specify all four trigger event | Tom Lane | 2009-06-18 |
* | Revisit AlterTableCreateToastTable's API once again, hoping to make it what | Tom Lane | 2009-06-11 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Silence a gcc compiler warning about non-literal format string with no args | Heikki Linnakangas | 2009-05-20 |
* | Modify find_inheritance_children() and find_all_inheritors() to add the | Tom Lane | 2009-05-12 |
* | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 |
* | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane | 2009-05-07 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 |
* | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane | 2009-02-11 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Add ONLY support to LOCK and TRUNCATE. By default, these commands are now | Peter Eisentraut | 2009-01-12 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to | Tom Lane | 2008-12-15 |
* | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane | 2008-12-13 |
* | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian | 2008-12-06 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |
* | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 |
* | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 |
* | Use format_type_be() instead of TypeNameToString() for some more user-facing | Peter Eisentraut | 2008-10-21 |
* | When a relation is moved to another tablespace, we can't assume that we can | Heikki Linnakangas | 2008-10-07 |
* | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Fix previous patch so that it actually works --- consider TRUNCATE foo, publi... | Tom Lane | 2008-07-16 |
* | Allow TRUNCATE foo, foo to succeed, per report from Nikhils. | Bruce Momjian | 2008-07-16 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Make DROP INDEX lock the parent table before locking the index. This behavior | Tom Lane | 2008-06-15 |
* | Rearrange ALTER TABLE syntax processing as per my recent proposal: the | Tom Lane | 2008-06-15 |
* | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane | 2008-06-14 |
* | Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per | Tom Lane | 2008-05-19 |
* | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 |
* | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane | 2008-04-24 |
* | Fix my brain fade in TRUNCATE triggers patch: can't release relcache refcounts | Tom Lane | 2008-03-31 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 |
* | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 |
* | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 |
* | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane | 2008-03-19 |
* | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted | Tom Lane | 2008-02-07 |
* | Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these | Tom Lane | 2008-01-30 |
* | Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key | Tom Lane | 2008-01-17 |
* | Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events | Tom Lane | 2008-01-02 |