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
*
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
*
Improve planner's handling of duplicated index column expressions.
Tom Lane
2011-12-23
*
Add bytea_agg, parallel to string_agg.
Robert Haas
2011-12-23
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-22
*
Update per-column ACLs, not only per-table ACL, when changing table owner.
Tom Lane
2011-12-21
*
Improve behavior of concurrent CLUSTER.
Robert Haas
2011-12-21
*
Take fewer snapshots.
Robert Haas
2011-12-21
*
Shave a few cycles in string_agg().
Robert Haas
2011-12-21
*
Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane
2011-12-20
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane
2011-12-19
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-19
[next]