| Age | Commit message (Expand) | Author |
| 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 |
| 2008-02-07 | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted | Tom Lane |
| 2008-01-30 | Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these | Tom Lane |
| 2008-01-17 | Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key | Tom Lane |
| 2008-01-15 | Prevent CLUSTER from decreasing a relation's relfrozenxid. Bug | Tom Lane |
| 2008-01-09 | Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual | Tom Lane |
| 2008-01-03 | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane |
| 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-12-30 | Add sanity check to ensure delimiter and quote are different in CSV mode | Andrew Dunstan |
| 2007-12-28 | Improve consistency of error reporting in GUC assign_hook routines. Some | Tom Lane |
| 2007-12-27 | Disallow digits and lower-case ASCII letters as the delimiter in non-CSV | Tom Lane |
| 2007-12-27 | Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls. | Tom Lane |
| 2007-12-27 | Swap the order of testing for control characters and for column delimiter in | Tom Lane |
| 2007-12-03 | Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters, | Tom Lane |
| 2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
| 2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |
| 2007-11-28 | Make a cleanup pass over error reports in tsearch code. Use ereport | Tom Lane |