| Age | Commit message (Expand) | Author |
| 2008-04-17 | Fix a couple of oversights associated with the "physical tlist" optimization: | Tom Lane |
| 2008-04-17 | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian |
| 2008-04-16 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
| 2008-04-16 | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan |
| 2008-04-15 | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian |
| 2008-04-15 | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-04-13 | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane |
| 2008-04-13 | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane |
| 2008-04-12 | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane |
| 2008-04-11 | A quick try at un-breaking the Cygwin build. Whether it needs the | Tom Lane |
| 2008-04-11 | Add some debug support code to try to catch future mistakes in the area of | Tom Lane |
| 2008-04-10 | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane |
| 2008-04-10 | Create wrapper pgwin32_safestat() and redefine stat() to it | Magnus Hagander |
| 2008-04-06 | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane |
| 2008-04-05 | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane |
| 2008-04-04 | Re-implement division for numeric values using the traditional "schoolbook" | Tom Lane |
| 2008-04-04 | Implement current_query(), that shows the currently executing query. | Bruce Momjian |
| 2008-04-04 | Convert backslash_quote guc to use enum. | Magnus Hagander |
| 2008-04-04 | Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and | Magnus Hagander |
| 2008-04-03 | Remove heap_release_fetch, which is no longer used anywhere; this simplifies | Tom Lane |
| 2008-04-03 | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane |
| 2008-04-02 | Convert three more guc settings to enum type: | Magnus Hagander |
| 2008-04-01 | Add SPI-level support for executing SQL commands with one-time-use plans, | Tom Lane |
| 2008-04-01 | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane |
| 2008-03-31 | Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). | 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 | When a relation has been proven empty by constraint exclusion, propagate that | Tom Lane |
| 2008-03-24 | Use new errdetail_log() mechanism to provide a less klugy way of reporting | Tom Lane |
| 2008-03-24 | Adjust the recent patch for reporting of deadlocked queries so that we report | Tom Lane |
| 2008-03-24 | Add a new ereport auxiliary function errdetail_log(), which works the same as | Tom Lane |
| 2008-03-23 | Create a function quote_nullable(), which works the same as quote_literal() | Tom Lane |
| 2008-03-22 | Add server side lo_import(filename, oid) function. | Tatsuo Ishii |
| 2008-03-21 | Remove TypeName struct's timezone flag, which has been write-only storage | Tom Lane |
| 2008-03-21 | Report the current queries of all backends involved in a deadlock | Tom Lane |
| 2008-03-21 | Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing | Tom Lane |
| 2008-03-20 | Arrange for an explicit cast applied to an ARRAY[] constructor to be applied | Tom Lane |
| 2008-03-19 | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane |
| 2008-03-18 | Arrange to "inline" SQL functions that appear in a query's FROM clause, | Tom Lane |
| 2008-03-17 | Enable probes to work with Mac OS X Leopard and other OSes that will | Peter Eisentraut |
| 2008-03-17 | Fix postgres --describe-config for guc enums, breakage noted by Alvaro. | Magnus Hagander |
| 2008-03-17 | Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's not | Alvaro Herrera |
| 2008-03-17 | Fix TransactionIdIsCurrentTransactionId() to use binary search instead of | Tom Lane |
| 2008-03-16 | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane |