| Commit message (Expand) | Author | Age | Files | Lines |
| * | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane | 2008-10-29 | 1 | -5/+13 |
| * | Adjust things so that the query_string of a cached plan and the sourceText of | Tom Lane | 2008-07-18 | 1 | -8/+10 |
| * | If pnstrdup is going to be promoted to a generally available function, | Tom Lane | 2008-06-28 | 1 | -13/+16 |
| * | Move wchar2char() and char2wchar() from tsearch into /mb to be easier to | Bruce Momjian | 2008-06-18 | 1 | -1/+13 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -2/+1 |
| * | Add some debug support code to try to catch future mistakes in the area of | Tom Lane | 2008-04-11 | 1 | -1/+52 |
| * | Small wording improvements for source code READMEs. | Bruce Momjian | 2008-04-09 | 1 | -4/+4 |
| * | Revert README cleanups. | Bruce Momjian | 2008-04-09 | 1 | -4/+4 |
| * | Revert sentence removal from nickname in FAQ. | Bruce Momjian | 2008-04-09 | 1 | -4/+4 |
| * | Revert my bad decision of about a year ago to make PortalDefineQuery | Tom Lane | 2008-04-02 | 1 | -8/+12 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -4/+3 |
| * | Add a new tuplestore API function, tuplestore_putvalues(). This is | Neil Conway | 2008-03-25 | 1 | -5/+2 |
| * | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 | 1 | -12/+12 |
| * | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -8/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 3 | -6/+6 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 2 | -19/+20 |
| * | Remove an "optimization" I installed in 2001, to make repalloc() attempt to | Tom Lane | 2007-08-12 | 1 | -49/+10 |
| * | Adjust the output of MemoryContextStats() so that the stats for a | Neil Conway | 2007-08-07 | 2 | -7/+19 |
| * | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 | 1 | -4/+4 |
| * | mmgr README tweak: "either" is no longer correct. The previous wording | Neil Conway | 2007-05-29 | 1 | -2/+2 |
| * | Marginal performance hack: remove the loop that used to be needed to | Tom Lane | 2007-04-30 | 1 | -18/+7 |
| * | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 | 1 | -70/+71 |
| * | Rename the newly-added commands for discarding session state. | Neil Conway | 2007-04-26 | 1 | -2/+2 |
| * | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 | 1 | -1/+24 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 3 | -50/+56 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -21/+32 |
| * | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -8/+1 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 3 | -6/+6 |
| * | Improve memory management code to avoid inefficient behavior when a context | Tom Lane | 2006-12-27 | 1 | -6/+21 |
| * | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 | 1 | -2/+18 |
| * | Modify aset.c to track the next intended block allocation size explicitly. | Tom Lane | 2006-11-08 | 1 | -27/+15 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 2 | -17/+15 |
| * | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 1 | -13/+7 |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 2 | -14/+12 |
| * | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 | 1 | -1/+3 |
| * | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 | 1 | -1/+29 |
| * | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 | 1 | -1/+3 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 2 | -6/+2 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Fix typo in comment. | Neil Conway | 2006-06-28 | 1 | -4/+4 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -2/+2 |
| * | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 1 | -28/+1 |
| * | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 1 | -1/+28 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 3 | -6/+6 |
| * | AllocSetStats should probably be using unsigned format to show space totals. | Tom Lane | 2006-02-14 | 1 | -2/+2 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 1 | -8/+115 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -14/+14 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 3 | -141/+133 |
| * | Short-circuit AllocSetReset if nothing has been palloc'd in the memory | Tom Lane | 2005-09-01 | 1 | -13/+35 |