| Commit message (Expand) | Author | Age |
* | 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 |
* | Fix various infelicities that have snuck into usage of errdetail() and | 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-24 |
* | Avoid a useless tuple copy within nodeMaterial. Neil Conway | Tom Lane | 2008-03-23 |
* | Create a function quote_nullable(), which works the same as quote_literal() | Tom Lane | 2008-03-23 |
* | Refactor to_char/to_date formatting code; primarily, replace DCH_processor | Tom Lane | 2008-03-22 |
* | Add server side lo_import(filename, oid) function. | Tatsuo Ishii | 2008-03-22 |
* | Remove TypeName struct's timezone flag, which has been write-only storage | Tom Lane | 2008-03-21 |
* | Give an explicit error for serial[], rather than silently ignoring | Tom Lane | 2008-03-21 |
* | Report the current queries of all backends involved in a deadlock | Tom Lane | 2008-03-21 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 |
* | Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing | Tom Lane | 2008-03-21 |
* | Arrange for an explicit cast applied to an ARRAY[] constructor to be applied | Tom Lane | 2008-03-20 |
* | Add a couple of missing FreeQueryDesc calls. Noticed while testing a | Alvaro Herrera | 2008-03-20 |
* | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 |
* | Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the | Heikki Linnakangas | 2008-03-20 |
* | Remove another useless snapshot creation. | 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-19 |
* | Fix regexp substring matching (substring(string from pattern)) for the corner | Tom Lane | 2008-03-19 |
* | Arrange to "inline" SQL functions that appear in a query's FROM clause, | Tom Lane | 2008-03-18 |
* | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 |
* | Move elog(DEBUG4) call outside the locked area, per suggestion from Tom Lane. | Alvaro Herrera | 2008-03-18 |
* | Advance multiple array keys rightmost-first instead of leftmost-first | Tom Lane | 2008-03-18 |
* | Enable probes to work with Mac OS X Leopard and other OSes that will | Peter Eisentraut | 2008-03-17 |
* | We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt | Peter Eisentraut | 2008-03-17 |
* | Fix postgres --describe-config for guc enums, breakage noted by Alvaro. | Magnus Hagander | 2008-03-17 |
* | Revert thinko introduced into prefix_selectivity() by my recent patch: | Tom Lane | 2008-03-17 |
* | Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's not | Alvaro Herrera | 2008-03-17 |
* | Grab some low-hanging fruit in the new hash index build code. | Tom Lane | 2008-03-17 |
* | Fix TransactionIdIsCurrentTransactionId() to use binary search instead of | Tom Lane | 2008-03-17 |
* | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane | 2008-03-16 |
* | Modify interactions between sinval.c and sinvaladt.c. The code that actually | Alvaro Herrera | 2008-03-16 |
* | Some cleanups of enum-guc code, per comments from Tom. | Magnus Hagander | 2008-03-16 |
* | Change hash index creation so that rather than always establishing exactly | Tom Lane | 2008-03-15 |
* | Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. | Tom Lane | 2008-03-14 |
* | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera | 2008-03-14 |
* | Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings | Tom Lane | 2008-03-13 |
* | Fix heap_page_prune's problem with failing to send cache invalidation | Tom Lane | 2008-03-13 |
* | Fix pg_plan_queries() to restore the previous setting of ActiveSnapshot | Tom Lane | 2008-03-12 |
* | Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing | Tom Lane | 2008-03-12 |
* | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane | 2008-03-11 |
* | Provide a build-time option to store large relations as single files, rather | Tom Lane | 2008-03-10 |
* | Fix unportable coding of new error message, per Kris Jurka. | Tom Lane | 2008-03-10 |
* | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander | 2008-03-10 |
* | Document and enforce that the usable range of setseed() arguments is | Tom Lane | 2008-03-10 |
* | Throw an error for negative LIMIT or OFFSET values, instead of silently | Tom Lane | 2008-03-10 |
* | Increase the default value of log_min_messages to WARNING, so that | Tom Lane | 2008-03-10 |