summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.0.5.REL9_0_5Tom 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-224-4/+1857
* Translation updatesPeter Eisentraut2011-09-22144-60592/+131119
* gistendscan() forgot to free so->giststate.Tom Lane2011-09-161-1/+4
* deflist_to_tuplestore dumped core on an option with no value.Tom Lane2011-09-131-2/+12
* Fix permissions on pg_largeobject_metadata.h in 9.0 branch.Tom Lane2011-09-111-0/+0
* Add missing format argument to ecpg_log() callPeter Eisentraut2011-09-081-1/+1
* Fix corner case bug in numeric to_char().Tom Lane2011-09-073-7/+42
* In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian2011-09-074-0/+88
* 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 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
* 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
* 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-1/+5
* Fix typo in pg_srand48 (srand48 in older branches).Tom Lane2011-09-031-1/+1
* Fix brace indentation of commit f8c74422010e63506fa69635ea61920bc042b70e to f...Michael Meskes2011-09-021-1/+2
* In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes2011-09-011-1/+8
* 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
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-303-12/+38
* Actually, all of parallel restore's limitations should be tested earlier.Tom Lane2011-08-281-15/+23
* Be more user-friendly about unsupported cases for parallel pg_restore.Tom Lane2011-08-282-2/+13
* Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane2011-08-271-27/+17
* Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane2011-08-271-0/+18
* Fix potential memory clobber in tsvector_concat().Tom Lane2011-08-261-6/+30
* In pg_upgrade, limit schema name filter to include toast tables. BugBruce Momjian2011-08-262-17/+30
* Fix psql lexer to avoid use of backtracking.Tom Lane2011-08-251-1/+32
* Properly quote SQL/MED generic options in pg_dump output.Robert Haas2011-08-251-3/+5
* Fix pgstatindex() to give consistent results for empty indexes.Tom Lane2011-08-241-2/+10
* Add recovery.conf to the index in the user manual.Heikki Linnakangas2011-08-231-1/+2
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-216-4/+67
* Fix performance problem when building a lossy tidbitmap.Tom Lane2011-08-201-3/+19
* Change PyInit_plpy to external linkagePeter Eisentraut2011-08-181-1/+7
* Forget about targeting catalog cache invalidations by tuple TID.Tom Lane2011-08-161-21/+14
* Fix incorrect order of operations during sinval reset processing.Tom Lane2011-08-161-23/+34
* Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane2011-08-162-9/+117
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-164-49/+57
* In pg_upgrade, avoid dumping orphaned temporary tables. This makes theBruce Momjian2011-08-152-6/+13
* Fix unsafe order of operations in foreign-table DDL commands.Tom Lane2011-08-141-17/+14
* Fix incorrect timeout handling during initial authentication transaction.Tom Lane2011-08-131-0/+2
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-098-41/+164
* Fix thinko in documentation of local_preload_libraries.Tom Lane2011-08-051-1/+1