| Commit message (Expand) | Author | Age |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 |
* | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane | 2006-12-10 |
* | Refactor ExecGetJunkAttribute to avoid searching for junk attributes | Tom Lane | 2006-12-04 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 |
* | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 |
* | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 |
* | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 |
* | Fix LLONG_MAX define used by new int64 FETCH/MOVE patch. | Bruce Momjian | 2006-09-03 |
* | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 |
* | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 |
* | Move xact.c's partial support for Lists of TransactionIds into pg_list.h. | Tom Lane | 2006-08-27 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 |
* | Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState | Tom Lane | 2006-08-04 |
* | Arrange for ValuesScan to keep per-sublist expression eval state in a | Tom Lane | 2006-08-02 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 |
* | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 |
* | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane | 2006-07-26 |
* | Change LIMIT/OFFSET to use int8 | Bruce Momjian | 2006-07-26 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Remove trailing comma from CreateStmtLikeOption enum definition. This | Neil Conway | 2006-07-13 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian | 2006-07-02 |
* | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 |
* | Fix hash aggregation to suppress unneeded columns from being stored in | Tom Lane | 2006-06-28 |
* | Adjust TupleHashTables to use MinimalTuple format for contained tuples. | Tom Lane | 2006-06-28 |
* | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 |
* | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 |
* | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 |
* | 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 |
* | Use schema search path to find the first matching contraint name for SET | Bruce Momjian | 2006-04-27 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Support the syntax | Tom Lane | 2006-04-15 |
* | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 |
* | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |