Commit Graph

32217 Commits (030cdaf7fb90decfd7f959aa0d67d19b5669f458)
 

Author SHA1 Message Date
Tom Lane 030cdaf7fb Fix a missed case in code for "moving average" estimate of reltuples. 15 years ago
Tom Lane 579577320e Fix concat_ws() to not insert a separator after leading NULL argument(s). 15 years ago
Tom Lane 4fa37702a0 Actually, all of parallel restore's limitations should be tested earlier. 15 years ago
Tom Lane 76d8bd8b90 Be more user-friendly about unsupported cases for parallel pg_restore. 15 years ago
Tom Lane 5f81cf34e3 Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server. 15 years ago
Tom Lane ef3455f190 Ensure we discard unread/unsent data when abandoning a connection attempt. 15 years ago
Peter Eisentraut 814a7f50c6 Spelling improvement 15 years ago
Tom Lane 93809ad5eb Fix potential memory clobber in tsvector_concat(). 15 years ago
Bruce Momjian 39a713ea05 In pg_upgrade, limit schema name filter to include toast tables. Bug 15 years ago
Alvaro Herrera 0b298bd7a1 Add expected isolationtester output when prepared xacts are disabled 15 years ago
Tom Lane be93200c76 Fix psql lexer to avoid use of backtracking. 15 years ago
Robert Haas de632180ed Properly quote SQL/MED generic options in pg_dump output. 15 years ago
Robert Haas e1f0820b0d Revert "Tweak postgresql.conf.sample's comments on listen_addresess." 15 years ago
Robert Haas 1bde67c0b9 Tweak postgresql.conf.sample's comments on listen_addresess. 15 years ago
Robert Haas eb11a37ed8 Adjust CREATE DOMAIN example for standard_conforming_strings=on. 15 years ago
Tom Lane ac45828e99 Fix pgstatindex() to give consistent results for empty indexes. 15 years ago
Tom Lane 5354abb8f6 Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. 15 years ago
Peter Eisentraut ed1a4adbe3 Build src/ before contrib/ in make world 15 years ago
Tom Lane 867c20c072 Avoid locale dependency in expected output. 15 years ago
Tom Lane e851332876 Fix multiple bugs in extension dropping. 15 years ago
Tom Lane 7f7fdd2a17 Make CREATE EXTENSION check schema creation permissions. 15 years ago
Tom Lane 48f545a3ae Fix overoptimistic assumptions in column width estimation for subqueries. 15 years ago
Heikki Linnakangas 26a092657b Add recovery.conf to the index in the user manual. 15 years ago
Tom Lane 9c471d2412 Fix handling of extension membership when filling in a shell operator. 15 years ago
Tom Lane 38c9eb8fee Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. 15 years ago
Tom Lane 548d1f752b Fix performance problem when building a lossy tidbitmap. 15 years ago
Robert Haas 1ffcc377f6 Fix contrib/sepgsql and contrib/xml2 to always link required libraries. 15 years ago
Robert Haas 1013770dd2 Allow sepgsql regression tests to be run from a user homedir. 15 years ago
Tom Lane d89b8daf5e Tag 9.1rc1. 15 years ago
Tom Lane 6a42b29102 Explain max_prepared_transactions requirement in isolation tests' README. 15 years ago
Heikki Linnakangas b936d9264c Report libpq errors correctly if session setup or teardown steps fail in 15 years ago
Heikki Linnakangas b9585e8f98 Add an SSI regression test that tests all interesting permutations in the 15 years ago
Heikki Linnakangas 89c096c565 Strip whitespace from SQL blocks in the isolation test suite. This is purely 15 years ago
Peter Eisentraut 7ce4abf599 Improve detection of Python 3.2 installations 15 years ago
Peter Eisentraut 7b1509d562 Change PyInit_plpy to external linkage 15 years ago
Tom Lane f85e4057cf Update 9.1 release notes to reflect commits through today. 15 years ago
Tom Lane f26474eff4 Fix two issues in plpython's handling of composite results. 15 years ago
Andrew Dunstan 22a55b3af6 Properly handle empty arrays returned from plperl functions. 15 years ago
Peter Eisentraut dfee7d16ad Translation updates 15 years ago
Magnus Hagander aee1df4de5 Adjust wording now that estimated size can increase 15 years ago
Heikki Linnakangas 59dd4790e2 If backup-end record is not seen, and we reach end of recovery from a 15 years ago
Peter Eisentraut 9dcaf9a052 Move \r out of translatable strings 15 years ago
Peter Eisentraut 1361a47359 MacOS -> Mac OS 15 years ago
Tom Lane 1713bbca7d Forget about targeting catalog cache invalidations by tuple TID. 15 years ago
Tom Lane 84333962ea Fix incorrect order of operations during sinval reset processing. 15 years ago
Tom Lane f48e62274f Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL. 15 years ago
Tom Lane 45476031a5 Fix race condition in relcache init file invalidation. 15 years ago
Magnus Hagander 0615782b23 Adjust total size in pg_basebackup progress report when reality changes 15 years ago
Peter Eisentraut be78374f16 Make pg_basebackup progress report translatable 15 years ago
Peter Eisentraut adbb764e50 Use less cryptic variable names 15 years ago