summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-01Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera
2018-03-01Fix IOS planning when only some index columns can return an attribute.Tom Lane
2018-03-01Remove out-of-date comment about formrdesc().Tom Lane
2018-03-01Fix format_type() to restore its old behavior.Tom Lane
2018-03-01pg_regress: Increase space available for test names.Andres Freund
2018-03-01pgbench: consolidate a few PQfinish calls.Andres Freund
2018-03-01Remove redundant IndexTupleDSize macro.Tom Lane
2018-02-28Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane
2018-02-28Remove restriction on SQL block length in isolationtester scanner.Tom Lane
2018-02-28For partitionwise join, match on partcollation, not parttypcoll.Robert Haas
2018-02-28Document LWTRANCHE_PARALLEL_HASH_JOIN.Robert Haas
2018-02-28Fix assertion failure when Parallel Append is run serially.Robert Haas
2018-02-28Update and improve comments.Robert Haas
2018-02-27Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane
2018-02-27Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane
2018-02-27Revert renaming of int44in/int44out.Tom Lane
2018-02-27Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane
2018-02-27Minor cleanup of code related to partially_grouped_rel.Robert Haas
2018-02-27Fix logic error in add_paths_to_partial_grouping_rel.Robert Haas
2018-02-27Improve regression test coverage of regress.c.Tom Lane
2018-02-27Remove unused functions in regress.c.Tom Lane
2018-02-26Update PartitionTupleRouting struct commentAlvaro Herrera
2018-02-26Schema-qualify references in test_ddl_deparse test script.Tom Lane
2018-02-26Fix typo in internal error messagePeter Eisentraut
2018-02-26Document security implications of search_path and the public schema.Noah Misch
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-26Add a new upper planner relation for partially-aggregated results.Robert Haas
2018-02-25Un-break parallel pg_upgrade.Tom Lane
2018-02-24Update headers of generated filesPeter Eisentraut
2018-02-24Add current directory to Perl include pathPeter Eisentraut
2018-02-24Use croak instead of die in Perl code when appropriatePeter Eisentraut
2018-02-24Fix thinko in in_range_float4_float8.Tom Lane
2018-02-24Add window RANGE support for float4, float8, numeric.Tom Lane
2018-02-24Check error messages in SSL testsPeter Eisentraut
2018-02-24Fix filtering of unsupported relations in logical replicationPeter Eisentraut
2018-02-23Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b52f592894e8.Tom Lane
2018-02-23Synchronize doc/ copies of src/test/examples/.Noah Misch
2018-02-23Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane
2018-02-23Revise API for partition bound search functions.Robert Haas
2018-02-23Revise API for partition_rbound_cmp/partition_rbound_datum_cmp.Robert Haas
2018-02-23Support parameters in CALLPeter Eisentraut
2018-02-22Remove extra words.Robert Haas
2018-02-22Fix perlcritic warningsPeter Eisentraut
2018-02-22Add user-callable SHA-2 functionsPeter Eisentraut
2018-02-22Be lazier about partition tuple routing.Robert Haas
2018-02-22Remove extra word from comment.Robert Haas
2018-02-22Avoid another valgrind complaint about write() of uninitalized bytes.Robert Haas
2018-02-22Try to stabilize EXPLAIN output in partition_check test.Robert Haas
2018-02-22Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.Robert Haas