summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane2013-11-111-49/+80
* Support default arguments and named-argument notation for window functions.Tom Lane2013-11-061-2/+5
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-311-107/+107
* Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner2013-09-051-15/+1
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-031-3/+17
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-291-0/+2
* Move strip_implicit_coercions() from optimizer to nodeFuncs.c.Tom Lane2013-07-231-1/+0
* Further hacking on ruleutils' new column-alias-assignment code.Tom Lane2013-07-231-39/+53
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-231-17/+22
* Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan2013-07-181-1/+3
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-161-0/+14
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-2/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-9/+9
* Fix crash when trying to display a NOTIFY rule action.Tom Lane2013-05-161-7/+12
* Perform line wrapping and indenting by default in ruleutils.c.Tom Lane2013-02-031-22/+37
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-7/+21
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-211-27/+60
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-311-179/+1273
* Fix some minor issues in view pretty-printing.Tom Lane2012-12-241-102/+113
* Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane2012-10-191-5/+13
* Fix oversight in new code for printing rangetable aliases.Tom Lane2012-10-121-10/+21
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-211-121/+210
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Improve EXPLAIN's ability to cope with LATERAL references in plans.Tom Lane2012-08-301-8/+10
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-191-15/+42
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-071-0/+6
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-241-4/+3
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-3/+3
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-171-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-47/+45
* Fix printing of whole-row Vars at top level of a SELECT targetlist.Tom Lane2012-04-271-13/+32
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-201-2/+7
* Improve pretty printing of viewdefs.Andrew Dunstan2012-02-191-2/+135
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-301-3/+3
* Rearrange the implementation of index-only scans.Tom Lane2011-10-111-53/+106
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-161-2/+4
* Fix get_name_for_var_field() to deal with RECORD Params.Tom Lane2011-09-071-56/+115
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-081-4/+7
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-1/+2
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-151-1/+0
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-2/+2
* Fix pg_get_constraintdef to cope with NOT VALID constraintsAlvaro Herrera2011-06-031-0/+3
* Make decompilation of optimized CASE constructs more robust.Tom Lane2011-05-261-34/+33
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-221-3/+6
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-23/+23
* Clean up a few failures to set collation fields in expression nodes.Tom Lane2011-03-261-2/+4