| Commit message (Expand) | Author | Age | Files | Lines |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -1/+1 |
| * | Run a portal's cleanup hook immediately when pushing it to FAILED state. | Tom Lane | 2012-02-15 | 1 | -7/+46 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 3 | -3/+3 |
| * | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane | 2011-09-16 | 2 | -3/+15 |
| * | Invent a new memory context primitive, MemoryContextSetParent. | Tom Lane | 2011-09-11 | 1 | -19/+63 |
| * | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 | 1 | -0/+1 |
| * | Cleanup for pull-up-isReset patch. | Tom Lane | 2011-05-24 | 2 | -11/+12 |
| * | Pull up isReset flag from AllocSetContext to MemoryContext struct. This | Heikki Linnakangas | 2011-05-21 | 2 | -25/+18 |
| * | Improve aset.c's space management in contexts with small maxBlockSize. | Tom Lane | 2011-05-02 | 1 | -8/+17 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 2 | -9/+9 |
| * | Run a portal's cleanup hook immediately when pushing it to DONE state. | Tom Lane | 2011-03-03 | 1 | -0/+26 |
| * | Refactor the executor's API to support data-modifying CTEs better. | Tom Lane | 2011-02-27 | 1 | -99/+82 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 3 | -3/+3 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 5 | -5/+5 |
| * | Oops, in the previous fix to prevent a cursor that's being used in a FOR | Heikki Linnakangas | 2010-07-13 | 1 | -1/+12 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -4/+4 |
| * | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas | 2010-07-05 | 1 | -5/+49 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 2 | -18/+18 |
| * | Force READY portals into FAILED state when a transaction or subtransaction | Tom Lane | 2010-02-18 | 1 | -48/+38 |
| * | Support inlining various small performance-critical functions on non-GCC | Tom Lane | 2010-02-13 | 1 | -6/+5 |
| * | Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list | Tom Lane | 2010-01-18 | 1 | -9/+12 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 3 | -6/+6 |
| * | Silence compiler warning on 64-bit windows build | Magnus Hagander | 2010-01-01 | 1 | -3/+3 |
| * | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas | 2009-12-29 | 1 | -8/+4 |
| * | Speed up AllocSetFreeIndex, which is a significant cost in palloc and pfree, | Tom Lane | 2009-07-21 | 1 | -9/+32 |
| * | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -3/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 3 | -6/+6 |
| * | 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 |