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
2022-09-28
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-25
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
2022-09-22
Fix thinko in comment.
Etsuro Fujita
2022-09-08
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-08-26
Fix typo in comment.
Etsuro Fujita
2022-08-18
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-07-28
Fix replay of create database records on standby
Alvaro Herrera
2022-07-27
Allow "in place" tablespaces.
Alvaro Herrera
2022-06-25
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-05-20
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-09
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
Noah Misch
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-04-20
Fix breakage in AlterFunction().
Tom Lane
2022-03-30
Fix typo in comment.
Etsuro Fujita
2022-03-29
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-25
Fix replay of create database records on standby
Alvaro Herrera
2022-03-21
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-01-23
Check syscache result in AlterStatistics
Tomas Vondra
2022-01-15
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-06
Prevent altering partitioned table's rowtype, if it's used elsewhere.
Tom Lane
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2021-11-25
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-16
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
2021-10-19
Ensure correct lock level is used in ALTER ... RENAME
Alvaro Herrera
2021-10-19
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-10-18
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-14
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Jeff Davis
2021-10-01
Error out if SKIP LOCKED and WITH TIES are both specified
Alvaro Herrera
2021-09-22
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-21
Fix misevaluation of STABLE parameters in CALL within plpgsql.
Tom Lane
2021-09-14
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-10
Fix some anomalies with NO SCROLL cursors.
Tom Lane
2021-09-09
Avoid fetching from an already-terminated plan.
Tom Lane
2021-09-08
Invalidate relcache for publications defined for all tables.
Amit Kapila
2021-09-03
Disallow creating an ICU collation if the DB encoding won't support it.
Tom Lane
2021-08-28
Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.
Noah Misch
2021-08-25
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-17
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-07
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-07-19
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-16
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-14
Fix unexpected error messages for various flavors of ALTER TABLE
Michael Paquier
2021-07-11
Lock the extension during ALTER EXTENSION ADD/DROP.
Tom Lane
2021-06-25
Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().
Tom Lane
2021-06-18
Fix misbehavior of DROP OWNED BY with duplicate polroles entries.
Tom Lane
2021-06-18
Avoid scribbling on input node tree in CREATE/ALTER DOMAIN.
Tom Lane
2021-06-18
Don't set a fast default for anything but a plain table
Andrew Dunstan
2021-06-16
Fix plancache refcount leak after error in ExecuteQuery.
Tom Lane
[next]