aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Modify error context callback functions to not assume that they can fetchTom Lane2010-03-19
* Fix oversight in btpo.xact patch; it was in fact installing garbageTom Lane2010-03-19
* Clarify docs about database parameter in streaming replication primary_conninfo.Simon Riggs2010-03-19
* Add connection messages for streaming replication. log_connectionsSimon Riggs2010-03-19
* Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] isSimon Riggs2010-03-19
* Update XLOG_PAGE_MAGIC to recognise WAL format changes.Simon Riggs2010-03-19
* Adjust comment in .history file to match recovery target specified. CommentSimon Riggs2010-03-19
* Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs2010-03-19
* Also print the libpq error message when lo_create or lo_open failsPeter Eisentraut2010-03-18
* Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQLPeter Eisentraut2010-03-18
* Message style tuningPeter Eisentraut2010-03-18
* Mention way to get commit details for release notes.Bruce Momjian2010-03-18
* Fix missing parentheses for current_query(), per bug #5378.Tom Lane2010-03-18
* Use data-type specific conversion functions also in plpy.executePeter Eisentraut2010-03-18
* Add restartpoint_command option to recovery.conf. Fix bug in %r handlingHeikki Linnakangas2010-03-18
* Add vacuum_defer_cleanup_age to postgresql.conf.sample.Simon Riggs2010-03-18
* Don't link PL/Python against LOCALMODLIBSPeter Eisentraut2010-03-17
* Message style tuningPeter Eisentraut2010-03-17
* Fix peculiar, untranslatable message concatenation attemptPeter Eisentraut2010-03-17
* Make typography consistentPeter Eisentraut2010-03-17
* Typo fixes.Magnus Hagander2010-03-17
* Update broken and permanently moved linksPeter Eisentraut2010-03-17
* Pass incompletely-transformed aggregate argument lists as separate parametersTom Lane2010-03-17
* Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt.Tom Lane2010-03-17
* Fix typo in streaming replication protocol docs.Simon Riggs2010-03-17
* Fix typo in math function docs, spotted by Heikki.Simon Riggs2010-03-16
* Throw a nicer error message if a standby server attempts to connect whileHeikki Linnakangas2010-03-16
* Document that trig functions accept/return values in radians.Simon Riggs2010-03-15
* Remove incorrect comment from GetWriteRecPtr(): the return value is alwaysSimon Riggs2010-03-15
* Update oidjoins regression test for 9.0.Tom Lane2010-03-14
* Add some more structure and bits of information to PL/Python documentationPeter Eisentraut2010-03-13
* Revert all keepalive moves, reevaluate.Bruce Momjian2010-03-13
* Move more tcp keepalive macros to be consistent.Bruce Momjian2010-03-13
* Move TCP keepalive macro definitionBruce Momjian2010-03-13
* Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian2010-03-13
* Update shared memory configuration information for LinuxPeter Eisentraut2010-03-13
* Document what user name email symbols are supported by tsearch.Bruce Momjian2010-03-13
* Allow underscores in tsearch email addressses, per RFC 5322 and reportBruce Momjian2010-03-13
* Small adjustment by pgindent.Bruce Momjian2010-03-13
* Re-add comma, oops.Bruce Momjian2010-03-12
* Add some logging code for unexpected cases in pgstat.c, particularly beingTom Lane2010-03-12
* Fix a commented-out block of code that pgindent didn't understandTom Lane2010-03-12
* Remove unnecessary comma in documentation.Bruce Momjian2010-03-12
* Add missing reset of need_initialization in reloptions code.Tom Lane2010-03-11
* Modify psql's \d printout to fold exclusion constraints in with regularTom Lane2010-03-11
* Sync timezone code with tzcode 2010c from the Olson group. This fixes someTom Lane2010-03-11
* Fix bug in KnownAssignedXidsMany(). I saw this when looking at theHeikki Linnakangas2010-03-11
* Fix comment which was apparently copy-pasted from another function.Heikki Linnakangas2010-03-11
* Simplify a couple of pg_dump and psql \d queries about index constraintsTom Lane2010-03-11
* Update comment for pg_constraint.conindid to mention that it's used forTom Lane2010-03-11