index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Commit message (
Expand
)
Author
Age
*
Fix a passel of inappropriately-named global functions in GIN.
Tom Lane
2010-10-17
*
Improve GIN indexscan cost estimation.
Tom Lane
2010-10-17
*
Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
Tom Lane
2010-10-07
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Use a latch to make startup process wake up and replay immediately when
Heikki Linnakangas
2010-09-15
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-08-12
*
Fix an additional set of problems in GIN's handling of lossy page pointers.
Tom Lane
2010-08-01
*
Rewrite the rbtree routines so that an RBNode is the first field of the
Tom Lane
2010-08-01
*
Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()
Tom Lane
2010-07-31
*
Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.
Simon Riggs
2010-07-29
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-07-03
*
Don't allow walsender to send WAL data until it's been safely fsync'd on the
Tom Lane
2010-06-17
*
Make TriggerFile variable static. It's not used outside xlog.c.
Heikki Linnakangas
2010-06-10
*
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
*
Fix oversight in collecting values for cleanup_info records.
Simon Riggs
2010-04-21
*
Rename standby_keep_segments to wal_keep_segments.
Robert Haas
2010-04-20
*
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
*
Refer to max_wal_senders in a more consistent fashion.
Robert Haas
2010-04-01
*
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-28
*
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
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Don't use O_DIRECT when writing WAL files if archiving or streaming is
Heikki Linnakangas
2010-02-19
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
*
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
2010-02-13
*
Introduce WAL records to log reuse of btree pages, allowing conflict
Simon Riggs
2010-02-13
*
Generic implementation of red-black binary tree. It's planned to use in
Teodor Sigaev
2010-02-11
*
Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary
Bruce Momjian
2010-02-08
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
*
Revoke augmentation of WAL records for btree delete, per discussion.
Simon Riggs
2010-02-01
*
Augment WAL records for btree delete with GetOldestXmin() to reduce
Simon Riggs
2010-01-29
*
Change a few remaining calls of XLogArchivingActive() to use
Heikki Linnakangas
2010-01-28
*
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-22
*
Write a WAL record whenever we perform an operation without WAL-logging
Heikki Linnakangas
2010-01-20
*
PGDLLIMPORT-ize the remaining variables needed by walreceiver.
Tom Lane
2010-01-16
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
*
Remove partial, broken support for NULL pointers when fetching attributes.
Robert Haas
2010-01-10
*
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
[next]