aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove out-of-date comment about formrdesc().Tom Lane2018-03-01
* Fix format_type() to restore its old behavior.Tom Lane2018-03-01
* pg_regress: Increase space available for test names.Andres Freund2018-03-01
* doc: mention PROVE_TESTS in section of TAP tests.Andres Freund2018-03-01
* doc: Add WaitForBackgroundWorkerShutdown() to bgw docs.Andres Freund2018-03-01
* doc: Add random_zipfian to list of random functions with argument.Andres Freund2018-03-01
* pgbench: consolidate a few PQfinish calls.Andres Freund2018-03-01
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Doc: remove duplicate poly_ops row from SP-GiST opclass table.Tom Lane2018-02-28
* Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane2018-02-28
* Remove restriction on SQL block length in isolationtester scanner.Tom Lane2018-02-28
* For partitionwise join, match on partcollation, not parttypcoll.Robert Haas2018-02-28
* Document LWTRANCHE_PARALLEL_HASH_JOIN.Robert Haas2018-02-28
* Fix assertion failure when Parallel Append is run serially.Robert Haas2018-02-28
* postgres_fdw: Third attempt to stabilize regression tests.Robert Haas2018-02-28
* Update and improve comments.Robert Haas2018-02-28
* doc: Improve man build speedPeter Eisentraut2018-02-28
* Fix warnings in man page buildPeter Eisentraut2018-02-28
* Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane2018-02-27
* Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane2018-02-27
* Revert renaming of int44in/int44out.Tom Lane2018-02-27
* doc: Fix grammar.Robert Haas2018-02-27
* Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane2018-02-27
* Minor cleanup of code related to partially_grouped_rel.Robert Haas2018-02-27
* Fix logic error in add_paths_to_partial_grouping_rel.Robert Haas2018-02-27
* Improve regression test coverage of regress.c.Tom Lane2018-02-27
* Remove unused functions in regress.c.Tom Lane2018-02-27
* Update PartitionTupleRouting struct commentAlvaro Herrera2018-02-26
* Schema-qualify references in test_ddl_deparse test script.Tom Lane2018-02-26
* Last-minute updates for release notes.Tom Lane2018-02-26
* Fix typo in internal error messagePeter Eisentraut2018-02-26
* Document security implications of search_path and the public schema.Noah Misch2018-02-26
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Add a new upper planner relation for partially-aggregated results.Robert Haas2018-02-26
* Un-break parallel pg_upgrade.Tom Lane2018-02-25
* Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22.Tom Lane2018-02-25
* Update headers of generated filesPeter Eisentraut2018-02-24
* Add current directory to Perl include pathPeter Eisentraut2018-02-24
* Use croak instead of die in Perl code when appropriatePeter Eisentraut2018-02-24
* Fix thinko in in_range_float4_float8.Tom Lane2018-02-24
* Add window RANGE support for float4, float8, numeric.Tom Lane2018-02-24
* Check error messages in SSL testsPeter Eisentraut2018-02-24
* Fix filtering of unsupported relations in logical replicationPeter Eisentraut2018-02-23
* First-draft release notes for 10.3.Tom Lane2018-02-23
* Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b52f592894e8.Tom Lane2018-02-23
* Allow auto_explain.log_min_duration to go up to INT_MAX.Tom Lane2018-02-23
* Synchronize doc/ copies of src/test/examples/.Noah Misch2018-02-23
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-23
* Revise API for partition bound search functions.Robert Haas2018-02-23