index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
/
utility.c
Commit message (
Expand
)
Author
Age
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Add missing tags to GetCommandLogLevel.
Robert Haas
2017-09-14
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-04
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Spelling mistake in comment in utility.c
Simon Riggs
2017-04-05
*
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Add missing break
Alvaro Herrera
2017-03-26
*
Add missing break
Peter Eisentraut
2017-03-25
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
ICU support
Peter Eisentraut
2017-03-23
*
Disallow CREATE/DROP SUBSCRIPTION in transaction block
Peter Eisentraut
2017-03-03
*
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-15
*
Improve comments about ProcessUtility's queryString parameter.
Tom Lane
2017-01-27
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Logical replication
Peter Eisentraut
2017-01-20
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-05
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
*
Fix DDL command collection for TRANSFORM
Alvaro Herrera
2015-06-26
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Add OID output argument to DefineTSConfiguration
Alvaro Herrera
2015-03-25
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
*
Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
Tom Lane
2015-03-08
*
Fix erroneous error message for REINDEX SYSTEM.
Tom Lane
2015-03-08
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Fix stupid merge errors in previous commit
Alvaro Herrera
2015-02-23
*
Support more commands in event triggers
Alvaro Herrera
2015-02-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
*
REINDEX SCHEMA
Simon Riggs
2014-12-09
*
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-12
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Log ALTER SYSTEM statements as DDL
Stephen Frost
2014-09-22
[next]