summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAgeFilesLines
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN toTom Lane2007-02-231-310/+329
* Change Agg and Group nodes so that Vars contained in their targetlistsTom Lane2007-02-221-2/+2
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-32/+16
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-16/+36
* Update documentation for pg_get_serial_sequence() function.Bruce Momjian2007-01-301-1/+3
* Properly detoast access to bytea field pg_trigger.tgargs. Old codeBruce Momjian2007-01-251-3/+2
* Simplify pg_am representation of ordering-capable access methods:Tom Lane2007-01-201-2/+2
* Add missing copyright blurb, make ruleutils.c use the standard layoutNeil Conway2007-01-201-6/+14
* Fix reverse compilation of IS DOCUMENT expression.Peter Eisentraut2007-01-141-2/+4
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-141-2/+8
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-6/+45
* Fix multiple breakages in last XML patch.Tom Lane2006-12-291-1/+2
* De-escape XML names when reverse-compiling XML expressions.Peter Eisentraut2006-12-291-9/+3
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-26/+138
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-22/+5
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+26
* Fix pg_get_serial_sequence(), which could incorrectly return the nameTom Lane2006-11-101-4/+6
* pgindent run for 8.2.Bruce Momjian2006-10-041-69/+71
* Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane2006-10-011-3/+7
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-211-3/+3
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-40/+83
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-34/+149
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-5/+19
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-10/+1
* Fix typos in comments.Neil Conway2006-07-041-3/+3
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-31/+42
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+58
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-4/+7
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-29/+19
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-6/+9
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-301-18/+12
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-221-19/+2
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-081-97/+96
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-3/+2
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-33/+48
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-5/+8
* Remove copyright notices from Jan (per author approval), and those filesBruce Momjian2006-03-111-31/+1
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-071-11/+1
* Fix display of whole-row Var appearing at the top level of a SELECT list.Tom Lane2006-01-261-25/+56
* Repair EXPLAIN failure when trying to display a plan condition that involvesTom Lane2005-12-301-4/+26
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-53/+107
* Teach deparsing of CASE expressions to cope with the simplified formsTom Lane2005-12-101-7/+32
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-188/+179
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-061-10/+38
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-4/+6
* Check for out-of-range varoattno in deparse_context_for_subplan.Tom Lane2005-07-151-5/+11
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-8/+17