| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -8/+8 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -5/+8 |
| * | Message corrections | Peter Eisentraut | 2005-10-29 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -46/+44 |
| * | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 | 1 | -5/+11 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -1/+7 |
| * | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 | 1 | -2/+2 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -2/+2 |
| * | Change tsearch2 to not use the unsafe practice of creating functions | Tom Lane | 2005-05-03 | 1 | -22/+41 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -5/+6 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -5/+5 |
| * | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 | 1 | -81/+110 |
| * | Add proallargtypes and proargmodes columns to pg_proc, as per my earlier | Tom Lane | 2005-03-29 | 1 | -24/+24 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -22/+21 |
| * | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway | 2005-01-27 | 1 | -3/+3 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Trivial fix: remove a pointless cast. | Neil Conway | 2004-10-18 | 1 | -2/+2 |
| * | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane | 2004-10-07 | 1 | -243/+4 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -37/+41 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -2/+2 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -6/+6 |
| * | check_sql_fn_retval has always thought that we supported doing | Tom Lane | 2004-04-02 | 1 | -10/+33 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -40/+1 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -15/+200 |
| * | Arrange to emit a CONTEXT: SQL function "foo" entry in an error | Tom Lane | 2004-03-14 | 1 | -1/+36 |
| * | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 | 1 | -2/+50 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Add GUC parameter check_function_bodies to control whether validation | Tom Lane | 2003-10-03 | 1 | -24/+42 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -2/+2 |
| * | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 | 1 | -2/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -3/+3 |
| * | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane | 2003-08-11 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -23/+21 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -5/+4 |
| * | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 1 | -3/+5 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -51/+100 |
| * | Department of second thoughts: even if we can't run the full parser on | Tom Lane | 2003-07-01 | 1 | -10/+18 |
| * | SQL functions can have arguments and results declared ANYARRAY or | Tom Lane | 2003-07-01 | 1 | -23/+63 |
| * | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane | 2003-06-15 | 1 | -2/+3 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -1/+24 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -2/+2 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -4/+4 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -33/+35 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -3/+1 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -3/+3 |
| * | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane | 2002-08-23 | 1 | -28/+20 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -7/+21 |