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