index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
*
Adjust behavior of single-user -j mode for better initdb error reporting.
Tom Lane
2015-12-17
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
*
Speed up CREATE INDEX CONCURRENTLY's TID sort.
Robert Haas
2015-12-16
*
Mark CHECK constraints declared NOT VALID valid if created with table.
Robert Haas
2015-12-16
*
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
*
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Remove numbers from incorrectly-numbered list.
Robert Haas
2015-11-19
*
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-19
*
Message improvements
Peter Eisentraut
2015-11-16
*
Message style improvements
Peter Eisentraut
2015-10-28
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
Update SQL features list
Peter Eisentraut
2015-09-12
*
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
*
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-10
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Fix some oversights in BRIN patch.
Tom Lane
2015-07-21
*
Fix omission of OCLASS_TRANSFORM in object_classes[]
Alvaro Herrera
2015-07-21
*
Fix misuse of TextDatumGetCString().
Tom Lane
2015-07-02
*
Add transforms to pg_get_object_address and friends
Alvaro Herrera
2015-06-21
*
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-31
*
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.
Tom Lane
2015-05-24
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
Peter Eisentraut
2015-05-18
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
SQLStandard feature T613 Sampling now Supported
Simon Riggs
2015-05-15
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
*
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-11
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
Add pg_file_settings view and function
Stephen Frost
2015-05-08
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Rename pg_replication_slot's new active_in to active_pid.
Andres Freund
2015-04-22
*
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-21
*
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-04-14
*
Add system view pg_stat_ssl
Magnus Hagander
2015-04-12
*
Fix typo in eb68379c3.
Andres Freund
2015-04-09
*
Fix typo in comment.
Fujii Masao
2015-04-08
[next]