index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
readfuncs.c
Commit message (
Expand
)
Author
Age
*
Do not write out WCOs in Query
Stephen Frost
2015-10-05
*
RLS refactoring
Stephen Frost
2015-09-15
*
Reconcile nodes/*funcs.c with recent work.
Noah Misch
2015-08-05
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Refactor ON CONFLICT index inference parse tree representation.
Andres Freund
2015-05-19
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
*
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Suppress Coverity complaints in readfuncs.c.
Heikki Linnakangas
2014-01-16
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Suppress compiler warnings in readfuncs.c.
Tom Lane
2012-06-30
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Add some infrastructure for contrib/pg_stat_statements.
Tom Lane
2012-03-27
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-24
*
Avoid compiler warnings due to possibly unused variables
Peter Eisentraut
2011-06-16
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Use memcmp() rather than strncmp() when shorter string length is known.
Robert Haas
2010-12-21
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
[next]