| Commit message (Expand) | Author | Age |
* | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 |
* | The attached patch enables contrib/cube to build cleanly under Cygwin | Bruce Momjian | 2003-12-01 |
* | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian | 2003-12-01 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Add pretty-printing variants of pg_get_viewdef and related functions. | Tom Lane | 2003-07-30 |
* | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 |
* | Array mega-patch. | Bruce Momjian | 2003-06-24 |
* | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian | 2003-06-24 |
* | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 |
* | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane | 2003-05-23 |
* | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 |
* | More binary I/O routines. | Tom Lane | 2003-05-13 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 |
* | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 |
* | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 |
* | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Fix compile warning. | Tom Lane | 2003-03-21 |
* | This patch creates a function named pg_get_triggerdef that takes the oid of | Bruce Momjian | 2003-03-20 |
* | The "random" regression test uses a function called oidrand(), which | Bruce Momjian | 2003-02-13 |
* | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane | 2003-02-06 |
* | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian | 2002-12-06 |
* | Add extra_float_digits GUC parameter to allow adjustment of displayed | Tom Lane | 2002-11-08 |
* | Remove encoding lookups from grammar stage, push them back to places | Tom Lane | 2002-11-02 |
* | This patch adds some missing functions for float8 math operations, | Bruce Momjian | 2002-10-19 |
* | Bring SIMILAR TO and SUBSTRING into some semblance of conformance with | Tom Lane | 2002-09-22 |
* | Department of second thoughts: suppressing implicit casts everywhere in | Tom Lane | 2002-09-19 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 |
* | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Add: | Bruce Momjian | 2002-08-22 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Add current_database(). | Bruce Momjian | 2002-08-20 |
* | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane | 2002-08-16 |
* | As discussed on several occasions previously, the new anonymous | Bruce Momjian | 2002-08-15 |
* | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane | 2002-08-09 |
* | Move pg_convert3 declaration to suppress compile warning. Really | Tom Lane | 2002-08-06 |
* | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 |
* | > 2. This patch includes the same Table Function API fixes that I | Bruce Momjian | 2002-07-20 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian | 2002-06-20 |
* | Further tweaks to support display of sort keys in EXPLAIN --- initial | Tom Lane | 2002-06-13 |