Commit Graph

32232 Commits (eed7dcfceedeb314d17695f014754ac0f3e8f892)
 

Author SHA1 Message Date
Tom Lane eed7dcfcee Guard against using plperl's Makefile without specifying --with-perl. 15 years ago
Tom Lane 1ae019f04b Fix #include problems in 9.1 branch. 15 years ago
Tom Lane b6cfede8b6 Fix typo in pg_srand48 (srand48 in older branches). 15 years ago
Michael Meskes 7c0e1a28ac Fix brace indentation of commit 5ad0e899f0 to fit PostgreSQL style. 15 years ago
Heikki Linnakangas 8027e4d4be Remove spurious comma. Spotted by Tom. 15 years ago
Heikki Linnakangas 4fcceef0de libpq compiles various pgport files like ecpg does, and needs similar Makefile 15 years ago
Michael Meskes 5ad0e899f0 In ecpglib restore LC_NUMERIC in case of an error. 15 years ago
Heikki Linnakangas 6952071450 Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 15 years ago
Heikki Linnakangas 83748f3a4e setlocale() on Windows doesn't work correctly if the locale name contains 15 years ago
Heikki Linnakangas 116b67f3ad Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF 15 years ago
Tom Lane f759ef139e Further repair of eqjoinsel ndistinct-clamping logic. 15 years ago
Bruce Momjian dbb8d4769c Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers. 15 years ago
Tom Lane ca4f70ca77 Improve eqjoinsel's ndistinct clamping to work for multiple levels of join. 15 years ago
Heikki Linnakangas edf4edae57 The replication status values in pg_stat_replication was changed to 15 years ago
Tom Lane 333eb32081 Fix not-backwards-compatible pg_upgrade test for prepared transactions. 15 years ago
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