summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* Improve the documentation comment for replace(). Robert TreatTom Lane2008-05-291-2/+2
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-277-62/+19
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-162-3/+5
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-164-9/+14
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-152-3/+10
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-093-20/+32
* Make the new pg_stat_get_activity use OUT parameters, so you don't have toMagnus Hagander2008-05-082-4/+4
* Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander2008-05-072-3/+5
* Add timestamp and timestamptz versions of generate_series().Tom Lane2008-05-042-3/+7
* Add pg_conf_load_time() function to report when the Postgres configurationTom Lane2008-05-042-4/+7
* Remove typename from A_Const.Alvaro Herrera2008-04-291-2/+2
* Fix volatility marking for the generate_series and generate_subscripts familiesAlvaro Herrera2008-04-292-9/+9
* Bump the catversion for the previous patch.Alvaro Herrera2008-04-281-2/+2
* Add generate_subscripts, a series-generation function which generates anAlvaro Herrera2008-04-281-1/+6
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-214-20/+24
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-183-11/+11
* Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian2008-04-171-1/+3
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-151-3/+1
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-151-1/+3
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-143-363/+361
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-121-2/+3
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-103-14/+14
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-061-2/+2
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-042-4/+8
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-041-1/+3
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-1/+4
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-2744-374/+285
* Use new errdetail_log() mechanism to provide a less klugy way of reportingTom Lane2008-03-241-2/+3
* Create a function quote_nullable(), which works the same as quote_literal()Tom Lane2008-03-232-3/+7
* Add server side lo_import(filename, oid) function.Tatsuo Ishii2008-03-222-3/+5
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-191-2/+2
* Bump catversion from guc enum patch, which I forgot. Sorry!Magnus Hagander2008-03-101-2/+2
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-171-6/+5
* Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary keyTom Lane2008-01-171-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-0149-98/+98
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-1/+5
* Adjust the names of a couple of tsearch index support functions that hadTom Lane2007-11-282-5/+5
* Install a lookaside cache to speed up repeated lookups of the same operatorTom Lane2007-11-281-1/+2
* Add quote_literal(anyelement) to preserve (and, in fact, extend) aTom Lane2007-11-272-3/+5
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-273-10/+10
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-3/+3
* pgindent run for 8.3.Bruce Momjian2007-11-1521-357/+357
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-243-15/+6
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-231-2/+2
* Adjust ts_debug's output as per my proposal of yesterday: show theTom Lane2007-10-221-2/+2
* Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane2007-10-192-6/+4
* ts_rewrite() does not return a set, only one row; fix mislabeling inTom Lane2007-10-192-4/+4
* Migrate the former contrib/txid module into core. This will make it easierTom Lane2007-10-133-4/+30
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-131-2/+2
* Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane2007-09-301-2/+2