index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Commit message (
Expand
)
Author
Age
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Don't throw an error if a queued AFTER trigger no longer exists.
Tom Lane
2024-06-20
*
Reject modifying a temp table of another session with ALTER TABLE.
Tom Lane
2024-06-07
*
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-14
*
Fix pg_sequence_last_value() for unlogged sequences on standbys.
Nathan Bossart
2024-05-13
*
Close race condition between datfrozen and relfrozen updates.
Noah Misch
2024-04-29
*
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
Tom Lane
2024-03-26
*
Review wording on tablespaces w.r.t. partitioned tables
Alvaro Herrera
2024-03-20
*
Backpatch missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-03-11
*
Fix assertion if index is dropped during REFRESH CONCURRENTLY
Heikki Linnakangas
2024-02-05
*
Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context
Heikki Linnakangas
2024-02-05
*
Fix various issues with ALTER TEXT SEARCH CONFIGURATION
Michael Paquier
2024-01-31
*
Doc: mention foreign keys can reference unique indexes
David Rowley
2024-01-30
*
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
Michael Paquier
2024-01-24
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Check collation when creating partitioned index
Peter Eisentraut
2023-12-01
*
Lock table in DROP STATISTICS
Tomas Vondra
2023-11-19
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-16
*
Silence compiler warning in release 11 and 12 branches
Andrew Dunstan
2023-08-27
*
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-08-07
*
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-14
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Release lock after encountering bogs row in vac_truncate_clog()
Andres Freund
2023-07-13
*
Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema
Michael Paquier
2023-07-10
*
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-30
*
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-28
*
Fix the errhint message and docs for drop subscription failure.
Amit Kapila
2023-06-21
*
Replace last PushOverrideSearchPath() call with set_config_option().
Noah Misch
2023-05-08
*
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-28
*
Reject system columns as elements of foreign keys.
Tom Lane
2023-03-31
*
Ensure acquire_inherited_sample_rows sets its output parameters.
Tom Lane
2023-03-31
*
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-27
*
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-03-10
*
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-21
*
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2023-01-11
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-17
*
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-04
*
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
2022-09-25
*
Fix thinko in comment.
Etsuro Fujita
2022-09-22
*
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-09-08
*
Fix typo in comment.
Etsuro Fujita
2022-08-26
*
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Fix replay of create database records on standby
Alvaro Herrera
2022-07-28
*
Allow "in place" tablespaces.
Alvaro Herrera
2022-07-27
[next]