Commit Graph

44356 Commits (2af28e603319224e87fd35ab62f36ef6de45eaac)
 

Author SHA1 Message Date
Robert Haas 2af28e6033 For partitionwise join, match on partcollation, not parttypcoll. 8 years ago
Robert Haas 73797b7884 Document LWTRANCHE_PARALLEL_HASH_JOIN. 8 years ago
Robert Haas ce1663cdcd Fix assertion failure when Parallel Append is run serially. 8 years ago
Robert Haas 4fa396464e postgres_fdw: Third attempt to stabilize regression tests. 8 years ago
Robert Haas c161ea138f Update and improve comments. 8 years ago
Peter Eisentraut 6d933da306 doc: Improve man build speed 8 years ago
Peter Eisentraut d21ddc220f Fix warnings in man page build 8 years ago
Tom Lane 51057feaa6 Fix up ecpg's configuration so it handles "long long int" in MSVC builds. 8 years ago
Tom Lane e98a4de7d2 Use the correct tuplestore read pointer in a NamedTuplestoreScan. 8 years ago
Tom Lane c40e20a83c Revert renaming of int44in/int44out. 8 years ago
Robert Haas 6614aaa699 doc: Fix grammar. 8 years ago
Tom Lane 25b692568f Prevent dangling-pointer access when update trigger returns old tuple. 8 years ago
Robert Haas 5e6a63c0d1 Minor cleanup of code related to partially_grouped_rel. 8 years ago
Robert Haas 3bfe957761 Fix logic error in add_paths_to_partial_grouping_rel. 8 years ago
Tom Lane be42eb9d62 Improve regression test coverage of regress.c. 8 years ago
Tom Lane db3af9feb1 Remove unused functions in regress.c. 8 years ago
Alvaro Herrera 364de25665 Update PartitionTupleRouting struct comment 8 years ago
Tom Lane fb533e45f9 Schema-qualify references in test_ddl_deparse test script. 8 years ago
Tom Lane 8af3855699 Last-minute updates for release notes. 8 years ago
Peter Eisentraut 964bddf1e8 Fix typo in internal error message 8 years ago
Noah Misch 5770172cb0 Document security implications of search_path and the public schema. 8 years ago
Noah Misch 582edc369c Empty search_path in Autovacuum and non-psql/pgbench clients. 8 years ago
Tom Lane 3d2aed664e Avoid using unsafe search_path settings during dump and restore. 8 years ago
Robert Haas 3bf05e096b Add a new upper planner relation for partially-aggregated results. 8 years ago
Tom Lane 5b570d771b Un-break parallel pg_upgrade. 8 years ago
Tom Lane 1316417bba Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. 8 years ago
Peter Eisentraut c4ba1bee68 Update headers of generated files 8 years ago
Peter Eisentraut 9ee0573ef1 Add current directory to Perl include path 8 years ago
Peter Eisentraut fde03e8b55 Use croak instead of die in Perl code when appropriate 8 years ago
Tom Lane 32291aed49 Fix thinko in in_range_float4_float8. 8 years ago
Tom Lane 8b29e88cdc Add window RANGE support for float4, float8, numeric. 8 years ago
Peter Eisentraut 081bfc19b3 Check error messages in SSL tests 8 years ago
Peter Eisentraut bc1adc651b Fix filtering of unsupported relations in logical replication 8 years ago
Tom Lane eec1a8cb6c First-draft release notes for 10.3. 8 years ago
Tom Lane 9fe802c818 Fix brown-paper-bag bug in commit 0a459cec96. 8 years ago
Tom Lane 8af87f411c Allow auto_explain.log_min_duration to go up to INT_MAX. 8 years ago
Noah Misch fe35cea7cf Synchronize doc/ copies of src/test/examples/. 8 years ago
Tom Lane 9afd513df0 Fix planner failures with overlapping mergejoin clauses in an outer join. 8 years ago
Robert Haas f724022d0a Revise API for partition bound search functions. 8 years ago
Robert Haas b022923556 Revise API for partition_rbound_cmp/partition_rbound_datum_cmp. 8 years ago
Peter Eisentraut 76b6aa41f4 Support parameters in CALL 8 years ago
Robert Haas a6a80134e3 Remove extra words. 8 years ago
Peter Eisentraut abcba7001e Fix perlcritic warnings 8 years ago
Peter Eisentraut 0db2fc98cd Update gratuitous use of MD5 in documentation 8 years ago
Peter Eisentraut 10cfce34c0 Add user-callable SHA-2 functions 8 years ago
Robert Haas edd44738bc Be lazier about partition tuple routing. 8 years ago
Robert Haas 810e7e264a Remove extra word from comment. 8 years ago
Robert Haas 84cb51b4e2 postgres_fdw: Fix interaction of PHVs with child joins. 8 years ago
Robert Haas de6428afe1 Avoid another valgrind complaint about write() of uninitalized bytes. 8 years ago
Robert Haas 9a5c4f58f3 Try to stabilize EXPLAIN output in partition_check test. 8 years ago