Commit Graph

44574 Commits (32af96b2b118cd204ca809d7c48c7f8ea7f879cf)
 

Author SHA1 Message Date
Tom Lane 81b9b5ce49 Make gistvacuumcleanup() count the actual number of index tuples. 8 years ago
Magnus Hagander 7240962f86 Fix msvc builds for ActivePerl > 5.24 8 years ago
Andres Freund 17b340abf8 Minor clean-up in dshash.{c,h}. 8 years ago
Andres Freund 07c6e5163e Remove volatile qualifiers from shm_mq.c. 8 years ago
Tom Lane 8ecdc2ffe3 Use ereport not elog for some corrupt-HOT-chain reports. 8 years ago
Alvaro Herrera 477ad05e16 Relax overly strict sanity check for upgraded ancient databases 8 years ago
Tom Lane b5febc1d12 Fix IOS planning when only some index columns can return an attribute. 8 years ago
Tom Lane 6452b098c0 Remove out-of-date comment about formrdesc(). 8 years ago
Tom Lane 8f72a57048 Fix format_type() to restore its old behavior. 8 years ago
Andres Freund 1437824564 pg_regress: Increase space available for test names. 8 years ago
Andres Freund 9c4968469a doc: mention PROVE_TESTS in section of TAP tests. 8 years ago
Andres Freund a88609089a doc: Add WaitForBackgroundWorkerShutdown() to bgw docs. 8 years ago
Andres Freund 8c438fcc9f doc: Add random_zipfian to list of random functions with argument. 8 years ago
Andres Freund 337be37da3 pgbench: consolidate a few PQfinish calls. 8 years ago
Tom Lane d79e7e92bf Remove redundant IndexTupleDSize macro. 8 years ago
Tom Lane d3b851e9a3 Doc: remove duplicate poly_ops row from SP-GiST opclass table. 8 years ago
Tom Lane 43e9490866 Rename base64 routines to avoid conflict with Solaris built-in functions. 8 years ago
Tom Lane 38a1144a91 Remove restriction on SQL block length in isolationtester scanner. 8 years ago
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