| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -1/+2 |
| * | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway | 2005-09-16 | 1 | -3/+3 |
| * | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 | 1 | -1/+8 |
| * | Move dbsize functions into the backend. New functions: | Bruce Momjian | 2005-07-29 | 1 | -1/+12 |
| * | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane | 2005-07-26 | 1 | -1/+7 |
| * | I made the patch that implements regexp_replace again. | Bruce Momjian | 2005-07-10 | 1 | -1/+4 |
| * | Add pg_column_size() to return storage size of a column, including | Bruce Momjian | 2005-07-06 | 1 | -1/+2 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -1/+4 |
| * | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway | 2005-05-27 | 1 | -2/+2 |
| * | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 | 1 | -1/+2 |
| * | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 | 1 | -1/+3 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -1/+3 |
| * | Add explicit casts between int4 and boolean. Patch from Sean Chittenden, | Neil Conway | 2005-02-27 | 1 | -1/+3 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane | 2004-10-04 | 1 | -5/+3 |
| * | 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 |