summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_proc.h
Commit message (Expand)AuthorAgeFilesLines
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+21
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-061-1/+3
* Mark to_char(timestamp without timezone) as stable, not immutable, since itsTom Lane2006-11-281-10/+10
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-241-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-8/+8
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-181-1/+29
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-161-2/+4
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-141-1/+5
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-101-10/+10
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-191-1/+3
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-171-3/+5
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-061-1/+9
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-281-2/+42
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-1/+5
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-1/+3
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-211-28/+38
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-5/+5
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+9
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-061-5/+5
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-191-1/+9
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-5/+5
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-8/+11
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-1/+40
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-261-3/+1
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-261-1/+3
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-251-1/+7
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-1/+5
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-101-9/+45
* Remove unintened change to pg_proc.h.Bruce Momjian2006-03-101-3/+1
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-101-1/+3
* Attached is the new patch. To summarize:Bruce Momjian2006-03-061-1/+3
* 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