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
*
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
*
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-26
*
Damage control for yesterday's CheckIndexCompatible changes.
Robert Haas
2012-01-26
*
Instrument index-only scans to count heap fetches performed.
Robert Haas
2012-01-25
*
Make CheckIndexCompatible simpler and more bullet-proof.
Robert Haas
2012-01-25
*
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
*
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-25
*
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-24
*
Remove quotes around format_type_be() output
Peter Eisentraut
2012-01-24
*
Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.
Tom Lane
2012-01-24
*
Suppress possibly-uninitialized-variable warning seen with older gcc versions.
Tom Lane
2012-01-24
*
Reduce tab outdent of "error handling" GUC comments in postgresql.conf,
Bruce Momjian
2012-01-24
*
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-23
*
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-23
*
Further doc cleanups from the pg_stat_activity changes
Magnus Hagander
2012-01-20
*
Add bitwise AND, OR, and NOT operators for macaddr data type.
Robert Haas
2012-01-19
*
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-19
*
Make pg_relation_size() and friends return NULL if the object doesn't exist.
Heikki Linnakangas
2012-01-19
*
Fix corner case in cleanup of transactions using SSI.
Heikki Linnakangas
2012-01-18
*
Fix warning about unused variable
Magnus Hagander
2012-01-18
*
Catch fatal flex errors in the GUC file lexer.
Robert Haas
2012-01-17
*
fastgetattr is in access/htup.h, not access/heapam.h
Robert Haas
2012-01-16
*
Disallow merging ONLY constraints in children tables
Alvaro Herrera
2012-01-16
*
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-16
*
Fix poll() implementation of WaitLatchOrSocket to notice postmaster death.
Heikki Linnakangas
2012-01-15
*
Allow a user to kill his own queries using pg_cancel_backend()
Magnus Hagander
2012-01-15
*
Make superuser imply replication privilege. The idea of a privilege that
Heikki Linnakangas
2012-01-14
*
Fix broken logic in lazy_vacuum_heap.
Robert Haas
2012-01-13
*
Typo fix.
Robert Haas
2012-01-13
*
Correctly initialise shared recoveryLastRecPtr in recovery.
Simon Riggs
2012-01-13
*
Minor but necessary improvements to WAL keepalives
Simon Riggs
2012-01-13
*
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-12
*
Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
Heikki Linnakangas
2012-01-11
*
Refactor XLogInsert a bit. The rdata entries for backup blocks are now
Heikki Linnakangas
2012-01-11
*
Support CREATE TABLE (LIKE ...) with foreign tables and views
Peter Eisentraut
2012-01-10
*
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
*
Fix backwards logic in previous commit.
Robert Haas
2012-01-06
*
Improve behavior of concurrent ALTER TABLE, and do some refactoring.
Robert Haas
2012-01-06
*
Make the number of CLOG buffers adaptive, based on shared_buffers.
Robert Haas
2012-01-06
*
Fix variable confusion in BufferSync().
Robert Haas
2012-01-06
*
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-05
*
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2012-01-04
*
Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.
Tom Lane
2012-01-02
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-12-31
*
Revert "Remove troublesome Asserts in cost_mergejoin()."
Tom Lane
2011-12-30
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
*
Remove support for on_exit()
Peter Eisentraut
2011-12-27
*
Sort file list when creating gettext-files
Peter Eisentraut
2011-12-27
*
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-24
[next]