aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-04
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-04
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Use new errdetail_log() mechanism to provide a less klugy way of reportingTom Lane2008-03-24
* Create a function quote_nullable(), which works the same as quote_literal()Tom Lane2008-03-23
* Add server side lo_import(filename, oid) function.Tatsuo Ishii2008-03-22
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-19
* Bump catversion from guc enum patch, which I forgot. Sorry!Magnus Hagander2008-03-10
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary keyTom Lane2008-01-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* Adjust the names of a couple of tsearch index support functions that hadTom Lane2007-11-28
* Install a lookaside cache to speed up repeated lookups of the same operatorTom Lane2007-11-28
* Add quote_literal(anyelement) to preserve (and, in fact, extend) aTom Lane2007-11-27
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-27
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-24
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-23
* Adjust ts_debug's output as per my proposal of yesterday: show theTom Lane2007-10-22
* Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane2007-10-19
* ts_rewrite() does not return a set, only one row; fix mislabeling inTom Lane2007-10-19
* Migrate the former contrib/txid module into core. This will make it easierTom Lane2007-10-13
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane2007-09-30
* Change on-disk representation of NUMERIC datatype so that the sign_dscaleTom Lane2007-09-25
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-24
* Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane2007-09-21
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-18
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-11
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan2007-09-04
* Improve stylistic consistency of descriptions of built-in objects by avoidingTom Lane2007-09-03
* Fix breakage of GIN support for varchar[] and cidr[] that I introduced in theTom Lane2007-09-03
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane2007-08-27
* Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane2007-08-25
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-25
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-06
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-15
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Allow leading and trailing whitespace in the input to the booleanNeil Conway2007-06-01