| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 | 1 | -2/+2 |
| * | Update catalog version for ltree changes. | Bruce Momjian | 2006-04-26 | 1 | -2/+2 |
| * | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 1 | -2/+2 |
| * | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 1 | -2/+2 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 1 | -2/+2 |
| * | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 | 1 | -2/+2 |
| * | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 | 1 | -2/+2 |
| * | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 | 1 | -2/+2 |
| * | 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/+2 |
| * | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 | 1 | -2/+2 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -2/+2 |
| * | Update catalog version for INET additions. | Bruce Momjian | 2006-02-11 | 1 | -2/+2 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 1 | -2/+2 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 1 | -2/+2 |
| * | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway | 2006-01-16 | 1 | -2/+2 |
| * | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 | 1 | -2/+2 |
| * | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 | 1 | -2/+2 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 1 | -2/+2 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -2/+2 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 1 | -2/+2 |
| * | Add an implicit cast from varchar to regclass, so that existing code | Tom Lane | 2005-10-21 | 1 | -2/+2 |
| * | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 | 1 | -2/+2 |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -2/+2 |
| * | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway | 2005-09-16 | 1 | -2/+2 |
| * | Create the pg_pltemplate system catalog to hold template information | Tom Lane | 2005-09-08 | 1 | -2/+2 |
| * | Rename pg_stat_file columns to be more consistent. Split apart change | Bruce Momjian | 2005-08-15 | 1 | -2/+2 |
| * | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 | 1 | -2/+2 |
| * | Make pg_stat_file() use OUT parameters so that the user doesn't have to | Tom Lane | 2005-08-13 | 1 | -2/+2 |
| * | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 | 1 | -2/+2 |
| * | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 | 1 | -2/+2 |
| * | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 | 1 | -2/+2 |
| * | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 | 1 | -2/+2 |
| * | Update catversion for dbsize changes. | Bruce Momjian | 2005-07-29 | 1 | -2/+2 |
| * | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 | 1 | -2/+2 |
| * | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane | 2005-07-26 | 1 | -2/+2 |
| * | Update catalog version for INTERVAL day addition. | Bruce Momjian | 2005-07-20 | 1 | -2/+2 |
| * | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 | 1 | -2/+2 |
| * | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 | 1 | -2/+2 |
| * | I made the patch that implements regexp_replace again. | Bruce Momjian | 2005-07-10 | 1 | -2/+2 |
| * | Remove some dead code for handling XLOG_DBASE_CREATE_OLD and | Neil Conway | 2005-07-08 | 1 | -2/+2 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -2/+2 |
| * | Migrate rtree_gist functionality into the core system, and add some | Tom Lane | 2005-07-01 | 1 | -2/+2 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -2/+2 |
| * | Concurrency for GiST | Teodor Sigaev | 2005-06-27 | 1 | -2/+2 |
| * | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 | 1 | -2/+2 |
| * | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 | 1 | -2/+2 |
| * | 1. full functional WAL for GiST | Teodor Sigaev | 2005-06-20 | 1 | -2/+2 |
| * | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 | 1 | -2/+2 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -2/+2 |