summaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAgeFilesLines
* Pgindent run for 8.0.Bruce Momjian2004-08-297-119/+123
* Update copyright to 2004.Bruce Momjian2004-08-2911-22/+22
* Code review for ALTER INDEX patch.Tom Lane2004-08-222-2/+4
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-023-8/+12
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-022-2/+124
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-122-4/+2
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-252-28/+36
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-183-5/+67
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-094-57/+136
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-13/+6
* FastList is history, yay.Tom Lane2004-06-011-79/+4
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-308-24/+14
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-262-2/+28
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-267-709/+1098
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-105-5/+86
* Alter string format used for integer and OID lists in stored rules.Tom Lane2004-05-084-72/+89
* Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane2004-05-063-82/+54
* Fix grammatical error in comment.Neil Conway2004-05-061-3/+3
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-052-4/+30
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-174-4/+61
* Tweak planner so that index expressions and predicates are matched toTom Lane2004-03-141-4/+4
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-112-2/+4
* Micro-opt: replace calls likeNeil Conway2004-01-311-3/+3
* Correct error introduced in recent hasoids changes --- it's not a boolTom Lane2004-01-221-2/+2
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-144-14/+10
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-102-2/+6
* Remove duplicate include of value.h. I think it got in because Tom and I bot...Bruce Momjian2004-01-091-2/+1
* Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian2004-01-091-1/+2
* Add missing inclusion of nodes/value.h.Tom Lane2004-01-071-1/+2
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-073-75/+79
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-062-4/+30
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-062-2/+23
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-051-3/+4
* Improve UniquePath logic to detect the case where the input is alreadyTom Lane2004-01-051-2/+2
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-053-9/+12
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-042-2/+4
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-042-4/+4
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-303-15/+10
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-2912-12/+12
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-252-5/+2
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-122-2/+23
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-092-2/+23
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-174-8/+8
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-172-10/+12
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-111-2/+3
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-085-80/+80
* Update copyrights to 2003.Bruce Momjian2003-08-0410-20/+20