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