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-01-06
Prevent altering partitioned table's rowtype, if it's used elsewhere.
Tom Lane
2022-01-05
Create foreign key triggers in partitioned tables too
Alvaro Herrera
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
Avoid using DefElemAction in AlterPublicationStmt
Alvaro Herrera
2021-12-30
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-30
Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"
Daniel Gustafsson
2021-12-23
Fix compilation error introduced by commit 8e1fae1938.
Amit Kapila
2021-12-23
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-22
Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Michael Paquier
2021-12-22
Move index vacuum routines to vacuum.c.
Amit Kapila
2021-12-15
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-12-08
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
Fix changing the ownership of ALL TABLES IN SCHEMA publication.
Amit Kapila
2021-12-08
Improve parsing of options of CREATE/ALTER SUBSCRIPTION
Michael Paquier
2021-12-03
Some RELKIND macro refactoring
Peter Eisentraut
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-26
Fix GRANTED BY support in REVOKE ROLE statements
Daniel Gustafsson
2021-11-26
Update comments
Peter Eisentraut
2021-11-25
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-23
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-22
Add missing words in comment
Alvaro Herrera
2021-11-16
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
2021-11-09
Rename some enums to use TABLE instead of REL.
Amit Kapila
2021-10-27
Fix typos in comments
Daniel Gustafsson
2021-10-27
Allow publishing the tables of schema.
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-13
Fix use-after-free with multirange types in CREATE TYPE
Michael Paquier
2021-10-11
Clean up more code using "(expr) ? true : false"
Michael Paquier
2021-10-04
Fix duplicate words in comments
Daniel Gustafsson
2021-10-01
Error out if SKIP LOCKED and WITH TIES are both specified
Alvaro Herrera
2021-09-29
Clarify use of "statistics objects" in the code
Michael Paquier
2021-09-27
Fix typos and grammar in code comments
Michael Paquier
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-19
Disallow extended statistics on system columns
Tomas Vondra
2021-09-16
Message style improvements
Peter Eisentraut
2021-09-14
Improve log messages from pg_import_system_collations().
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-09
Remove Value node struct
Peter Eisentraut
2021-09-09
Remove useless casts
Peter Eisentraut
2021-09-08
Consistently use "superuser" instead of "super user"
Daniel Gustafsson
2021-09-08
Invalidate relcache for publications defined for all tables.
Amit Kapila
2021-09-06
Add PublicationTable and PublicationRelInfo structs
Alvaro Herrera
2021-09-03
Disallow creating an ICU collation if the DB encoding won't support it.
Tom Lane
[next]