aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Fix CatalogTupleInsert/Update abstraction for case of shared indstate.Tom Lane2017-02-01
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane2017-01-30
* Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost2017-01-29
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Fill in no_priv_msg for publications and subscriptionsPeter Eisentraut2017-01-26
* Add object_address tests for publications and subscriptionsPeter Eisentraut2017-01-26
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25
* Make UNKNOWN into an actual pseudo-type.Tom Lane2017-01-25
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-25
* Be more aggressive in avoiding tuple conversion.Robert Haas2017-01-24
* Set ecxt_scantuple correctly for tuple routing.Robert Haas2017-01-24
* Reindent table partitioning code.Robert Haas2017-01-24
* Remove unused variable.Robert Haas2017-01-24
* Don't invoke arbitrary code inside a possibly-aborted transaction.Robert Haas2017-01-24
* Fix pointer confusionPeter Eisentraut2017-01-23
* Add missing breakPeter Eisentraut2017-01-22
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Fix comparison logic in partition_bounds_equal for non-finite bounds.Robert Haas2017-01-20
* Logical replicationPeter Eisentraut2017-01-20
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Avoid some code duplication in map_partition_varattnos().Robert Haas2017-01-19
* Fix some problems in check_new_partition_bound().Robert Haas2017-01-19
* Fix RETURNING to work correctly with partition tuple routing.Robert Haas2017-01-19
* Update information_schema queries and system views for new relkind.Robert Haas2017-01-18
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Add function to import operating system collationsPeter Eisentraut2017-01-18
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Remove unnecessary includePeter Eisentraut2017-01-17
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Fix a bug in how we generate partition constraints.Robert Haas2017-01-13
* Assorted code improvements for table partitioning.Robert Haas2017-01-04
* Remove unnecessary arguments from partitioning functions.Robert Haas2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make more use of RoleSpec structPeter Eisentraut2016-12-29
* Fix tuple routing in cases where tuple descriptors don't match.Robert Haas2016-12-22
* Add pg_sequence system catalogPeter Eisentraut2016-12-20
* Invalid parent's relcache after CREATE TABLE .. PARTITION OF.Robert Haas2016-12-19
* Fix bugs in RelationGetPartitionDispatchInfo.Robert Haas2016-12-13
* Clean up code, comments, and formatting for table partitioning.Robert Haas2016-12-13
* Add support for temporary replication slotsPeter Eisentraut2016-12-12
* Silence compiler warning.Robert Haas2016-12-08
* Log the creation of an init fork unconditionally.Robert Haas2016-12-08
* Implement table partitioning.Robert Haas2016-12-07
* Add support for restrictive RLS policiesStephen Frost2016-12-05
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-02
* Fix test about ignoring extension dependencies during extension scripts.Tom Lane2016-11-26
* Add pg_sequences viewPeter Eisentraut2016-11-18