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