| Commit message (Expand) | Author | Age | Files | Lines |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 4 | -4/+4 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 2 | -7/+7 |
| * | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 | 1 | -2/+2 |
| * | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 | 1 | -2/+2 |
| * | load_file() has to remove pre-existing shlibs that match the new file | Tom Lane | 2003-09-07 | 1 | -24/+22 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 2 | -4/+4 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 2 | -20/+20 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -2/+2 |
| * | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 3 | -85/+64 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 1 | -2/+2 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -12/+33 |
| * | SQL functions can have arguments and results declared ANYARRAY or | Tom Lane | 2003-07-01 | 1 | -9/+12 |
| * | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 1 | -2/+19 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -27/+1 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+27 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -2/+2 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 2 | -2/+68 |
| * | Fix compile problem with Win32 macro used inside another macro. | Bruce Momjian | 2003-04-05 | 1 | -5/+3 |
| * | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 | 1 | -5/+11 |
| * | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 | 1 | -3/+3 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -3/+2 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -2/+3 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -3/+2 |
| * | Tweak a few of the most heavily used function call points to zero out | Tom Lane | 2002-10-04 | 1 | -5/+37 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 2 | -11/+12 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane | 2002-08-30 | 1 | -0/+5 |
| * | Fix for breakage of C-coded SRFs, from Joe Conway. | Tom Lane | 2002-08-30 | 1 | -3/+11 |
| * | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane | 2002-08-30 | 1 | -15/+40 |
| * | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane | 2002-08-29 | 1 | -14/+7 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -26/+5 |
| * | Remove obsolete uses of lanispl. Only used in pg_dump now, but can be | Peter Eisentraut | 2002-08-13 | 1 | -20/+13 |
| * | Here is a patch for the Table Function API. It fixes a bug found by Neil | Bruce Momjian | 2002-07-18 | 1 | -1/+18 |
| * | Add missing SRF file. | Bruce Momjian | 2002-06-20 | 1 | -0/+122 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 2 | -4/+4 |
| * | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut | 2002-05-18 | 1 | -13/+73 |
| * | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 1 | -1/+6 |
| * | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 | 1 | -1/+8 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -3/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 2 | -37/+38 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 2 | -26/+83 |
| * | Plug memory leaks introduced by dynamic-search-path changes. | Tom Lane | 2001-10-04 | 1 | -29/+47 |
| * | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut | 2001-09-16 | 2 | -13/+6 |
| * | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane | 2001-08-14 | 1 | -1/+15 |
| * | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 | 1 | -7/+14 |
| * | Make sure fmgr_info() fills in fn_oid last, so that no partially | Peter Eisentraut | 2001-05-19 | 1 | -13/+22 |
| * | Allow special '$libdir' macro to show up in object file path in CREATE | Peter Eisentraut | 2001-05-19 | 1 | -59/+60 |