summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_proc.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-281-2/+6
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-261-1/+3
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-1/+3
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-111-12/+12
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-111-1/+16
* Use "bitwise" rather than "binary for AND/OR descriptions in \d, toBruce Momjian2006-02-091-19/+19
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-261-6/+12
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-1/+3
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-111-1/+3
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-1/+3
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-4/+4
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-36/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-552/+552
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-6/+8
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-161-6/+6
* Given its current definition that depends on time(NULL), timetz_zoneTom Lane2005-09-091-2/+2
* Make pg_stat_file() use OUT parameters so that the user doesn't have toTom Lane2005-08-131-7/+3
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-121-3/+3
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-121-1/+18
* Code and docs review for pg_column_size() patch.Tom Lane2005-08-021-2/+2
* Move dbsize functions into the backend. New functions:Bruce Momjian2005-07-291-2/+23
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-261-1/+14
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-201-1/+5
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-101-14/+14
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-101-1/+5
* Add pg_column_size() to return storage size of a column, includingBruce Momjian2005-07-061-1/+5
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-011-1/+29
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-30/+30
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-5/+5
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-241-5/+23
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-201-1/+2
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-1/+3
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-141-1/+5
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-131-1/+3
* Please find attached a patch (diff -c against cvs HEAD) to add aBruce Momjian2005-06-091-1/+3
* Add a function lastval(), which returns the value returned by theNeil Conway2005-06-071-1/+3
* Implement md5(bytea), update regression tests and documentation. PatchNeil Conway2005-05-201-1/+3
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-171-2/+2
* Complete the following TODO items:Neil Conway2005-05-091-1/+7
* Change catalog entries for record_out and record_send to show only oneTom Lane2005-04-301-3/+3
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+5
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-121-1/+7
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-4/+5
* Add proallargtypes and proargmodes columns to pg_proc, as per my earlierTom Lane2005-03-291-1674/+1689
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-2/+2
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-5/+13
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-5/+5
* Implement max() and min() aggregates for array types. Patch from KojuNeil Conway2005-02-281-1/+7
* Add explicit casts between int4 and boolean. Patch from Sean Chittenden,Neil Conway2005-02-271-1/+6