| 2011-09-06 | Bruce Momjian | Document PERFORM limitation when using WITH queries. | commit | commitdiff | tree | 
| 2011-09-06 | Tom Lane | Add an "incompatibility" entry to 9.1 release notes... | commit | commitdiff | tree | 
| 2011-09-06 | Tom Lane | Update type-conversion documentation for long-ago changes. | commit | commitdiff | tree | 
| 2011-09-06 | Bruce Momjian | Properly document semphore requirements by accounting... | commit | commitdiff | tree | 
| 2011-09-06 | Bruce Momjian | Add documentation link to strftime supported options. | commit | commitdiff | tree | 
| 2011-09-06 | Bruce Momjian | Add C comment about why we send cache invalidation... | commit | commitdiff | tree | 
| 2011-09-05 | Alvaro Herrera | Adjust translator comment format to xgettext expectations | commit | commitdiff | tree | 
| 2011-09-05 | Alvaro Herrera | Mark some untranslatable messages with errmsg_internal | commit | commitdiff | tree | 
| 2011-09-05 | Peter Eisentraut | Improve "invalid byte sequence for encoding" message | commit | commitdiff | tree | 
| 2011-09-05 | Bruce Momjian | Add mention that UTC really means UT1. | commit | commitdiff | tree | 
| 2011-09-05 | Tom Lane | Update time zone data files to tzdata release 2011i. | commit | commitdiff | tree | 
| 2011-09-05 | Bruce Momjian | Document that contrib/pgtrgm only processes ASCII alpha... | commit | commitdiff | tree | 
| 2011-09-05 | Tom Lane | Guard against using plperl's Makefile without specifyin... | commit | commitdiff | tree | 
| 2011-09-04 | Tom Lane | Change get_variable_numdistinct's API to flag default... | commit | commitdiff | tree | 
| 2011-09-04 | Tom Lane | Dig down into sub-selects to look for column statistics. | commit | commitdiff | tree | 
| 2011-09-04 | Tom Lane | Can't print PlannerGlobal's subroots list in outfuncs. | commit | commitdiff | tree | 
| 2011-09-04 | Tom Lane | Clean up the #include mess a little. | commit | commitdiff | tree | 
| 2011-09-04 | Tom Lane | Remove unnecessary and circular #include. | commit | commitdiff | tree | 
| 2011-09-04 | Bruce Momjian | walsender.h doesn't need xlog.h, per Tom. | commit | commitdiff | tree | 
| 2011-09-04 | Bruce Momjian | Move AllowCascadeReplication() define from xlog.h to... | commit | commitdiff | tree | 
| 2011-09-03 | Bruce Momjian | Remove find_lt sgml tool, as it is not needed. | commit | commitdiff | tree | 
| 2011-09-03 | Tom Lane | Fix typo in pg_srand48 (srand48 in older branches). | commit | commitdiff | tree | 
| 2011-09-03 | Tom Lane | Rearrange planner to save the whole PlannerInfo (subroo... | commit | commitdiff | tree | 
| 2011-09-02 | Peter Eisentraut | Add archive_command example | commit | commitdiff | tree | 
| 2011-09-02 | Peter Eisentraut | Whitespace adjustment for consistency in the file | commit | commitdiff | tree | 
| 2011-09-02 | Tom Lane | Teach ANALYZE to clear pg_class.relhassubclass when... | commit | commitdiff | tree | 
| 2011-09-02 | Michael Meskes | Fix brace indentation of commit 63d06ef59156719efd0208c... | commit | commitdiff | tree | 
| 2011-09-01 | Bruce Momjian | Improve method of avoiding fcinfo compile errors. | commit | commitdiff | tree | 
| 2011-09-01 | Heikki Linnakangas | Remove spurious comma. Spotted by Tom. | commit | commitdiff | tree | 
| 2011-09-01 | Bruce Momjian | Add C comment about needed include. | commit | commitdiff | tree | 
| 2011-09-01 | Heikki Linnakangas | libpq compiles various pgport files like ecpg does... | commit | commitdiff | tree | 
| 2011-09-01 | Tom Lane | Put back improperly removed #include. | commit | commitdiff | tree | 
| 2011-09-01 | Bruce Momjian | Add C comment about necessary NetBSD include. | commit | commitdiff | tree | 
| 2011-09-01 | Bruce Momjian | Add missing hba.h include for NetBSD. | commit | commitdiff | tree | 
| 2011-09-01 | Bruce Momjian | In SGML we only need to worry about "<", not ">"; ... | commit | commitdiff | tree | 
| 2011-09-01 | Bruce Momjian | Remove unnecessary #include references, per pgrminclude... | commit | commitdiff | tree | 
| 2011-09-01 | Michael Meskes | In ecpglib restore LC_NUMERIC in case of an error. | commit | commitdiff | tree | 
| 2011-09-01 | Robert Haas | Minor improvements to mbregress.sh script. | commit | commitdiff | tree | 
| 2011-09-01 | Robert Haas | Userspace access vector cache for contrib/sepgsql. | commit | commitdiff | tree | 
| 2011-09-01 | Robert Haas | Fix "is db labeled test?" in chkselinuxenv script. | commit | commitdiff | tree | 
| 2011-09-01 | Bruce Momjian | Remove "fmgr.h" include in cube contrib --- caused... | commit | commitdiff | tree | 
| 2011-09-01 | Heikki Linnakangas | Fix MinGW build, broken by my previous patch to add... | commit | commitdiff | tree | 
| 2011-09-01 | Heikki Linnakangas | setlocale() on Windows doesn't work correctly if the... | commit | commitdiff | tree | 
| 2011-09-01 | Heikki Linnakangas | Move the line to undefine setlocale() macro on Win32... | commit | commitdiff | tree | 
| 2011-09-01 | Tom Lane | Further repair of eqjoinsel ndistinct-clamping logic. | commit | commitdiff | tree | 
| 2011-09-01 | Bruce Momjian | Fix pg_upgrade to preserve toast relfrozenxids for... | commit | commitdiff | tree | 
| 2011-08-31 | Tom Lane | Improve eqjoinsel's ndistinct clamping to work for... | commit | commitdiff | tree | 
| 2011-08-31 | Heikki Linnakangas | The replication status values in pg_stat_replication... | commit | commitdiff | tree | 
| 2011-08-30 | Tom Lane | Fix not-backwards-compatible pg_upgrade test for prepar... | commit | commitdiff | tree | 
| 2011-08-30 | Tom Lane | Fix a missed case in code for "moving average" estimate... | commit | commitdiff | tree | 
| 2011-08-30 | Peter Eisentraut | Clean up pg_regress --help output | commit | commitdiff | tree | 
| 2011-08-30 | Peter Eisentraut | Some markup cleanup to deconfuse the find_gt_lt tool | commit | commitdiff | tree | 
| 2011-08-30 | Robert Haas | Repair brain fade in previous commit, per Josh Kupershmidt. | commit | commitdiff | tree | 
| 2011-08-30 | Robert Haas | Add --if-exists option to dropdb and dropuser. | commit | commitdiff | tree | 
| 2011-08-30 | Andrew Dunstan | Detect out of date flex in MSVC builds. | commit | commitdiff | tree | 
| 2011-08-30 | Robert Haas | Fix parsing of time string followed by yesterday/today... | commit | commitdiff | tree | 
| 2011-08-30 | Robert Haas | Remove some tabs from README file. | commit | commitdiff | tree | 
| 2011-08-29 | Tom Lane | Fix concat_ws() to not insert a separator after leading... | commit | commitdiff | tree | 
| 2011-08-29 | Tom Lane | Use a non-locking test in TAS_SPIN() on all IA64 platforms. | commit | commitdiff | tree | 
| 2011-08-29 | Robert Haas | Improve spinlock performance for HP-UX, ia64, non-gcc. | commit | commitdiff | tree | 
| 2011-08-29 | Tom Lane | Actually, all of parallel restore's limitations should... | commit | commitdiff | tree | 
| 2011-08-29 | Tom Lane | Be more user-friendly about unsupported cases for paral... | commit | commitdiff | tree | 
| 2011-08-28 | Tom Lane | Include $cc_string in the info reported by a configure... | commit | commitdiff | tree | 
| 2011-08-28 | Bruce Momjian | Modify pgrminclude -v to report include files that... | commit | commitdiff | tree | 
| 2011-08-27 | Tom Lane | Don't assume that "E" response to NEGOTIATE_SSL_CODE... | commit | commitdiff | tree | 
| 2011-08-27 | Peter Eisentraut | Document minimum required version of DocBook XSL styles... | commit | commitdiff | tree | 
| 2011-08-27 | Tom Lane | Ensure we discard unread/unsent data when abandoning... | commit | commitdiff | tree | 
| 2011-08-27 | Bruce Momjian | Allow more include files to be compiled in their own... | commit | commitdiff | tree | 
| 2011-08-27 | Bruce Momjian | Add support for #elif to pgrminclude. | commit | commitdiff | tree | 
| 2011-08-27 | Peter Eisentraut | Implement the information schema with_hierarchy column | commit | commitdiff | tree | 
| 2011-08-27 | Peter Eisentraut | Spelling improvement | commit | commitdiff | tree | 
| 2011-08-27 | Bruce Momjian | Add another pgdefine path check, and a cvs-git change. | commit | commitdiff | tree | 
| 2011-08-27 | Bruce Momjian | Change references of CVS to .git. | commit | commitdiff | tree | 
| 2011-08-27 | Bruce Momjian | Add postgres.h to *.c files for pg_upgrade, ltree,... | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | Fix missing pgdefine detection in pgrminclude. | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | Modify pgrminclude to include all code, even in #if... | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | Cleanup of script. | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | Add missing includes after pgrminclude run. | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | do include files first | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | Add markers. | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | Add another marker. | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | Add markers for skips. | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | Fix #if blocks. | commit | commitdiff | tree | 
| 2011-08-26 | Tom Lane | Fix potential memory clobber in tsvector_concat(). | commit | commitdiff | tree | 
| 2011-08-26 | Tom Lane | Improve comments describing tsvector data structure. | commit | commitdiff | tree | 
| 2011-08-26 | Tom Lane | Clean up weird corner cases in lexing of psql meta... | commit | commitdiff | tree | 
| 2011-08-26 | Tom Lane | Support non-ASCII letters in psql variable names. | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | Fix pgrminclude regex pattern. | commit | commitdiff | tree | 
| 2011-08-26 | Andrew Dunstan | Unbreak MSVC build broken by my port of flex check. | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | In pgrminclude, add code to skip includes with a marker... | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | In pgrminclude, make skipped include names constent... | commit | commitdiff | tree | 
| 2011-08-26 | Bruce Momjian | In pg_upgrade, limit schema name filter to include... | commit | commitdiff | tree | 
| 2011-08-25 | Andrew Dunstan | Port backup check on psql lexer to MSVC. | commit | commitdiff | tree | 
| 2011-08-25 | Alvaro Herrera | Add expected isolationtester output when prepared xacts... | commit | commitdiff | tree | 
| 2011-08-25 | Tom Lane | Add makefile rules to check for backtracking in backend... | commit | commitdiff | tree | 
| 2011-08-25 | Tom Lane | Fix psql lexer to avoid use of backtracking. | commit | commitdiff | tree | 
| 2011-08-25 | Tom Lane | Add "%option warn" to all flex input files that lacked it. | commit | commitdiff | tree | 
| 2011-08-25 | Robert Haas | Change format of SQL/MED generic options in psql backsl... | commit | commitdiff | tree | 
| 2011-08-25 | Robert Haas | Properly quote SQL/MED generic options in pg_dump output. | commit | commitdiff | tree | 
| 2011-08-25 | Robert Haas | Tweak postgresql.conf.sample's comments on listen_addre... | commit | commitdiff | tree | 
| next |