aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Allow the element allocator for a simplehash to be specified.Robert Haas2017-02-07
* Cache hash index's metapage in rel->rd_amcache.Robert Haas2017-02-07
* Fix typos in comments.Heikki Linnakangas2017-02-06
* pageinspect: Support hash indexes.Robert Haas2017-02-02
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* 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
* Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas2017-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
* Refactor bitmap heap scan estimation of heap pages fetched.Robert Haas2017-01-27
* Orthography fixes for new castNode() macro.Tom Lane2017-01-27
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-26
* Fix typo in description for pg_replication_origin_advance function.Fujii Masao2017-01-27
* Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane2017-01-25
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25
* Remove vestigial resolveUnknown arguments from transformSortClause etc.Tom Lane2017-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
* Add a SHOW command to the replication command language.Robert Haas2017-01-24
* Add a new DestReceiver for printing tuples without catalog access.Robert Haas2017-01-24
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Reindent table partitioning code.Robert Haas2017-01-24
* Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.Robert Haas2017-01-24
* Fix interaction of partitioned tables with BulkInsertState.Robert Haas2017-01-24
* Fix default minimum value for descending sequencesPeter Eisentraut2017-01-23
* Add more includes so header files are self-containedPeter Eisentraut2017-01-21
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Bump catversionPeter Eisentraut2017-01-20
* Logical replicationPeter Eisentraut2017-01-20
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Fix race condition in reading commit timestampsAlvaro Herrera2017-01-19
* Fix RETURNING to work correctly with partition tuple routing.Robert Haas2017-01-19
* Fix failure to enforce partitioning contraint for internal partitions.Robert Haas2017-01-19
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Change some test macros to return true booleansAlvaro Herrera2017-01-18
* Implement array version of jsonb_delete and operatorMagnus Hagander2017-01-18
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-18
* Add function to import operating system collationsPeter Eisentraut2017-01-18
* Correct include file pathPeter Eisentraut2017-01-17
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Register missing money operators in system catalogsPeter Eisentraut2017-01-17
* Rename C symbols for backend lo_ functionsPeter Eisentraut2017-01-17
* Remove unnecessary includePeter Eisentraut2017-01-17
* Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane2017-01-16
* Fix matching of boolean index columns to sort ordering.Tom Lane2017-01-15
* 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
* Fix field order in struct catcache.Tom Lane2017-01-12