aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Fix failure to enforce partitioning contraint for internal partitions.Robert Haas2017-01-19
* Dump sequence data based on the TableDataInfo flagStephen Frost2017-01-19
* Allow negative years in make_date to represent BC yearsAlvaro Herrera2017-01-19
* Adapt python regression tests to 69f4b9c85f16.Andres Freund2017-01-18
* Doc: improve documentation of new SRF-in-tlist behavior.Tom Lane2017-01-18
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Improve comment in hashsearch.c.Robert Haas2017-01-18
* Reset the proper GUC in create_index test.Tom Lane2017-01-18
* Change some test macros to return true booleansAlvaro Herrera2017-01-18
* Implement array version of jsonb_delete and operatorMagnus Hagander2017-01-18
* Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane2017-01-18
* Avoid use of DROP TABLE .. CASCADE in partitioning tests.Robert Haas2017-01-18
* Add some more tests for tuple routing.Robert Haas2017-01-18
* Update information_schema queries and system views for new relkind.Robert Haas2017-01-18
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Factor out logic for computing number of parallel workers.Robert Haas2017-01-18
* Avoid conflicts with collation aliases generated by stripping.Tom Lane2017-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
* Remove dead code in bootstrapAlvaro Herrera2017-01-17
* Fix typoAlvaro Herrera2017-01-17
* Fix typoAlvaro Herrera2017-01-17
* Correct include file pathPeter Eisentraut2017-01-17
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Register missing money operators in system catalogsPeter Eisentraut2017-01-17
* Add more tests for money typePeter Eisentraut2017-01-17
* Rename C symbols for backend lo_ functionsPeter Eisentraut2017-01-17
* Remove unnecessary includePeter Eisentraut2017-01-17
* Remove unnecessary prototypes in loadable modulesPeter Eisentraut2017-01-17
* doc: Update URL for Microsoft download sitePeter Eisentraut2017-01-17
* Add compression support to pg_receivexlogMagnus Hagander2017-01-17
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-17
* Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane2017-01-16
* Fix NULL pointer dereference in tuplesort.c.Tom Lane2017-01-16
* Fix incorrect comparison due to bad mergeMagnus Hagander2017-01-16
* Make pg_basebackup use temporary replication slotsMagnus Hagander2017-01-16
* Fix typos in comments.Fujii Masao2017-01-16
* Fix matching of boolean index columns to sort ordering.Tom Lane2017-01-15
* Teach contrib/pg_stat_statements to handle multi-statement commands better.Tom Lane2017-01-14
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.Tom Lane2017-01-14
* Change default values for backup and replication parametersMagnus Hagander2017-01-14
* pg_ctl: Change default to wait for all actionsPeter Eisentraut2017-01-14
* Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut2017-01-13
* Fix some more regression test row-order-instability issues.Tom Lane2017-01-13
* In PL/Tcl tests, don't choke if optional error fields are missing.Tom Lane2017-01-13
* pg_upgrade: Fix for changed pg_ctl default stop modePeter Eisentraut2017-01-13