summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane2007-08-273-10/+4
* Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane2007-08-251-2/+2
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-222-8/+8
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-2118-45/+843
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-252-3/+6
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-063-7/+11
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-282-11/+7
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-153-17/+24
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-064-11/+27
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-053-226/+54
* Allow leading and trailing whitespace in the input to the booleanNeil Conway2007-06-013-4/+12
* Fix several hash functions that were taking chintzy shortcuts instead ofTom Lane2007-06-011-2/+2
* XPath fixes:Peter Eisentraut2007-05-212-5/+5
* To support external compression of archived WAL data, add a flag bit toTom Lane2007-05-201-1/+2
* Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, toAlvaro Herrera2007-05-161-2/+2
* Fix the problem that creating a user-defined type named _foo, followed by oneTom Lane2007-05-121-3/+6
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-114-173/+186
* Reserve some pg_statistic "kind" codes for use by the ESRI ST_GeometryTom Lane2007-05-081-2/+4
* Add a hash function for "numeric". Mark the equality operator forNeil Conway2007-05-087-9/+16
* Make JOHAB client only encoding per discussions in pgsql-hackersTatsuo Ishii2007-04-151-2/+2
* Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESETNeil Conway2007-04-121-3/+2
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-1/+3
* Code review for btree page split WAL reduction patch. Make it actually workTom Lane2007-04-111-2/+2
* Minor tweaking of index special-space definitions so that the variousTom Lane2007-04-091-2/+2
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-062-23/+25
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-062-7/+9
* Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.Tom Lane2007-04-031-2/+4
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-0212-20/+192
* Update catversion for new XML mapping functionsPeter Eisentraut2007-04-011-2/+2
* Mapping schemas and databases to XML and XML Schema.Peter Eisentraut2007-04-011-1/+15
* Add some instrumentation to the bgwriter, through the stats collector.Magnus Hagander2007-03-302-3/+17
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-272-12/+3
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-263-26/+30
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-251-2/+2
* Fix plancache so that any required replanning is done with the sameTom Lane2007-03-231-3/+14
* Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian2007-03-221-1/+5
* Add three new regexp functions: regexp_matches, regexp_split_to_array,Neil Conway2007-03-202-3/+15
* Bumping catversion due to changes to pg_trigger and pg_rewrite.Jan Wieck2007-03-201-2/+2
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-192-7/+10
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-171-2/+2
* Add new columns for tuple statistics on a database level toMagnus Hagander2007-03-162-3/+13
* Remove undo information from pg_controldata --- never used.Bruce Momjian2007-03-031-5/+2
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-031-1/+3
* Suppress useless searches for unused line pointers in PageAddItem. To doTom Lane2007-03-021-2/+2
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-2/+2
* Add missing OIDs to pg_proc.Peter Eisentraut2007-02-202-11/+11
* Create AVG() aggregates for int8 and NUMERIC which do not compute X^2,Bruce Momjian2007-02-173-6/+10
* Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut2007-02-162-3/+21
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-144-27/+59
* Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane2007-02-091-2/+2