summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust comment in .history file to match recovery target specified. CommentSimon Riggs2010-03-192-30/+53
* Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs2010-03-193-5/+7
* Also print the libpq error message when lo_create or lo_open failsPeter Eisentraut2010-03-182-8/+8
* Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQLPeter Eisentraut2010-03-182-2/+17
* Message style tuningPeter Eisentraut2010-03-181-2/+2
* Mention way to get commit details for release notes.Bruce Momjian2010-03-181-0/+1
* Fix missing parentheses for current_query(), per bug #5378.Tom Lane2010-03-181-15/+15
* Use data-type specific conversion functions also in plpy.executePeter Eisentraut2010-03-184-69/+206
* Add restartpoint_command option to recovery.conf. Fix bug in %r handlingHeikki Linnakangas2010-03-182-45/+91
* Add vacuum_defer_cleanup_age to postgresql.conf.sample.Simon Riggs2010-03-181-0/+1
* Don't link PL/Python against LOCALMODLIBSPeter Eisentraut2010-03-172-3/+3
* Message style tuningPeter Eisentraut2010-03-172-11/+11
* Fix peculiar, untranslatable message concatenation attemptPeter Eisentraut2010-03-171-5/+4
* Make typography consistentPeter Eisentraut2010-03-172-4/+4
* Typo fixes.Magnus Hagander2010-03-171-2/+2
* Update broken and permanently moved linksPeter Eisentraut2010-03-1715-44/+44
* Pass incompletely-transformed aggregate argument lists as separate parametersTom Lane2010-03-173-15/+15
* Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt.Tom Lane2010-03-171-19/+15
* Fix typo in streaming replication protocol docs.Simon Riggs2010-03-171-2/+2
* Fix typo in math function docs, spotted by Heikki.Simon Riggs2010-03-161-2/+2
* Throw a nicer error message if a standby server attempts to connect whileHeikki Linnakangas2010-03-161-1/+6
* Document that trig functions accept/return values in radians.Simon Riggs2010-03-151-3/+7
* Remove incorrect comment from GetWriteRecPtr(): the return value is alwaysSimon Riggs2010-03-151-4/+1
* Update oidjoins regression test for 9.0.Tom Lane2010-03-143-30/+43
* Add some more structure and bits of information to PL/Python documentationPeter Eisentraut2010-03-131-93/+261
* Revert all keepalive moves, reevaluate.Bruce Momjian2010-03-131-4/+4
* Move more tcp keepalive macros to be consistent.Bruce Momjian2010-03-131-3/+3
* Move TCP keepalive macro definitionBruce Momjian2010-03-131-2/+2
* Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian2010-03-136-20/+80
* Update shared memory configuration information for LinuxPeter Eisentraut2010-03-131-23/+34
* Document what user name email symbols are supported by tsearch.Bruce Momjian2010-03-131-1/+8
* Allow underscores in tsearch email addressses, per RFC 5322 and reportBruce Momjian2010-03-131-1/+5
* Small adjustment by pgindent.Bruce Momjian2010-03-131-2/+2
* Re-add comma, oops.Bruce Momjian2010-03-121-2/+2
* Add some logging code for unexpected cases in pgstat.c, particularly beingTom Lane2010-03-121-18/+50
* Fix a commented-out block of code that pgindent didn't understandTom Lane2010-03-121-4/+8
* Remove unnecessary comma in documentation.Bruce Momjian2010-03-121-2/+2
* Add missing reset of need_initialization in reloptions code.Tom Lane2010-03-111-2/+6
* Modify psql's \d printout to fold exclusion constraints in with regularTom Lane2010-03-111-79/+49
* Sync timezone code with tzcode 2010c from the Olson group. This fixes someTom Lane2010-03-114-27/+43
* Fix bug in KnownAssignedXidsMany(). I saw this when looking at theHeikki Linnakangas2010-03-111-2/+3
* Fix comment which was apparently copy-pasted from another function.Heikki Linnakangas2010-03-111-3/+5
* Simplify a couple of pg_dump and psql \d queries about index constraintsTom Lane2010-03-112-36/+30
* Update comment for pg_constraint.conindid to mention that it's used forTom Lane2010-03-111-6/+6
* Fix incorrect comment about permissions checking being done in utility.c.Robert Haas2010-03-101-5/+2
* pg_start_backup() can use a share lock to lock ControlFileLockItagaki Takahiro2010-03-101-2/+2
* Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24,Tom Lane2010-03-106-6/+1564
* Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.Tom Lane2010-03-091-5/+5
* Update time zone data files to tzdata release 2010d: DST law changes in Fiji,Alvaro Herrera2010-03-093-64/+77
* ecpg now adds a unique counter to its varchar struct definitions to make thes...Michael Meskes2010-03-0911-167/+177