| Commit message (Expand) | Author | Age | Files | Lines |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 | 1 | -2/+1 |
| * | Add has_tablespace_privilege(). | Bruce Momjian | 2004-07-12 | 1 | -1/+7 |
| * | Andreas Pflug wrote: | Joe Conway | 2004-07-02 | 1 | -1/+2 |
| * | Add pg_get_serial_sequence() function, and cause pg_dump to use it. | Tom Lane | 2004-06-25 | 1 | -2/+3 |
| * | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 | 1 | -1/+2 |
| * | Code review for recently-added network functions. Get it to work when | Tom Lane | 2004-06-13 | 1 | -5/+5 |
| * | Per previous discussions, here are two functions to send INT and TERM | Bruce Momjian | 2004-06-02 | 1 | -1/+3 |
| * | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 | 1 | -1/+5 |
| * | The added aggregates are: | Bruce Momjian | 2004-05-26 | 1 | -1/+3 |
| * | Implement the width_bucket() function, per SQL2003. This commit only adds | Neil Conway | 2004-05-14 | 1 | -1/+2 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 1 | -1/+3 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -5/+7 |
| * | Localize our dependencies on the way to create NAN or INFINITY. | Tom Lane | 2004-03-15 | 1 | -1/+7 |
| * | Add function (actually an int4 and an int8 version) that generates | Joe Conway | 2004-02-03 | 1 | -1/+3 |
| * | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 | 1 | -5/+1 |
| * | The attached patch enables contrib/cube to build cleanly under Cygwin | Bruce Momjian | 2003-12-01 | 1 | -2/+2 |
| * | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian | 2003-12-01 | 1 | -3/+2 |
| * | 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 | -1/+9 |
| * | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 1 | -1/+3 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Add pretty-printing variants of pg_get_viewdef and related functions. | Tom Lane | 2003-07-30 | 1 | -1/+7 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -1/+3 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -3/+1 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+3 |
| * | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian | 2003-06-24 | 1 | -1/+2 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -10/+1 |
| * | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane | 2003-05-23 | 1 | -1/+4 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -1/+15 |
| * | More binary I/O routines. | Tom Lane | 2003-05-13 | 1 | -1/+11 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -5/+39 |
| * | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 | 1 | -1/+7 |
| * | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 | 1 | -1/+17 |
| * | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 | 1 | -1/+3 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -1/+3 |
| * | Fix compile warning. | Tom Lane | 2003-03-21 | 1 | -1/+2 |
| * | This patch creates a function named pg_get_triggerdef that takes the oid of | Bruce Momjian | 2003-03-20 | 1 | -1/+2 |
| * | The "random" regression test uses a function called oidrand(), which | Bruce Momjian | 2003-02-13 | 1 | -4/+1 |
| * | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane | 2003-02-06 | 1 | -1/+3 |
| * | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian | 2002-12-06 | 1 | -1/+2 |
| * | Add extra_float_digits GUC parameter to allow adjustment of displayed | Tom Lane | 2002-11-08 | 1 | -1/+3 |
| * | Remove encoding lookups from grammar stage, push them back to places | Tom Lane | 2002-11-02 | 1 | -2/+2 |
| * | This patch adds some missing functions for float8 math operations, | Bruce Momjian | 2002-10-19 | 1 | -1/+4 |
| * | Bring SIMILAR TO and SUBSTRING into some semblance of conformance with | Tom Lane | 2002-09-22 | 1 | -1/+2 |
| * | Department of second thoughts: suppressing implicit casts everywhere in | Tom Lane | 2002-09-19 | 1 | -2/+2 |