| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 3 | -7/+7 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 2 | -17/+8 |
| * | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 | 1 | -15/+1 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 3 | -6/+6 |
| * | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 | 1 | -6/+7 |
| * | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 | 1 | -1/+87 |
| * | Make LOAD of an already-loaded library into a no-op, instead of attempting | Tom Lane | 2009-09-03 | 1 | -1/+9 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 3 | -50/+51 |
| * | Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, | Tom Lane | 2009-01-07 | 1 | -9/+46 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 3 | -6/+6 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -1/+74 |
| * | Remove inappropriate memory context switch in shutdown_MultiFuncCall(). | Tom Lane | 2008-11-30 | 1 | -2/+1 |
| * | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane | 2008-10-31 | 1 | -2/+4 |
| * | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane | 2008-10-29 | 1 | -1/+5 |
| * | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane | 2008-10-28 | 1 | -3/+2 |
| * | If a loadable module has wrong values in its magic block, spell out | Tom Lane | 2008-09-03 | 1 | -18/+93 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 2 | -4/+4 |
| * | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 | 1 | -6/+8 |
| * | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane | 2008-07-16 | 1 | -4/+6 |
| * | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 | 1 | -3/+5 |
| * | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera | 2008-06-06 | 1 | -1/+2 |
| * | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 | 2 | -10/+41 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -2/+1 |
| * | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 2 | -26/+71 |
| * | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera | 2008-04-18 | 2 | -18/+32 |
| * | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera | 2008-04-17 | 1 | -4/+4 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 2 | -13/+8 |
| * | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 | 1 | -9/+14 |
| * | Fix several memory leaks when rescanning SRFs. Arrange for an SRF's | Neil Conway | 2008-02-29 | 1 | -10/+19 |
| * | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -9/+2 |
| * | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 | 1 | -19/+24 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 3 | -6/+6 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -7/+7 |
| * | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 | 1 | -5/+3 |
| * | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 | 1 | -18/+73 |
| * | Fix security definer functions with polymorphic arguments. This case has | Tom Lane | 2007-07-31 | 1 | -1/+2 |
| * | Add casts to suppress warnings about m68k-specific kluge in fmgr.c. | Tom Lane | 2007-07-13 | 1 | -75/+141 |
| * | Some of our port-specific dynloader implementations are careful to | Tom Lane | 2007-07-12 | 1 | -3/+3 |
| * | Remove unused "caller" argument from stringToQualifiedNameList. | Alvaro Herrera | 2007-06-26 | 1 | -2/+2 |
| * | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane | 2007-06-06 | 1 | -13/+26 |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -4/+13 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -13/+29 |
| * | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane | 2007-03-27 | 1 | -3/+9 |
| * | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 | 1 | -4/+4 |
| * | Replace some strncpy() by strlcpy(). | Peter Eisentraut | 2007-02-07 | 1 | -3/+2 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 3 | -6/+6 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 2 | -36/+36 |
| * | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 1 | -6/+2 |