index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Add connection messages for streaming replication. log_connections
Simon Riggs
2010-03-19
*
Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] is
Simon Riggs
2010-03-19
*
Adjust comment in .history file to match recovery target specified. Comment
Simon Riggs
2010-03-19
*
Reset btpo.xact following recovery of btree delete page. Add btpo_xact
Simon Riggs
2010-03-19
*
Add restartpoint_command option to recovery.conf. Fix bug in %r handling
Heikki Linnakangas
2010-03-18
*
Add vacuum_defer_cleanup_age to postgresql.conf.sample.
Simon Riggs
2010-03-18
*
Pass incompletely-transformed aggregate argument lists as separate parameters
Tom Lane
2010-03-17
*
Throw a nicer error message if a standby server attempts to connect while
Heikki Linnakangas
2010-03-16
*
Remove incorrect comment from GetWriteRecPtr(): the return value is always
Simon Riggs
2010-03-15
*
Revert all keepalive moves, reevaluate.
Bruce Momjian
2010-03-13
*
Move more tcp keepalive macros to be consistent.
Bruce Momjian
2010-03-13
*
Move TCP keepalive macro definition
Bruce Momjian
2010-03-13
*
Add libpq warning message if the .pgpass-retrieved password fails.
Bruce Momjian
2010-03-13
*
Allow underscores in tsearch email addressses, per RFC 5322 and report
Bruce Momjian
2010-03-13
*
Add some logging code for unexpected cases in pgstat.c, particularly being
Tom Lane
2010-03-12
*
Add missing reset of need_initialization in reloptions code.
Tom Lane
2010-03-11
*
Fix bug in KnownAssignedXidsMany(). I saw this when looking at the
Heikki Linnakangas
2010-03-11
*
Fix comment which was apparently copy-pasted from another function.
Heikki Linnakangas
2010-03-11
*
Fix incorrect comment about permissions checking being done in utility.c.
Robert Haas
2010-03-10
*
pg_start_backup() can use a share lock to lock ControlFileLock
Itagaki Takahiro
2010-03-10
*
Disallow gssapi authentication on local connections, since it
Magnus Hagander
2010-03-08
*
Fix warning messages in restrict_and_check_grant() to include the column name
Tom Lane
2010-03-06
*
When reading pg_hba.conf and similar files, do not treat @file as an inclusion
Tom Lane
2010-03-06
*
Fix IsBinaryCoercible to not confuse a cast using in/out functions
Heikki Linnakangas
2010-03-04
*
Document that "Q" is ignored by to_date and to_timestamp. Add C comment
Bruce Momjian
2010-03-03
*
Fix a couple of places that would loop forever if attempts to read a stdio file
Tom Lane
2010-03-03
*
Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
Tom Lane
2010-03-03
*
It's clearly now pointless to do backwards compatible parsing of this,
Magnus Hagander
2010-03-01
*
Insert a hack into get_float8_nan (both core and ecpg copies) to deal with
Tom Lane
2010-02-27
*
Back out unintended change to pg_locale.c.
Bruce Momjian
2010-02-27
*
Document ATAPI FLUSH CACHE EXT.
Bruce Momjian
2010-02-27
*
Undo some more pgindent breakage. Per buildfarm.
Tom Lane
2010-02-27
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane
2010-02-25
*
Add C comment that do_to_timestamp() lacks error checking.
Bruce Momjian
2010-02-25
*
Add configuration parameter ssl_renegotiation_limit to control
Magnus Hagander
2010-02-25
*
Fix streaming replication starting at the very first WAL segment.
Heikki Linnakangas
2010-02-25
*
Make pg_stop_backup's reporting a bit more verbose in hopes of making
Tom Lane
2010-02-25
*
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
2010-02-23
*
Revert recent change of to_char('HH12') handling for intervals; instead
Bruce Momjian
2010-02-23
*
Secondary patch to fix interval to_char() for "HH" where hours >= 12.
Bruce Momjian
2010-02-23
*
Supress convertion of zero hours to '12' for intervals when using
Bruce Momjian
2010-02-23
*
Adjust pg_fsync_writethrough so that it will set errno when failing
Tom Lane
2010-02-22
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
*
Reduce the rescan cost estimate for Materialize nodes to cpu_operator_cost per
Tom Lane
2010-02-19
*
Don't use O_DIRECT when writing WAL files if archiving or streaming is
Heikki Linnakangas
2010-02-19
*
Forbid setval() during recovery. This prevents the PANIC reported by
Heikki Linnakangas
2010-02-19
*
Fix STOP WAL LOCATION in backup history files no to return the next
Itagaki Takahiro
2010-02-19
*
Translation updates for 9.0alpha4
Peter Eisentraut
2010-02-19
*
Provide some rather hokey ways for EXPLAIN to print FieldStore and assignment
Tom Lane
2010-02-18
[next]