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
/
equalfuncs.c
Commit message (
Expand
)
Author
Age
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-08-14
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
*
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
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
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
*
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-12
*
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-03
*
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-03
*
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-10-02
*
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-22
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-31
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Robert Haas
2012-04-18
*
Fix various infelicities in node functions.
Robert Haas
2012-04-18
*
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
*
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
*
ALTER TABLE: skip FK validation when it's safe to do so
Alvaro Herrera
2012-02-27
*
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-23
*
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
*
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-05
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Add const qualifiers to node inspection functions
Peter Eisentraut
2011-12-07
*
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-24
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
*
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
*
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-22
*
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
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
*
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
[next]