aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Allow IMPORT FOREIGN SCHEMA within pl/pgsql.Tom Lane2016-07-12
* doc: Fix typoPeter Eisentraut2016-07-12
* Print a given subplan only once in EXPLAIN.Tom Lane2016-07-11
* Improve output of psql's \df+ command.Tom Lane2016-07-11
* doc: Update URL for PL/PHPPeter Eisentraut2016-07-11
* Add missing newline in error messageMagnus Hagander2016-07-11
* Fix start WAL filename for concurrent backups from standbyMagnus Hagander2016-07-11
* Revert "Add some temporary code to record stack usage at server process exit."Tom Lane2016-07-10
* Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane2016-07-09
* Improve recording of IA64 stack data.Tom Lane2016-07-09
* Add more temporary code to record stack usage at server process exit.Tom Lane2016-07-08
* Docs: minor improvements for documentation about plpgsql triggers.Tom Lane2016-07-08
* Docs: improve examples about not repeating table name in UPDATE ... SET.Tom Lane2016-07-08
* Docs: typo fix.Tom Lane2016-07-08
* Add some temporary code to record stack usage at server process exit.Tom Lane2016-07-08
* Typo fix, buils -> buildsStephen Frost2016-07-08
* Fix missing parenthesis in docsMagnus Hagander2016-07-08
* Fix typo in comment.Robert Haas2016-07-07
* Properly adjust pointers when tuples are moved during CLUSTER.Robert Haas2016-07-07
* Fix a prototype which is inconsistent with the function definition.Robert Haas2016-07-07
* Clarify resource utilization of parallel query.Robert Haas2016-07-07
* Reduce stack space consumption in tzload().Tom Lane2016-07-07
* Rename pg_stat_wal_receiver.conn_info to conninfo.Fujii Masao2016-07-07
* Fix typosPeter Eisentraut2016-07-06
* doc: Fix option order in man pages and fix typosPeter Eisentraut2016-07-06
* Fix typo in comment.Fujii Masao2016-07-06
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-04
* Typo fix.Tom Lane2016-07-03
* Allow RTE_SUBQUERY rels to be considered parallel-safe.Tom Lane2016-07-03
* Fix up parallel-safety marking for appendrels.Tom Lane2016-07-03
* Allow treating TABLESAMPLE scans as parallel-safe.Tom Lane2016-07-03
* Set correct cost data in Gather node added by force_parallel_mode.Tom Lane2016-07-03
* Round rowcount estimate for a partial path to an integer.Tom Lane2016-07-03
* PL/Python: Report argument parsing errors using exceptionsPeter Eisentraut2016-07-02
* Fix failure to mark all aggregates with appropriate transtype.Tom Lane2016-07-02
* doc: mention dependency on collation librariesBruce Momjian2016-07-02
* Fix some interrelated planner issues with initPlans and Param munging.Tom Lane2016-07-01
* Improve WritebackContextInit() comment and prototype argument names.Andres Freund2016-07-01
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-01
* walreceiver: tweak pg_stat_wal_receiver behaviorAlvaro Herrera2016-07-01
* Rethink the GetForeignUpperPaths API (again).Tom Lane2016-07-01
* Set consider_parallel correctly for upper planner rels.Robert Haas2016-07-01
* Be more paranoid in ruleutils.c's get_variable().Tom Lane2016-07-01
* postgres_fdw: Fix cache lookup failure while creating error context.Robert Haas2016-07-01
* postgres_fdw: Remove schema-qualification from cast to text.Robert Haas2016-07-01
* Fix crash bug in RestoreSnapshot.Robert Haas2016-07-01
* Fix several mistakes around parallel workers and client_encoding.Robert Haas2016-06-30
* Fix typo in ReorderBufferIterTXNInit().Tom Lane2016-06-30
* Dodge compiler bug in Visual Studio 2013.Tom Lane2016-06-29
* Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane2016-06-29