| Commit message (Expand) | Author | Age | Files | Lines |
| * | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian | 2003-12-01 | 1 | -14/+3 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -4/+10 |
| * | Fix built-in SQL-language functions to ensure that referenced names | Tom Lane | 2003-10-21 | 1 | -24/+24 |
| * | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 1 | -1/+9 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -57/+57 |
| * | Add pretty-printing variants of pg_get_viewdef and related functions. | Tom Lane | 2003-07-30 | 1 | -1/+15 |
| * | SQL functions can have arguments and results declared ANYARRAY or | Tom Lane | 2003-07-01 | 1 | -1/+4 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -12/+21 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -21/+12 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -12/+21 |
| * | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian | 2003-06-24 | 1 | -1/+3 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 1 | -1/+5 |
| * | Represent grant options in the information schema. | Peter Eisentraut | 2003-06-11 | 1 | -1/+3 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -39/+32 |
| * | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane | 2003-05-23 | 1 | -10/+10 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -1/+34 |
| * | More binary I/O routines. | Tom Lane | 2003-05-13 | 1 | -1/+49 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -3/+103 |
| * | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane | 2003-05-09 | 1 | -3/+3 |
| * | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 | 1 | -1/+17 |
| * | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 | 1 | -121/+157 |
| * | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 | 1 | -3/+13 |
| * | Fix abstime-to-time cast function, which has had broken implementation | Tom Lane | 2003-04-17 | 1 | -2/+2 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -1/+22 |
| * | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane | 2003-04-04 | 1 | -2/+2 |
| * | Add hostmask() function: | Bruce Momjian | 2003-03-21 | 1 | -1/+3 |
| * | This patch creates a function named pg_get_triggerdef that takes the oid of | Bruce Momjian | 2003-03-20 | 1 | -1/+3 |
| * | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 1 | -2/+4 |
| * | Repair incorrect prorettype entry for timestamptz_izone. Can't force | Tom Lane | 2003-03-14 | 1 | -8/+8 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -2/+2 |
| * | Correct/edit comments for geometric operators. No change except to | Tom Lane | 2003-03-03 | 1 | -46/+46 |
| * | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 | 1 | -1/+3 |
| * | The "random" regression test uses a function called oidrand(), which | Bruce Momjian | 2003-02-13 | 1 | -7/+1 |
| * | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 | 1 | -16/+16 |
| * | Add missing pg_proc entry for interval_scale(). The lack of this entry | Tom Lane | 2003-01-09 | 1 | -3/+6 |
| * | TODO marked as done: | Bruce Momjian | 2002-12-12 | 1 | -1/+3 |
| * | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian | 2002-12-06 | 1 | -1/+4 |
| * | Document get/set bit/byte functions. | Bruce Momjian | 2002-12-05 | 1 | -5/+5 |
| * | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 | 1 | -2/+2 |
| * | The "Allow easy display of usernames in a group (pg_hba.conf uses groups | Bruce Momjian | 2002-11-08 | 1 | -1/+5 |
| * | Remove encoding lookups from grammar stage, push them back to places | Tom Lane | 2002-11-02 | 1 | -3/+3 |
| * | This patch adds some missing functions for float8 math operations, | Bruce Momjian | 2002-10-19 | 1 | -1/+7 |
| * | Bring SIMILAR TO and SUBSTRING into some semblance of conformance with | Tom Lane | 2002-09-22 | 1 | -6/+9 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -32/+37 |
| * | Joe Conway wrote: | Bruce Momjian | 2002-09-12 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -338/+338 |
| * | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 1 | -2/+2 |
| * | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian | 2002-09-02 | 1 | -5/+5 |