index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2016-09-09
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-08-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-06-06
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-05-24
Fetch XIDs atomically during vac_truncate_clog().
Tom Lane
2016-05-24
Avoid consuming an XID during vac_truncate_clog().
Tom Lane
2015-12-21
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-21
adjust ACL owners for REASSIGN and ALTER OWNER TO
Alvaro Herrera
2015-12-12
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-09-30
Improve LISTEN startup time when there are many unread notifications.
Tom Lane
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-05-11
Fix incorrect checking of deferred exclusion constraint after a HOT update.
Tom Lane
2015-03-29
Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.
Tom Lane
2015-02-26
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-02-17
Minor cleanup of column-level priv fix
Stephen Frost
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-28
Clean up range-table building in copy.c
Stephen Frost
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-26
Fix volatile-safety issue in asyncQueueReadAllNotifications().
Tom Lane
2015-01-07
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2014-11-04
Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.
Tom Lane
2014-10-30
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-29
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-10-20
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-08-09
Reject duplicate column names in foreign key referenced-columns lists.
Tom Lane
2014-07-21
Reject out-of-range numeric timezone specifications.
Tom Lane
2014-07-15
Fix REASSIGN OWNED for text search objects
Alvaro Herrera
2014-06-24
Don't allow foreign tables with OIDs.
Heikki Linnakangas
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-04-04
Fix tablespace creation WAL replay to work on Windows.
Tom Lane
2014-03-13
Avoid transaction-commit race condition while receiving a NOTIFY message.
Tom Lane
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-01-29
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-18
Allow SET TABLESPACE to database default
Stephen Frost
2014-01-11
Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Tom Lane
2013-12-13
Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.
Tom Lane
2013-11-27
Don't update relfrozenxid if any pages were skipped.
Heikki Linnakangas
2013-11-01
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-09-26
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-07-30
Restore REINDEX constraint validation.
Noah Misch
2013-06-13
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-04
Provide better message when CREATE EXTENSION can't find a target schema.
Tom Lane
2013-04-29
Ensure ANALYZE phase is not skipped because of canceled truncate.
Kevin Grittner
2013-04-25
Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.
Tom Lane
2013-02-23
Correct tense in log message
Peter Eisentraut
2013-02-13
Fix bogus when-to-deregister-from-listener-array logic.
Tom Lane
2013-02-01
Fix typo in freeze_table_age implementation
Alvaro Herrera
2013-01-23
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
[next]