aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove spurious comma. Spotted by Tom.Heikki Linnakangas2011-09-01
* Add C comment about needed include.Bruce Momjian2011-09-01
* libpq compiles various pgport files like ecpg does, and needs similar MakefileHeikki Linnakangas2011-09-01
* Put back improperly removed #include.Tom Lane2011-09-01
* Add C comment about necessary NetBSD include.Bruce Momjian2011-09-01
* Add missing hba.h include for NetBSD.Bruce Momjian2011-09-01
* In SGML we only need to worry about "<", not ">"; update scripts.Bruce Momjian2011-09-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes2011-09-01
* Minor improvements to mbregress.sh script.Robert Haas2011-09-01
* Userspace access vector cache for contrib/sepgsql.Robert Haas2011-09-01
* Fix "is db labeled test?" in chkselinuxenv script.Robert Haas2011-09-01
* Remove "fmgr.h" include in cube contrib --- caused crash on a GentooBruce Momjian2011-09-01
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-01
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas2011-09-01
* Further repair of eqjoinsel ndistinct-clamping logic.Tom Lane2011-09-01
* Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.Bruce Momjian2011-08-31
* Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.Tom Lane2011-08-31
* The replication status values in pg_stat_replication was changed toHeikki Linnakangas2011-08-31
* Fix not-backwards-compatible pg_upgrade test for prepared transactions.Tom Lane2011-08-30
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-30
* Clean up pg_regress --help outputPeter Eisentraut2011-08-30
* Some markup cleanup to deconfuse the find_gt_lt toolPeter Eisentraut2011-08-30
* Repair brain fade in previous commit, per Josh Kupershmidt.Robert Haas2011-08-30
* Add --if-exists option to dropdb and dropuser.Robert Haas2011-08-30
* Detect out of date flex in MSVC builds.Andrew Dunstan2011-08-30
* Fix parsing of time string followed by yesterday/today/tomorrow.Robert Haas2011-08-30
* Remove some tabs from README file.Robert Haas2011-08-29
* Fix concat_ws() to not insert a separator after leading NULL argument(s).Tom Lane2011-08-29
* Use a non-locking test in TAS_SPIN() on all IA64 platforms.Tom Lane2011-08-29
* Improve spinlock performance for HP-UX, ia64, non-gcc.Robert Haas2011-08-29
* Actually, all of parallel restore's limitations should be tested earlier.Tom Lane2011-08-28
* Be more user-friendly about unsupported cases for parallel pg_restore.Tom Lane2011-08-28
* Include $cc_string in the info reported by a configure run.Tom Lane2011-08-28
* Modify pgrminclude -v to report include files that can't be compiled onBruce Momjian2011-08-28
* Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane2011-08-27
* Document minimum required version of DocBook XSL stylesheetsPeter Eisentraut2011-08-27
* Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane2011-08-27
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-27
* Add support for #elif to pgrminclude.Bruce Momjian2011-08-27
* Implement the information schema with_hierarchy columnPeter Eisentraut2011-08-27
* Spelling improvementPeter Eisentraut2011-08-27
* Add another pgdefine path check, and a cvs-git change.Bruce Momjian2011-08-26
* Change references of CVS to .git.Bruce Momjian2011-08-26
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-26
* Fix missing pgdefine detection in pgrminclude.Bruce Momjian2011-08-26
* Modify pgrminclude to include all code, even in #if blocks. ProcessBruce Momjian2011-08-26
* Cleanup of script.Bruce Momjian2011-08-26
* Add missing includes after pgrminclude run.Bruce Momjian2011-08-26