summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-02Add archive_command exampleHEADgithub/mastermasterPeter Eisentraut1-0/+3
2011-09-02Whitespace adjustment for consistency in the filePeter Eisentraut1-1/+1
2011-09-02Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane4-17/+32
2011-09-02Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to f...Michael Meskes1-1/+2
2011-09-01Improve method of avoiding fcinfo compile errors.Bruce Momjian4-13/+23
2011-09-01Remove spurious comma. Spotted by Tom.Heikki Linnakangas1-1/+1
2011-09-01Add C comment about needed include.Bruce Momjian1-1/+1
2011-09-01libpq compiles various pgport files like ecpg does, and needs similar MakefileHeikki Linnakangas1-3/+3
2011-09-01Put back improperly removed #include.Tom Lane1-0/+1
2011-09-01Add C comment about necessary NetBSD include.Bruce Momjian1-1/+1
2011-09-01Add missing hba.h include for NetBSD.Bruce Momjian1-0/+1
2011-09-01In SGML we only need to worry about "<", not ">"; update scripts.Bruce Momjian3-7/+7
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian308-647/+22
2011-09-01In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes1-1/+8
2011-09-01Minor improvements to mbregress.sh script.Robert Haas1-2/+7
2011-09-01Userspace access vector cache for contrib/sepgsql.Robert Haas12-211/+661
2011-09-01Fix "is db labeled test?" in chkselinuxenv script.Robert Haas1-1/+1
2011-09-01Remove "fmgr.h" include in cube contrib --- caused crash on a GentooBruce Momjian1-2/+0
2011-09-01Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas6-110/+126
2011-09-01setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas4-70/+138
2011-09-01Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas1-9/+10
2011-09-01Further repair of eqjoinsel ndistinct-clamping logic.Tom Lane1-58/+50
2011-09-01Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.Bruce Momjian1-9/+9
2011-08-31Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.Tom Lane1-8/+73
2011-08-31The replication status values in pg_stat_replication was changed toHeikki Linnakangas2-4/+4
2011-08-30Fix not-backwards-compatible pg_upgrade test for prepared transactions.Tom Lane1-1/+1
2011-08-30Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane3-11/+37
2011-08-30Clean up pg_regress --help outputPeter Eisentraut1-12/+12
2011-08-30Some markup cleanup to deconfuse the find_gt_lt toolPeter Eisentraut6-16/+13
2011-08-30Repair brain fade in previous commit, per Josh Kupershmidt.Robert Haas1-1/+1
2011-08-30Add --if-exists option to dropdb and dropuser.Robert Haas4-3/+38
2011-08-30Detect out of date flex in MSVC builds.Andrew Dunstan1-3/+7
2011-08-30Fix parsing of time string followed by yesterday/today/tomorrow.Robert Haas3-14/+100
2011-08-30Remove some tabs from README file.Robert Haas1-30/+30
2011-08-29Fix concat_ws() to not insert a separator after leading NULL argument(s).Tom Lane1-11/+23
2011-08-29Use a non-locking test in TAS_SPIN() on all IA64 platforms.Tom Lane1-6/+22
2011-08-29Improve spinlock performance for HP-UX, ia64, non-gcc.Robert Haas2-12/+25
2011-08-29Actually, all of parallel restore's limitations should be tested earlier.Tom Lane1-15/+23
2011-08-29Be more user-friendly about unsupported cases for parallel pg_restore.Tom Lane2-2/+13
2011-08-28Include $cc_string in the info reported by a configure run.Tom Lane2-17/+18
2011-08-28Modify pgrminclude -v to report include files that can't be compiled onBruce Momjian1-65/+98
2011-08-27Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane1-27/+17
2011-08-27Document minimum required version of DocBook XSL stylesheetsPeter Eisentraut1-0/+4
2011-08-27Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane1-0/+18
2011-08-27Allow more include files to be compiled in their own by adding missingBruce Momjian8-2/+11
2011-08-27Add support for #elif to pgrminclude.Bruce Momjian1-2/+3
2011-08-27Implement the information schema with_hierarchy columnPeter Eisentraut2-3/+17
2011-08-27Spelling improvementPeter Eisentraut1-2/+2
2011-08-27Add another pgdefine path check, and a cvs-git change.Bruce Momjian3-3/+6
2011-08-27Change references of CVS to .git.Bruce Momjian2-3/+5