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