| Age | Commit message (Expand) | Author |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-22 | Code review for ALTER INDEX patch. | Tom Lane |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-08-02 | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane |
| 2004-08-02 | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane |
| 2004-07-12 | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane |
| 2004-06-25 | Support renaming of tablespaces, and changing the owners of | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-06-09 | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-06-01 | FastList is history, yay. | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-26 | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-05-08 | Alter string format used for integer and OID lists in stored rules. | Tom Lane |
| 2004-05-06 | Rewrite nodeRead() in a less obfuscated fashion, per discussion with | Tom Lane |
| 2004-05-06 | Fix grammatical error in comment. | Neil Conway |
| 2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
| 2004-03-17 | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane |
| 2004-03-14 | Tweak planner so that index expressions and predicates are matched to | Tom Lane |
| 2004-03-11 | Add NOWAIT option to LOCK command | Tatsuo Ishii |
| 2004-01-31 | Micro-opt: replace calls like | Neil Conway |
| 2004-01-22 | Correct error introduced in recent hasoids changes --- it's not a bool | Tom Lane |
| 2004-01-14 | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane |
| 2004-01-10 | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway |
| 2004-01-09 | Remove duplicate include of value.h. I think it got in because Tom and I bot... | Bruce Momjian |
| 2004-01-09 | Allow libpq to do thread-safe SIGPIPE handling. This allows it to | Bruce Momjian |
| 2004-01-07 | Add missing inclusion of nodes/value.h. | Tom Lane |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2004-01-07 | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway |
| 2004-01-06 | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane |
| 2004-01-06 | Instead of rechecking lossy index operators by putting them into the | Tom Lane |
| 2004-01-05 | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane |
| 2004-01-05 | Improve UniquePath logic to detect the case where the input is already | Tom Lane |
| 2004-01-05 | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane |
| 2004-01-04 | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane |
| 2004-01-04 | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane |
| 2003-12-30 | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-25 | Get rid of hashkeys field of Hash plan node, since it's redundant with | Tom Lane |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-08-17 | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |