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