aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-06
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* catversion change needed by previous read-onlu GUC variables commit.Joe Conway2003-12-03
* Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian2003-12-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Fix built-in SQL-language functions to ensure that referenced namesTom Lane2003-10-21
* Update catalog version after information schema changes.Peter Eisentraut2003-10-20
* Set attstattarget to -1 for all system catalog columns. All but a fewTom Lane2003-10-16
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Disallow foreign-key references from temp tables to permanent tables.Tom Lane2003-09-19
* fix typo in a commentTatsuo Ishii2003-09-16
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-17
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane2003-07-30
* Coerce unknown-literal-constant default values to the column type duringTom Lane2003-07-29
* SQL functions can have arguments and results declared ANYARRAY orTom Lane2003-07-01
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Update catversion for ipv6 addition.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-24
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* Represent grant options in the information schema.Peter Eisentraut2003-06-11
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane2003-05-23
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* Add text(cidr) cast, per recent discussion. I'm not bothering toTom Lane2003-05-14
* More binary I/O routines.Tom Lane2003-05-13
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-13
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane2003-05-09
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-09
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-09
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-08
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Fix abstime-to-time cast function, which has had broken implementationTom Lane2003-04-17
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane2003-04-04