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