| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -8/+8 |
| * | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 1 | -1/+29 |
| * | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 | 1 | -2/+4 |
| * | Add a couple of information functions to support direct checks on whether | Tom Lane | 2006-09-14 | 1 | -1/+5 |
| * | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 1 | -10/+10 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -1/+3 |
| * | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 | 1 | -3/+5 |
| * | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane | 2006-08-06 | 1 | -1/+9 |
| * | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 | 1 | -2/+42 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 1 | -1/+5 |
| * | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 | 1 | -1/+3 |
| * | Add the full set of comparison functions for type TID, including a btree | Tom Lane | 2006-07-21 | 1 | -28/+38 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -5/+5 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -1/+9 |
| * | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 | 1 | -5/+5 |
| * | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 | 1 | -1/+9 |
| * | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 | 1 | -5/+5 |
| * | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 | 1 | -8/+11 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 1 | -1/+40 |
| * | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 | 1 | -3/+1 |
| * | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian | 2006-04-26 | 1 | -1/+3 |
| * | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 1 | -1/+7 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 1 | -1/+5 |
| * | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 | 1 | -9/+45 |
| * | Remove unintened change to pg_proc.h. | Bruce Momjian | 2006-03-10 | 1 | -3/+1 |
| * | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 | 1 | -1/+3 |
| * | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 | 1 | -1/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 | 1 | -2/+6 |
| * | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 | 1 | -1/+3 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -1/+3 |
| * | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane | 2006-02-11 | 1 | -12/+12 |
| * | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 | 1 | -1/+16 |
| * | Use "bitwise" rather than "binary for AND/OR descriptions in \d, to | Bruce Momjian | 2006-02-09 | 1 | -19/+19 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 1 | -6/+12 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 1 | -1/+3 |
| * | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 | 1 | -1/+3 |
| * | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 | 1 | -1/+3 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -4/+4 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 1 | -36/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -552/+552 |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -6/+8 |
| * | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway | 2005-09-16 | 1 | -6/+6 |
| * | Given its current definition that depends on time(NULL), timetz_zone | Tom Lane | 2005-09-09 | 1 | -2/+2 |
| * | Make pg_stat_file() use OUT parameters so that the user doesn't have to | Tom Lane | 2005-08-13 | 1 | -7/+3 |
| * | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 | 1 | -3/+3 |
| * | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 | 1 | -1/+18 |
| * | Code and docs review for pg_column_size() patch. | Tom Lane | 2005-08-02 | 1 | -2/+2 |
| * | Move dbsize functions into the backend. New functions: | Bruce Momjian | 2005-07-29 | 1 | -2/+23 |
| * | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane | 2005-07-26 | 1 | -1/+14 |