index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
ruleutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ruleutils pretty-printing to not generate trailing whitespace.
Tom Lane
2013-11-11
1
-49
/
+80
*
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-06
1
-2
/
+5
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
1
-107
/
+107
*
Eliminate pg_rewrite.ev_attr column and related dead code.
Kevin Grittner
2013-09-05
1
-15
/
+1
*
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
1
-3
/
+17
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
1
-0
/
+2
*
Move strip_implicit_coercions() from optimizer to nodeFuncs.c.
Tom Lane
2013-07-23
1
-1
/
+0
*
Further hacking on ruleutils' new column-alias-assignment code.
Tom Lane
2013-07-23
1
-39
/
+53
*
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
1
-17
/
+22
*
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-07-18
1
-1
/
+3
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
1
-0
/
+14
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
1
-2
/
+2
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-9
/
+9
*
Fix crash when trying to display a NOTIFY rule action.
Tom Lane
2013-05-16
1
-7
/
+12
*
Perform line wrapping and indenting by default in ruleutils.c.
Tom Lane
2013-02-03
1
-22
/
+37
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
1
-7
/
+21
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
1
-27
/
+60
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-12-31
1
-179
/
+1273
*
Fix some minor issues in view pretty-printing.
Tom Lane
2012-12-24
1
-102
/
+113
*
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.
Tom Lane
2012-10-19
1
-5
/
+13
*
Fix oversight in new code for printing rangetable aliases.
Tom Lane
2012-10-12
1
-10
/
+21
*
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-21
1
-121
/
+210
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Improve EXPLAIN's ability to cope with LATERAL references in plans.
Tom Lane
2012-08-30
1
-8
/
+10
*
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-19
1
-15
/
+42
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
1
-0
/
+6
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
1
-4
/
+3
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
1
-3
/
+3
*
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-17
1
-1
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-47
/
+45
*
Fix printing of whole-row Vars at top level of a SELECT targetlist.
Tom Lane
2012-04-27
1
-13
/
+32
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
1
-2
/
+7
*
Improve pretty printing of viewdefs.
Andrew Dunstan
2012-02-19
1
-2
/
+135
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
1
-3
/
+3
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
1
-53
/
+106
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
1
-2
/
+4
*
Fix get_name_for_var_field() to deal with RECORD Params.
Tom Lane
2011-09-07
1
-56
/
+115
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
1
-0
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-2
/
+0
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
1
-4
/
+7
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
1
-1
/
+2
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
1
-1
/
+0
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-2
/
+2
*
Fix pg_get_constraintdef to cope with NOT VALID constraints
Alvaro Herrera
2011-06-03
1
-0
/
+3
*
Make decompilation of optimized CASE constructs more robust.
Tom Lane
2011-05-26
1
-34
/
+33
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
1
-3
/
+6
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-23
/
+23
*
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-26
1
-2
/
+4
[next]