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
2024-08-29
Disallow USING clause when altering type of generated column
Peter Eisentraut
2024-08-19
Explain dropdb can't use syscache because of TOAST
Tomas Vondra
2024-08-18
Fix DROP DATABASE for databases with many ACLs
Tomas Vondra
2024-08-08
Refuse ATTACH of a table referenced by a foreign key
Alvaro Herrera
2024-08-01
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-12
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-07-01
Preserve CurrentMemoryContext across notify and sinval interrupts.
Tom Lane
2024-06-28
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-20
Don't throw an error if a queued AFTER trigger no longer exists.
Tom Lane
2024-06-07
Reject modifying a temp table of another session with ALTER TABLE.
Tom Lane
2024-05-15
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-13
Fix pg_sequence_last_value() for unlogged sequences on standbys.
Nathan Bossart
2024-04-29
Close race condition between datfrozen and relfrozen updates.
Noah Misch
2024-03-26
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
Tom Lane
2024-03-20
Review wording on tablespaces w.r.t. partitioned tables
Alvaro Herrera
2024-03-11
Backpatch missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-05
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-01-31
Fix various issues with ALTER TEXT SEARCH CONFIGURATION
Michael Paquier
2024-01-29
Doc: mention foreign keys can reference unique indexes
David Rowley
2024-01-24
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
Michael Paquier
2023-12-15
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-01
Check collation when creating partitioned index
Peter Eisentraut
2023-11-19
Lock table in DROP STATISTICS
Tomas Vondra
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-10-16
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-08-27
Silence compiler warning in release 11 and 12 branches
Andrew Dunstan
2023-08-07
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-07-14
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
Release lock after encountering bogs row in vac_truncate_clog()
Andres Freund
2023-07-10
Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema
Michael Paquier
2023-06-30
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-28
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-21
Fix the errhint message and docs for drop subscription failure.
Amit Kapila
2023-05-08
Replace last PushOverrideSearchPath() call with set_config_option().
Noah Misch
2023-04-28
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-03-31
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-27
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-10
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-01-21
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-11
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2022-11-17
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-04
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-03
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-10-07
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-09-28
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-25
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
[next]