| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 1 | -2/+2 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 3 | -5/+9 |
| * | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane | 2006-04-04 | 1 | -1/+10 |
| * | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane | 2006-04-03 | 1 | -3/+4 |
| * | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 | 1 | -2/+2 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 1 | -0/+1 |
| * | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 | 3 | -27/+95 |
| * | 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 | 2 | -3/+5 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 41 | -81/+81 |
| * | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 | 1 | -1/+3 |
| * | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 | 3 | -7/+11 |
| * | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 | 3 | -4/+7 |
| * | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 | 2 | -14/+2 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 5 | -6/+90 |
| * | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 | 2 | -2/+14 |
| * | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane | 2006-02-11 | 1 | -12/+12 |
| * | Update catalog version for INET additions. | Bruce Momjian | 2006-02-11 | 1 | -2/+2 |
| * | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 | 2 | -2/+26 |
| * | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 | 1 | -17/+1 |
| * | 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 | 5 | -35/+25 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 2 | -3/+5 |
| * | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway | 2006-01-16 | 2 | -4/+4 |
| * | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 | 2 | -3/+5 |
| * | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 | 3 | -4/+7 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 4 | -13/+13 |
| * | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 | 1 | -1/+7 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 2 | -6/+6 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 6 | -89/+7 |
| * | Add an implicit cast from varchar to regclass, so that existing code | Tom Lane | 2005-10-21 | 2 | -6/+7 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 27 | -900/+890 |
| * | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 | 1 | -2/+2 |
| * | Expand pg_control information so that we can verify that the database | Tom Lane | 2005-10-03 | 1 | -2/+18 |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 3 | -10/+15 |
| * | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway | 2005-09-16 | 2 | -8/+8 |
| * | Given its current definition that depends on time(NULL), timetz_zone | Tom Lane | 2005-09-09 | 1 | -2/+2 |
| * | Create the pg_pltemplate system catalog to hold template information | Tom Lane | 2005-09-08 | 3 | -6/+87 |
| * | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane | 2005-08-26 | 1 | -1/+2 |
| * | Rename pg_stat_file columns to be more consistent. Split apart change | Bruce Momjian | 2005-08-15 | 1 | -2/+2 |
| * | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 | 1 | -2/+2 |
| * | Make pg_stat_file() use OUT parameters so that the user doesn't have to | Tom Lane | 2005-08-13 | 2 | -9/+5 |
| * | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 | 2 | -5/+5 |
| * | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 | 1 | -1/+18 |
| * | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 | 2 | -4/+6 |
| * | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 | 2 | -4/+8 |
| * | Code and docs review for pg_column_size() patch. | Tom Lane | 2005-08-02 | 1 | -2/+2 |
| * | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 | 1 | -2/+2 |