| Commit message (Expand) | Author | Age |
* | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 |
* | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera | 2006-05-28 |
* | * Add support NULL to GiST. | Teodor Sigaev | 2006-05-24 |
* | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 |
* | Change catalog version due to WAL protocol changes in GiST | Teodor Sigaev | 2006-05-17 |
* | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 |
* | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 |
* | Add GIN opclases for another types | Teodor Sigaev | 2006-05-02 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Provide a namespace.c function for lookup of an operator with exact | Tom Lane | 2006-05-01 |
* | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 |
* | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 |
* | Revert patch pending more discussion: | Bruce Momjian | 2006-04-30 |
* | Disallow changing DEFAULT expression of a SERIAL column. | Bruce Momjian | 2006-04-29 |
* | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 |
* | Update catalog version for ltree changes. | Bruce Momjian | 2006-04-26 |
* | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian | 2006-04-26 |
* | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 |
* | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 |
* | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 |
* | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane | 2006-04-04 |
* | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane | 2006-04-03 |
* | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 |
* | Remove unintened change to pg_proc.h. | Bruce Momjian | 2006-03-10 |
* | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 |
* | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 |
* | 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 |
* | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 |
* | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 |
* | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 |
* | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane | 2006-02-11 |
* | Update catalog version for INET additions. | Bruce Momjian | 2006-02-11 |
* | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 |
* | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 |
* | Use "bitwise" rather than "binary for AND/OR descriptions in \d, to | Bruce Momjian | 2006-02-09 |
* | 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 |
* | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway | 2006-01-16 |
* | 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 |
* | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 |