summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.1.1.REL9_1_1Tom Lane2011-09-226-21/+21
* Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.Tom Lane2011-09-225-0/+1929
* Translation updatesPeter Eisentraut2011-09-228-3524/+22175
* Fix another bit of unlogged-table-induced breakage.Robert Haas2011-09-213-22/+36
* Suppress "unused function" warning when not HAVE_LOCALE_T.Tom Lane2011-09-201-0/+2
* Improve reporting of newlocale() failures in CREATE COLLATION.Tom Lane2011-09-201-14/+25
* Avoid unnecessary page-level SSI lock check in heap_insert().Tom Lane2011-09-161-7/+12
* gistendscan() forgot to free so->giststate.Tom Lane2011-09-161-0/+1
* Teach the makefile used to build stand-alone libpq on Windows that libpqHeikki Linnakangas2011-09-141-2/+9
* In the manual section on primary_conninfo, recommend using a role withHeikki Linnakangas2011-09-141-1/+1
* deflist_to_tuplestore dumped core on an option with no value.Tom Lane2011-09-131-2/+11
* Stamp 9.1.0.REL9_1_0Tom Lane2011-09-084-14/+14
* Translation updates for 9.1.0Peter Eisentraut2011-09-08112-62003/+62688
* Add missing format argument to ecpg_log() callPeter Eisentraut2011-09-081-1/+1
* One last round of copy-editing for the 9.1 release notes.Tom Lane2011-09-081-41/+40
* Fix corner case bug in numeric to_char().Tom Lane2011-09-073-7/+42
* Allow bcc32 and win32 batch files to compile libpq.Bruce Momjian2011-09-072-0/+28
* In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian2011-09-074-0/+88
* Fix typo in error message.Tom Lane2011-09-071-1/+1
* Fix get_name_for_var_field() to deal with RECORD Params.Tom Lane2011-09-071-56/+115
* Revert documentation patch about NEW/OLD and triggers.Bruce Momjian2011-09-071-4/+4
* Properly document the existance of OLD/NEW trigger pl/pgsql triggerBruce Momjian2011-09-061-4/+4
* Fix spelling mistake in pgpass documentation change.Bruce Momjian2011-09-061-1/+1
* Add documentation suggestion about adding a comment to the top ofBruce Momjian2011-09-061-0/+2
* Fix plpgsql "PERFORM" markup.Bruce Momjian2011-09-061-1/+1
* Avoid possibly accessing off the end of memory in SJIS2004 conversion.Tom Lane2011-09-061-4/+4
* Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane2011-09-061-5/+4
* Document PERFORM limitation when using WITH queries.Bruce Momjian2011-09-061-0/+3
* Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION.Tom Lane2011-09-061-0/+18
* Update type-conversion documentation for long-ago changes.Tom Lane2011-09-061-10/+12
* Properly document semphore requirements by accounting for workerBruce Momjian2011-09-061-3/+3
* Add documentation link to strftime supported options.Bruce Momjian2011-09-051-0/+4
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-053-20/+16
* Mark some untranslatable messages with errmsg_internalAlvaro Herrera2011-09-051-25/+31
* Add mention that UTC really means UT1.Bruce Momjian2011-09-052-2/+6
* Update time zone data files to tzdata release 2011i.Tom Lane2011-09-059-70/+259
* Document that contrib/pgtrgm only processes ASCII alphanumericBruce Momjian2011-09-051-1/+2
* Guard against using plperl's Makefile without specifying --with-perl.Tom Lane2011-09-041-0/+4
* Fix #include problems in 9.1 branch.Tom Lane2011-09-042-1/+1
* Fix typo in pg_srand48 (srand48 in older branches).Tom Lane2011-09-031-1/+1
* Fix brace indentation of commit 5ad0e899f08136a00f56bf224a6b9729b2f4c69f to f...Michael Meskes2011-09-021-1/+2
* Remove spurious comma. Spotted by Tom.Heikki Linnakangas2011-09-011-1/+1
* libpq compiles various pgport files like ecpg does, and needs similar MakefileHeikki Linnakangas2011-09-011-3/+3
* In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes2011-09-011-1/+8
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-016-110/+126
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-014-70/+138
* Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas2011-09-011-9/+10
* Further repair of eqjoinsel ndistinct-clamping logic.Tom Lane2011-09-011-58/+50
* Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.Bruce Momjian2011-08-311-9/+9
* Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.Tom Lane2011-08-311-8/+73