index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
Commit message (
Expand
)
Author
Age
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
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
*
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-29
*
ALTER TABLESPACE ... MOVE ... OWNED BY
Stephen Frost
2014-01-23
*
Expose a routine to print triggers during EXPLAIN ANALYZE
Alvaro Herrera
2014-01-20
*
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
Robert Haas
2014-01-02
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Fix full-table-vacuum request mechanism for MultiXactIds
Alvaro Herrera
2013-11-29
*
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-11-16
*
Add DISCARD SEQUENCES command.
Robert Haas
2013-10-03
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
*
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
*
Don't pass oidvector by value.
Noah Misch
2013-06-12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
*
Fix confusion between ObjectType and ObjectClass
Alvaro Herrera
2013-04-11
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
*
Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.
Robert Haas
2013-04-09
*
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
Fix missing #include in commands/matview.h.
Tom Lane
2013-03-06
*
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 ddl_command_end support for event triggers.
Robert Haas
2013-01-21
*
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-21
*
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-15
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
*
Fix more weird compiler messages caused
Simon Riggs
2012-12-24
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-12-01
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
*
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-03
*
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-10-02
*
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-21
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
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
*
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-03
[next]