index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Change typedef for rb_appendator to avoid conflict with C++ reserved words.
Robert Haas
2010-05-11
*
tag for 9.0beta1
REL9_0_BETA1
Marc G. Fournier
2010-04-30
*
Rename the parameter recovery_connections to hot_standby, to reduce possible
Tom Lane
2010-04-29
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
*
Reorder pg_stat_activity columns to be more consistent, using layout
Bruce Momjian
2010-04-26
*
Patch revoked because of objections.
Simon Riggs
2010-04-24
*
Fix various instances of "the the".
Robert Haas
2010-04-23
*
Add missing optimizer hooks for function cost and number of rows.
Simon Riggs
2010-04-23
*
Previous patch revoked following objections.
Simon Riggs
2010-04-23
*
Make CheckRequiredParameterValues() depend upon correct combination
Simon Riggs
2010-04-23
*
Fix oversight in collecting values for cleanup_info records.
Simon Riggs
2010-04-21
*
Arrange for client authentication to occur before we select a specific
Tom Lane
2010-04-20
*
Rename standby_keep_segments to wal_keep_segments.
Robert Haas
2010-04-20
*
Add new message for explicit rejection by pg_hba.conf. Implicit
Simon Riggs
2010-04-19
*
Add an 'enable_material' GUC.
Robert Haas
2010-04-19
*
Remove some additional changes in previous commit that belong elsewhere.
Simon Riggs
2010-04-18
*
Tune GetSnapshotData() during Hot Standby by avoiding loop
Simon Riggs
2010-04-18
*
Allow Hot Standby to begin from a shutdown checkpoint.
Heikki Linnakangas
2010-04-13
*
Update the location of last removed WAL segment in shared memory only
Heikki Linnakangas
2010-04-12
*
Change the logic to decide when to delete old WAL segments, so that it
Heikki Linnakangas
2010-04-12
*
Fix updateAclDependencies() to not assume that ACL role dependencies can only
Tom Lane
2010-04-05
*
Update a number of broken links in comments.
Magnus Hagander
2010-04-02
*
Refer to max_wal_senders in a more consistent fashion.
Robert Haas
2010-04-01
*
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-30
*
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
*
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-28
*
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-25
*
Further corrections of mismatching struct and btree SizeOf macros.
Simon Riggs
2010-03-20
*
Fix oversight in btpo.xact patch; it was in fact installing garbage
Tom Lane
2010-03-19
*
Update XLOG_PAGE_MAGIC to recognise WAL format changes.
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
*
Pass incompletely-transformed aggregate argument lists as separate parameters
Tom Lane
2010-03-17
*
Add libpq warning message if the .pgpass-retrieved password fails.
Bruce Momjian
2010-03-13
*
Update comment for pg_constraint.conindid to mention that it's used for
Tom Lane
2010-03-11
*
Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
Tom Lane
2010-03-03
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
2010-02-23
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
*
Revert version stamping in wrong branch
Peter Eisentraut
2010-02-19
*
Version stamp 9.0alpha4
Peter Eisentraut
2010-02-19
*
Don't use O_DIRECT when writing WAL files if archiving or streaming is
Heikki Linnakangas
2010-02-19
*
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
*
Add query text to auto_explain output.
Andrew Dunstan
2010-02-16
*
Add emulation of non-blocking sockets to the win32 socket/signal layer,
Magnus Hagander
2010-02-16
*
Speed up CREATE DATABASE by deferring the fsyncs until after copying
Greg Stark
2010-02-15
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Don't expose the inline definition of MemoryContextSwitchTo when FRONTEND is
Tom Lane
2010-02-13
*
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
2010-02-13
[next]