| Commit message (Expand) | Author | Age |
* | Create a function quote_nullable(), which works the same as quote_literal() | Tom Lane | 2008-03-23 |
* | 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 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane | 2007-10-13 |
* | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan | 2007-09-24 |
* | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan | 2007-09-18 |
* | Provide for binary input/output of enums, to fix complaint from Merlin Moncure. | Andrew Dunstan | 2007-09-04 |
* | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane | 2007-08-27 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 |
* | Remove unused "caller" argument from stringToQualifiedNameList. | Alvaro Herrera | 2007-06-26 |
* | 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 |
* | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane | 2007-05-17 |
* | Add a hash function for "numeric". Mark the equality operator for | Neil Conway | 2007-05-08 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Add three new regexp functions: regexp_matches, regexp_split_to_array, | Neil Conway | 2007-03-20 |
* | Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to | Tom Lane | 2007-02-23 |
* | Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, | Bruce Momjian | 2007-02-17 |
* | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway | 2007-01-28 |
* | Implement width_bucket() for the float8 data type. | Neil Conway | 2007-01-16 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 |
* | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 |
* | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 |
* | Add the full set of comparison functions for type TID, including a btree | Tom Lane | 2006-07-21 |
* | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane | 2006-04-08 |
* | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 |
* | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 |
* | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 |
* | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 |
* | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 |
* | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 |
* | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 |
* | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Code review for regexp_replace patch. Improve documentation and comments, | Tom Lane | 2005-10-18 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 |
* | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway | 2005-09-16 |
* | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 |
* | Move dbsize functions into the backend. New functions: | Bruce Momjian | 2005-07-29 |
* | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane | 2005-07-26 |
* | I made the patch that implements regexp_replace again. | Bruce Momjian | 2005-07-10 |