| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane | 2007-08-27 | 3 | -10/+4 |
| * | Rename built-in Snowball stemmer dictionaries to be english_stem, | Tom Lane | 2007-08-25 | 1 | -2/+2 |
| * | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane | 2007-08-22 | 2 | -8/+8 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 18 | -45/+843 |
| * | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 | 2 | -3/+6 |
| * | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane | 2007-07-06 | 3 | -7/+11 |
| * | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 | 2 | -11/+7 |
| * | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane | 2007-06-15 | 3 | -17/+24 |
| * | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane | 2007-06-06 | 4 | -11/+27 |
| * | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 | 3 | -226/+54 |
| * | Allow leading and trailing whitespace in the input to the boolean | Neil Conway | 2007-06-01 | 3 | -4/+12 |
| * | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane | 2007-06-01 | 1 | -2/+2 |
| * | XPath fixes: | Peter Eisentraut | 2007-05-21 | 2 | -5/+5 |
| * | To support external compression of archived WAL data, add a flag bit to | Tom Lane | 2007-05-20 | 1 | -1/+2 |
| * | Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to | Alvaro Herrera | 2007-05-16 | 1 | -2/+2 |
| * | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane | 2007-05-12 | 1 | -3/+6 |
| * | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 | 4 | -173/+186 |
| * | Reserve some pg_statistic "kind" codes for use by the ESRI ST_Geometry | Tom Lane | 2007-05-08 | 1 | -2/+4 |
| * | Add a hash function for "numeric". Mark the equality operator for | Neil Conway | 2007-05-08 | 7 | -9/+16 |
| * | Make JOHAB client only encoding per discussions in pgsql-hackers | Tatsuo Ishii | 2007-04-15 | 1 | -2/+2 |
| * | Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESET | Neil Conway | 2007-04-12 | 1 | -3/+2 |
| * | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 | 1 | -1/+3 |
| * | Code review for btree page split WAL reduction patch. Make it actually work | Tom Lane | 2007-04-11 | 1 | -2/+2 |
| * | Minor tweaking of index special-space definitions so that the various | Tom Lane | 2007-04-09 | 1 | -2/+2 |
| * | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane | 2007-04-06 | 2 | -23/+25 |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 2 | -7/+9 |
| * | Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. | Tom Lane | 2007-04-03 | 1 | -2/+4 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 12 | -20/+192 |
| * | Update catversion for new XML mapping functions | Peter Eisentraut | 2007-04-01 | 1 | -2/+2 |
| * | Mapping schemas and databases to XML and XML Schema. | Peter Eisentraut | 2007-04-01 | 1 | -1/+15 |
| * | Add some instrumentation to the bgwriter, through the stats collector. | Magnus Hagander | 2007-03-30 | 2 | -3/+17 |
| * | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane | 2007-03-27 | 2 | -12/+3 |
| * | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 | 3 | -26/+30 |
| * | Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, | Tatsuo Ishii | 2007-03-25 | 1 | -2/+2 |
| * | Fix plancache so that any required replanning is done with the same | Tom Lane | 2007-03-23 | 1 | -3/+14 |
| * | Add xmlpath() to evaluate XPath expressions, with namespaces support. | Bruce Momjian | 2007-03-22 | 1 | -1/+5 |
| * | Add three new regexp functions: regexp_matches, regexp_split_to_array, | Neil Conway | 2007-03-20 | 2 | -3/+15 |
| * | Bumping catversion due to changes to pg_trigger and pg_rewrite. | Jan Wieck | 2007-03-20 | 1 | -2/+2 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 2 | -7/+10 |
| * | Fix up the remaining places where the expression node structure would lose | Tom Lane | 2007-03-17 | 1 | -2/+2 |
| * | Add new columns for tuple statistics on a database level to | Magnus Hagander | 2007-03-16 | 2 | -3/+13 |
| * | Remove undo information from pg_controldata --- never used. | Bruce Momjian | 2007-03-03 | 1 | -5/+2 |
| * | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 | 1 | -1/+3 |
| * | Suppress useless searches for unused line pointers in PageAddItem. To do | Tom Lane | 2007-03-02 | 1 | -2/+2 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -2/+2 |
| * | Add missing OIDs to pg_proc. | Peter Eisentraut | 2007-02-20 | 2 | -11/+11 |
| * | Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, | Bruce Momjian | 2007-02-17 | 3 | -6/+10 |
| * | Functions for mapping table data and table schemas to XML (a.k.a. XML export) | Peter Eisentraut | 2007-02-16 | 2 | -3/+21 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 4 | -27/+59 |
| * | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 | 1 | -2/+2 |