index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2019-02-17
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-01-03
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2018-12-27
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-17
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-07
Fix misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-11-10
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-10-08
Silence compiler warning in Assert()
Alvaro Herrera
2018-10-06
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-01
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-09-26
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-08-07
Don't record FDW user mappings as members of extensions.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-05-22
Widen COPY FROM's current-line-number counter from 32 to 64 bits.
Tom Lane
2018-04-20
Fix race conditions when an event trigger is added concurrently with DDL.
Tom Lane
2018-04-18
Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.
Tom Lane
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-13
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-02-27
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-01-19
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
2018-01-02
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-11-05
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
Noah Misch
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-09-28
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-26
Improve wording of error message added in commit 714805010.
Tom Lane
2017-09-23
Fix saving and restoring umask
Peter Eisentraut
2017-09-21
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
Tom Lane
2017-09-17
Fix possible dangling pointer dereference in trigger.c.
Tom Lane
2017-08-23
Fix translation marker
Peter Eisentraut
2017-08-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-06-16
Fix dependency, when changing a function's argument/return type.
Heikki Linnakangas
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-05-15
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-02
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
2017-04-28
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-03-16
Avoid having vacuum set reltuples to 0 on non-empty relations in the
Andrew Gierth
2017-03-06
Avoid dangling pointer to relation name in RLS code path in DoCopy().
Tom Lane
2017-03-04
In rebuild_relation(), don't access an already-closed relcache entry.
Tom Lane
2017-02-12
Ignore tablespace ACLs when ignoring schema ACLs.
Noah Misch
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-06
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-04
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2016-12-22
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-21
Fix order of operations in CREATE OR REPLACE VIEW.
Dean Rasheed
[next]