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
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Improve comment about PartitionBoundInfoData.
Robert Haas
2017-12-11
*
Minor code beautification in partition_bounds_equal.
Robert Haas
2017-12-01
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
If a range-partitioned table has no default partition, reject null keys.
Robert Haas
2017-11-28
*
Add null test to partition constraint for default range partitions.
Robert Haas
2017-11-28
*
Fix assorted syscache lookup sloppiness in partition-related code.
Tom Lane
2017-11-27
*
Fix multiple problems with satisfies_hash_partition.
Robert Haas
2017-11-21
*
Fix typo in comment.
Robert Haas
2017-11-16
*
Centralize executor-related partitioning code.
Robert Haas
2017-11-15
*
Simplify index_[constraint_]create API
Alvaro Herrera
2017-11-14
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Refactor permissions checks for large objects.
Tom Lane
2017-11-09
*
Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.
Tom Lane
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Fix typo in comment
Magnus Hagander
2017-10-30
*
Fix misplaced ReleaseSysCache call in get_default_partition_oid.
Robert Haas
2017-10-28
*
Rethink the dependencies recorded for FieldSelect/FieldStore nodes.
Tom Lane
2017-10-27
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Fix some oversights in expression dependency recording.
Tom Lane
2017-10-23
*
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-14
*
Synchronize error messages.
Robert Haas
2017-10-12
*
Copy information from the relcache instead of pointing to it.
Robert Haas
2017-10-06
*
On CREATE TABLE, consider skipping validation of subpartitions.
Robert Haas
2017-10-05
*
Fix typo.
Robert Haas
2017-10-05
*
Move genbki.pl's find_defined_symbol to Catalog.pm.
Andres Freund
2017-10-04
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Fix bogus size calculation in strlist_to_textarray().
Tom Lane
2017-09-23
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Make RelationGetPartitionDispatchInfo expand depth-first.
Robert Haas
2017-09-14
*
Fix failure-to-copy bug in commit 6f6b99d13.
Tom Lane
2017-09-08
*
Fix uninitialized-variable bug.
Tom Lane
2017-09-08
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Refactor get_partition_for_tuple a bit.
Robert Haas
2017-09-07
*
Tighten up some code in RelationBuildPartitionDesc.
Robert Haas
2017-09-01
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Don't lock tables in RelationGetPartitionDispatchInfo.
Robert Haas
2017-08-17
*
Correct representation of foreign tables in information schema
Peter Eisentraut
2017-08-16
*
Include foreign tables in information_schema.table_privileges
Peter Eisentraut
2017-08-15
*
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Improve the error message when creating an empty range partition.
Robert Haas
2017-08-10
*
Update SQL features list
Peter Eisentraut
2017-08-07
*
Again match pg_user_mappings to information_schema.user_mapping_options.
Noah Misch
2017-08-07
[next]