Commit Graph

32396 Commits (ef007e67022bf7f2367aa10fd226d6fb86b6fb9c)
 

Author SHA1 Message Date
Bruce Momjian 2b3e86d475 Add documentation suggestion about adding a comment to the top of 15 years ago
Bruce Momjian 3430ab5986 Fix plpgsql "PERFORM" markup. 15 years ago
Tom Lane 8b81b99b89 Avoid possibly accessing off the end of memory in SJIS2004 conversion. 15 years ago
Tom Lane 460bfd07b3 Avoid possibly accessing off the end of memory in examine_attribute(). 15 years ago
Bruce Momjian 94bf47db8f Document PERFORM limitation when using WITH queries. 15 years ago
Tom Lane a3850a5f75 Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION. 15 years ago
Tom Lane 95a07c1ebe Update type-conversion documentation for long-ago changes. 15 years ago
Bruce Momjian f85adb65bf Properly document semphore requirements by accounting for worker 15 years ago
Bruce Momjian 0603ba3415 Add documentation link to strftime supported options. 15 years ago
Alvaro Herrera 7dc956fee3 Adjust translator comment format to xgettext expectations 15 years ago
Alvaro Herrera c729082da4 Mark some untranslatable messages with errmsg_internal 15 years ago
Bruce Momjian 082befb516 Add mention that UTC really means UT1. 15 years ago
Tom Lane 33c371b4f5 Update time zone data files to tzdata release 2011i. 15 years ago
Bruce Momjian 2c62b5bb63 Document that contrib/pgtrgm only processes ASCII alphanumeric 15 years ago
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