| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve the documentation comment for replace(). Robert Treat | Tom Lane | 2008-05-29 | 1 | -2/+2 |
| * | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane | 2008-05-27 | 7 | -62/+19 |
| * | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 | 2 | -3/+5 |
| * | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 | 4 | -9/+14 |
| * | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 | 2 | -3/+10 |
| * | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 | 3 | -20/+32 |
| * | Make the new pg_stat_get_activity use OUT parameters, so you don't have to | Magnus Hagander | 2008-05-08 | 2 | -4/+4 |
| * | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander | 2008-05-07 | 2 | -3/+5 |
| * | Add timestamp and timestamptz versions of generate_series(). | Tom Lane | 2008-05-04 | 2 | -3/+7 |
| * | Add pg_conf_load_time() function to report when the Postgres configuration | Tom Lane | 2008-05-04 | 2 | -4/+7 |
| * | Remove typename from A_Const. | Alvaro Herrera | 2008-04-29 | 1 | -2/+2 |
| * | Fix volatility marking for the generate_series and generate_subscripts families | Alvaro Herrera | 2008-04-29 | 2 | -9/+9 |
| * | Bump the catversion for the previous patch. | Alvaro Herrera | 2008-04-28 | 1 | -2/+2 |
| * | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera | 2008-04-28 | 1 | -1/+6 |
| * | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 4 | -20/+24 |
| * | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera | 2008-04-18 | 3 | -11/+11 |
| * | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian | 2008-04-17 | 1 | -1/+3 |
| * | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian | 2008-04-15 | 1 | -3/+1 |
| * | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian | 2008-04-15 | 1 | -1/+3 |
| * | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 | 3 | -363/+361 |
| * | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane | 2008-04-12 | 1 | -2/+3 |
| * | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 | 3 | -14/+14 |
| * | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane | 2008-04-06 | 1 | -2/+2 |
| * | Re-implement division for numeric values using the traditional "schoolbook" | Tom Lane | 2008-04-04 | 2 | -4/+8 |
| * | Implement current_query(), that shows the currently executing query. | Bruce Momjian | 2008-04-04 | 1 | -1/+3 |
| * | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 | 1 | -1/+4 |
| * | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 44 | -374/+285 |
| * | Use new errdetail_log() mechanism to provide a less klugy way of reporting | Tom Lane | 2008-03-24 | 1 | -2/+3 |
| * | Create a function quote_nullable(), which works the same as quote_literal() | Tom Lane | 2008-03-23 | 2 | -3/+7 |
| * | Add server side lo_import(filename, oid) function. | Tatsuo Ishii | 2008-03-22 | 2 | -3/+5 |
| * | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane | 2008-03-19 | 1 | -2/+2 |
| * | Bump catversion from guc enum patch, which I forgot. Sorry! | Magnus Hagander | 2008-03-10 | 1 | -2/+2 |
| * | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 | 1 | -6/+5 |
| * | Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key | Tom Lane | 2008-01-17 | 1 | -1/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 49 | -98/+98 |
| * | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 | 1 | -1/+5 |
| * | Adjust the names of a couple of tsearch index support functions that had | Tom Lane | 2007-11-28 | 2 | -5/+5 |
| * | Install a lookaside cache to speed up repeated lookups of the same operator | Tom Lane | 2007-11-28 | 1 | -1/+2 |
| * | Add quote_literal(anyelement) to preserve (and, in fact, extend) a | Tom Lane | 2007-11-27 | 2 | -3/+5 |
| * | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut | 2007-11-27 | 3 | -10/+10 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -3/+3 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 21 | -357/+357 |
| * | Remove the aggregate form of ts_rewrite(), since it doesn't work as desired | Tom Lane | 2007-10-24 | 3 | -15/+6 |
| * | Rename and slightly redefine the default text search parser's "word" | Tom Lane | 2007-10-23 | 1 | -2/+2 |
| * | Adjust ts_debug's output as per my proposal of yesterday: show the | Tom Lane | 2007-10-22 | 1 | -2/+2 |
| * | Found another small glitch in tsearch API: the two versions of ts_lexize() | Tom Lane | 2007-10-19 | 2 | -6/+4 |
| * | ts_rewrite() does not return a set, only one row; fix mislabeling in | Tom Lane | 2007-10-19 | 2 | -4/+4 |
| * | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane | 2007-10-13 | 3 | -4/+30 |
| * | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 | 1 | -2/+2 |
| * | Add an extra header byte to TOAST-pointer datums to represent their size | Tom Lane | 2007-09-30 | 1 | -2/+2 |