| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 | 1 | -2/+6 |
| * | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 | 1 | -1/+3 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -1/+3 |
| * | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane | 2006-02-11 | 1 | -12/+12 |
| * | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 | 1 | -1/+16 |
| * | Use "bitwise" rather than "binary for AND/OR descriptions in \d, to | Bruce Momjian | 2006-02-09 | 1 | -19/+19 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 1 | -6/+12 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 1 | -1/+3 |
| * | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 | 1 | -1/+3 |
| * | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 | 1 | -1/+3 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -4/+4 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 1 | -36/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -552/+552 |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -6/+8 |
| * | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway | 2005-09-16 | 1 | -6/+6 |
| * | Given its current definition that depends on time(NULL), timetz_zone | Tom Lane | 2005-09-09 | 1 | -2/+2 |
| * | Make pg_stat_file() use OUT parameters so that the user doesn't have to | Tom Lane | 2005-08-13 | 1 | -7/+3 |
| * | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 | 1 | -3/+3 |
| * | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 | 1 | -1/+18 |
| * | Code and docs review for pg_column_size() patch. | Tom Lane | 2005-08-02 | 1 | -2/+2 |
| * | Move dbsize functions into the backend. New functions: | Bruce Momjian | 2005-07-29 | 1 | -2/+23 |
| * | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane | 2005-07-26 | 1 | -1/+14 |
| * | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian | 2005-07-20 | 1 | -1/+5 |
| * | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 | 1 | -14/+14 |
| * | I made the patch that implements regexp_replace again. | Bruce Momjian | 2005-07-10 | 1 | -1/+5 |
| * | Add pg_column_size() to return storage size of a column, including | Bruce Momjian | 2005-07-06 | 1 | -1/+5 |
| * | Migrate rtree_gist functionality into the core system, and add some | Tom Lane | 2005-07-01 | 1 | -1/+29 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -30/+30 |
| * | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 | 1 | -5/+5 |
| * | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 | 1 | -5/+23 |
| * | 1. full functional WAL for GiST | Teodor Sigaev | 2005-06-20 | 1 | -1/+2 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -1/+3 |
| * | Add pg_postmaster_start_time() function. | Bruce Momjian | 2005-06-14 | 1 | -1/+5 |
| * | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 | 1 | -1/+3 |
| * | Please find attached a patch (diff -c against cvs HEAD) to add a | Bruce Momjian | 2005-06-09 | 1 | -1/+3 |
| * | Add a function lastval(), which returns the value returned by the | Neil Conway | 2005-06-07 | 1 | -1/+3 |
| * | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 | 1 | -1/+3 |
| * | Extend the pg_locks system view so that it can fully display all lock | Tom Lane | 2005-05-17 | 1 | -2/+2 |
| * | Complete the following TODO items: | Neil Conway | 2005-05-09 | 1 | -1/+7 |
| * | Change catalog entries for record_out and record_send to show only one | Tom Lane | 2005-04-30 | 1 | -3/+3 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -3/+5 |
| * | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 | 1 | -1/+7 |
| * | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 | 1 | -4/+5 |
| * | Add proallargtypes and proargmodes columns to pg_proc, as per my earlier | Tom Lane | 2005-03-29 | 1 | -1674/+1689 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -2/+2 |
| * | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 | 1 | -5/+13 |
| * | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 | 1 | -5/+5 |
| * | Implement max() and min() aggregates for array types. Patch from Koju | Neil Conway | 2005-02-28 | 1 | -1/+7 |
| * | Add explicit casts between int4 and boolean. Patch from Sean Chittenden, | Neil Conway | 2005-02-27 | 1 | -1/+6 |