| Age | Commit message (Expand) | Author |
| 2008-06-15 | 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-14 | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane |
| 2008-06-12 | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas |
| 2008-06-08 | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera |
| 2008-06-08 | ALTER AGGREGATE OWNER seems to have been missed by the last couple of | Tom Lane |
| 2008-06-05 | Modify vacuum() to accept a single relation OID instead of a list (which we | Alvaro Herrera |
| 2008-05-19 | Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per | Tom Lane |
| 2008-05-17 | Allow ALTER SEQUENCE START WITH to change the recorded start_value of a | Tom Lane |
| 2008-05-16 | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane |
| 2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane |
| 2008-05-14 | Move the "instr_time" typedef and associated macros into a new header | Tom Lane |
| 2008-05-12 | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera |
| 2008-05-12 | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-05-09 | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane |
| 2008-04-29 | Fix REASSIGN OWNED so that it works on procedural languages too. | Alvaro Herrera |
| 2008-04-24 | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-18 | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera |
| 2008-04-18 | Fix rmtree() so that it keeps going after failure to remove any individual | Tom Lane |
| 2008-04-18 | Fix two race conditions between the pending unlink mechanism that was put in | Heikki Linnakangas |
| 2008-04-18 | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane |
| 2008-04-17 | Add some code to EXPLAIN to show the targetlist (ie, output columns) | Tom Lane |
| 2008-04-16 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-04-13 | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane |
| 2008-04-03 | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane |
| 2008-04-02 | Revert my bad decision of about a year ago to make PortalDefineQuery | Tom Lane |
| 2008-03-31 | Fix my brain fade in TRUNCATE triggers patch: can't release relcache refcounts | Tom Lane |
| 2008-03-28 | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane |
| 2008-03-27 | Reduce the need for frontend programs to include "postgres.h" by refactoring | 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-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-03-25 | Add a new tuplestore API function, tuplestore_putvalues(). This is | Neil Conway |
| 2008-03-24 | Use new errdetail_log() mechanism to provide a less klugy way of reporting | Tom Lane |
| 2008-03-24 | Fix various infelicities that have snuck into usage of errdetail() and | Tom Lane |
| 2008-03-20 | Add a couple of missing FreeQueryDesc calls. Noticed while testing a | Alvaro Herrera |
| 2008-03-19 | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane |
| 2008-03-19 | We no longer need a snapshot set after opening the finishing transaction: this | Alvaro Herrera |
| 2008-03-14 | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera |
| 2008-03-12 | Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing | Tom Lane |
| 2008-03-10 | Reduce memory consumption during VACUUM of large relations, by using | Tom Lane |
| 2008-03-08 | Improve efficiency of attribute scanning in CopyReadAttributesCSV. | Andrew Dunstan |
| 2008-02-20 | Improve error messages emitted when VACUUM and ANALYZE skip a table. | Alvaro Herrera |
| 2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
| 2008-02-11 | Repair VACUUM FULL bug introduced by HOT patch: the original way of | Tom Lane |
| 2008-02-07 | Some variants of ALTER OWNER tried to make the "object" field of the | Tom Lane |