Commit Graph

44599 Commits (8a934d6778331f2ac04a40f4f22178a56a232315)
 

Author SHA1 Message Date
Tom Lane c2c537c56d Temporarily instrument postgres_fdw test to look for statistics changes. 8 years ago
Tom Lane 722408bcd1 Add infrastructure to support server-version-dependent tab completion. 8 years ago
Robert Haas 42d7074ebb shm_mq: Fix detach race condition. 8 years ago
Fujii Masao 2f3e2340cd Fix pg_rewind to handle relation data files in tablespaces properly. 8 years ago
Peter Eisentraut 09230e54fb Remove some obsolete procedure-specific code from PLs 8 years ago
Peter Eisentraut dd9ed0bf70 doc: Tiny whitespace fix 8 years ago
Magnus Hagander 6946280cde Actually pick .lib file when multiple perl libs are present 8 years ago
Peter Eisentraut f7c7f67fec PL/pgSQL: Simplify RETURN checking for procedures 8 years ago
Tom Lane 58d9acc18d Fix assorted issues in convert_to_scalar(). 8 years ago
Peter Eisentraut 7726147f53 doc: Small wording improvement 8 years ago
Peter Eisentraut e568eed2fc doc: Fix links to pg_stat_replication 8 years ago
Peter Eisentraut 39314efa4d Minor fixes for reloptions tests 8 years ago
Tom Lane 8d90b4d01a Minor cleanup in genbki.pl. 8 years ago
Tom Lane a351679c80 Trivial adjustments in preparation for bootstrap data conversion. 8 years ago
Peter Eisentraut 506652bcae doc: Improve wording 8 years ago
Peter Eisentraut f96f48113f In SSL tests, restart after pg_hba.conf changes 8 years ago
Peter Eisentraut ff18115ae9 Prevent LDAP and SSL tests from running without support in build 8 years ago
Peter Eisentraut fdb34824e0 Add PG_TEST_EXTRA to control optional test suites 8 years ago
Tom Lane 0b1d1a038b Fix VM buffer pin management in heap_lock_updated_tuple_rec(). 8 years ago
Tom Lane e94f2bc809 Fix pgbench TAP test to work in VPATH builds. 8 years ago
Peter Eisentraut fd1a421fe6 Add prokind column, replacing proisagg and proiswindow 8 years ago
Robert Haas 1733460f02 postgres_fdw: Fourth attempt to stabilize regression tests. 8 years ago
Robert Haas 497171d3e2 shm_mq: Have the receiver set the sender's less frequently. 8 years ago
Robert Haas 34db06ef9a shm_mq: Reduce spinlock usage. 8 years ago
Fujii Masao 2b8c94e1b4 Improve tab-completion for ALTER INDEX RESET/SET. 8 years ago
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