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
*
Remove obsolete pg_constraint.consrc column
Peter Eisentraut
2018-11-01
*
Remove obsolete pg_attrdef.adsrc column
Peter Eisentraut
2018-11-01
*
Add pg_promote function
Michael Paquier
2018-10-25
*
Set pg_class.relhassubclass for partitioned indexes
Michael Paquier
2018-10-22
*
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-16
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-11
*
Add pg_ls_archive_statusdir function
Michael Paquier
2018-10-09
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-09
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Assign constraint name when cloning FK definition for partitions
Michael Paquier
2018-10-06
*
Add pg_ls_tmpdir function
Michael Paquier
2018-10-05
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Fix duplicate primary keys in partitions
Alvaro Herrera
2018-10-04
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Add a "return" statement to pacify perlcritic.
Tom Lane
2018-09-20
*
Teach genbki.pl to auto-generate pg_type entries for array types.
Tom Lane
2018-09-20
*
Refactor routines for subscription and publication lookups
Michael Paquier
2018-09-18
*
Simplify index tuple descriptor initialization
Peter Eisentraut
2018-09-13
*
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-07
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Remove pg_constraint.conincluding
Alvaro Herrera
2018-09-03
*
Error position support for defaults and check constraints
Peter Eisentraut
2018-08-30
*
Clarify comment about assignment and reset of temp namespace ID in MyProc
Michael Paquier
2018-08-21
*
Improve error messages for CREATE OR REPLACE PROCEDURE
Peter Eisentraut
2018-08-18
*
InsertPgAttributeTuple() to set attcacheoff
Peter Eisentraut
2018-08-17
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
Add table relcache invalidation to index builds.
Peter Geoghegan
2018-08-03
*
Add toast tables to most system catalogs
Michael Paquier
2018-07-20
*
Fix argument of pg_create_logical_replication_slot for slot name
Michael Paquier
2018-07-13
*
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2018-07-12
*
Use access() to check file existence in GetNewRelFileNode()
Michael Paquier
2018-07-08
*
Enable failure to rename a partitioned index
Alvaro Herrera
2018-06-26
*
Allow for pg_upgrade of attributes with missing values
Andrew Dunstan
2018-06-22
*
Remove obsolete prohibition on function name matching a column name.
Tom Lane
2018-06-18
*
Fix spurious non-ASCII bytes
Peter Eisentraut
2018-06-04
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
*
Improve English wording of some other getObjectDescription() messages.
Tom Lane
2018-05-24
*
Improve translatability of some getObjectDescription() messages.
Tom Lane
2018-05-24
*
Fix objectaddress.c code for publication relations.
Tom Lane
2018-05-24
*
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-05-24
*
Update SQL features list
Peter Eisentraut
2018-05-21
*
Assorted minor cleanups for bootstrap-data Perl scripts.
Tom Lane
2018-05-19
*
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-05-15
*
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-05-09
*
perltidy some recent code changes before changing perltidy settings
Andrew Dunstan
2018-05-09
*
Count heap tuples in non-SnapshotAny path in IndexBuildHeapRangeScan().
Tom Lane
2018-05-08
*
Clean up some perlcritic warnings
Andrew Dunstan
2018-05-07
*
Fix precedence problem in new Perl code.
Tom Lane
2018-05-04
[next]