aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add connection messages for streaming replication. log_connectionsSimon Riggs2010-03-19
* Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] isSimon 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
* 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
* Pass incompletely-transformed aggregate argument lists as separate parametersTom Lane2010-03-17
* Throw a nicer error message if a standby server attempts to connect whileHeikki Linnakangas2010-03-16
* Remove incorrect comment from GetWriteRecPtr(): the return value is alwaysSimon Riggs2010-03-15
* 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
* Allow underscores in tsearch email addressses, per RFC 5322 and reportBruce Momjian2010-03-13
* Add some logging code for unexpected cases in pgstat.c, particularly beingTom Lane2010-03-12
* Add missing reset of need_initialization in reloptions code.Tom 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
* Fix incorrect comment about permissions checking being done in utility.c.Robert Haas2010-03-10
* pg_start_backup() can use a share lock to lock ControlFileLockItagaki Takahiro2010-03-10
* Disallow gssapi authentication on local connections, since itMagnus Hagander2010-03-08
* Fix warning messages in restrict_and_check_grant() to include the column nameTom Lane2010-03-06
* When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane2010-03-06
* Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas2010-03-04
* Document that "Q" is ignored by to_date and to_timestamp. Add C commentBruce Momjian2010-03-03
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-03
* Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane2010-03-03
* It's clearly now pointless to do backwards compatible parsing of this,Magnus Hagander2010-03-01
* Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane2010-02-27
* Back out unintended change to pg_locale.c.Bruce Momjian2010-02-27
* Document ATAPI FLUSH CACHE EXT.Bruce Momjian2010-02-27
* Undo some more pgindent breakage. Per buildfarm.Tom Lane2010-02-27
* pgindent run for 9.0Bruce Momjian2010-02-26
* Allow predicate_refuted_by() to deduce that NOT A refutes A.Tom Lane2010-02-25
* Add C comment that do_to_timestamp() lacks error checking.Bruce Momjian2010-02-25
* Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander2010-02-25
* Fix streaming replication starting at the very first WAL segment.Heikki Linnakangas2010-02-25
* Make pg_stop_backup's reporting a bit more verbose in hopes of makingTom Lane2010-02-25
* Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane2010-02-23
* Revert recent change of to_char('HH12') handling for intervals; insteadBruce Momjian2010-02-23
* Secondary patch to fix interval to_char() for "HH" where hours >= 12.Bruce Momjian2010-02-23
* Supress convertion of zero hours to '12' for intervals when usingBruce Momjian2010-02-23
* Adjust pg_fsync_writethrough so that it will set errno when failingTom Lane2010-02-22
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Reduce the rescan cost estimate for Materialize nodes to cpu_operator_cost perTom Lane2010-02-19
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-19
* Forbid setval() during recovery. This prevents the PANIC reported byHeikki Linnakangas2010-02-19
* Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro2010-02-19
* Translation updates for 9.0alpha4Peter Eisentraut2010-02-19
* Provide some rather hokey ways for EXPLAIN to print FieldStore and assignmentTom Lane2010-02-18