Age | Commit message (Expand) | Author |
2008-05-12 | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
2008-03-28 | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane |
2008-03-26 | 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-01-02 | Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |
2007-11-16 | Small comment spacing improvement. | Bruce Momjian |
2007-11-15 | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian |
2007-11-05 | Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation of | Tom Lane |
2007-11-04 | Minor improvements to code for converting legacy CREATE CONSTRAINT TRIGGER | Tom Lane |
2007-11-04 | Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key | Tom Lane |
2007-09-12 | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane |
2007-08-15 | Arrange to cache a ResultRelInfo in the executor's EState for relations that | Tom Lane |
2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
2007-07-17 | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane |
2007-07-01 | Avoid memory leakage when a series of subtransactions invoke AFTER triggers | Tom Lane |
2007-03-19 | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck |
2007-02-14 | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane |
2007-01-25 | Properly detoast access to bytea field pg_trigger.tgargs. Old code | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-11-23 | Several changes to reduce the probability of running out of memory during | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-10-03 | Make some sentences consistent with similar ones. | Bruce Momjian |
2006-09-04 | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane |
2006-08-03 | Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs | Tom Lane |
2006-07-31 | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-06-16 | DROP ... IF EXISTS for the following cases: | Andrew Dunstan |
2006-05-30 | Make EXPLAIN sampling smarter, to avoid excessive sampling delay. | Bruce Momjian |
2006-04-27 | Use schema search path to find the first matching contraint name for SET | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-01-12 | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane |
2006-01-05 | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-11-20 | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-08-24 | Fix ExecBRDeleteTriggers so that deletion is not suppressed when delete | Tom Lane |
2005-08-23 | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane |
2005-08-20 | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane |
2005-08-12 | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane |
2005-08-01 | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane |
2005-05-30 | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway |
2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-04-11 | Fix interaction between materializing holdable cursors and firing | Tom Lane |