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
2025-04-20
Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.
Noah Misch
2025-04-02
Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025-03-03
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-02-13
Fix MakeTransitionCaptureState() to return a consistent result
Michael Paquier
2025-01-22
Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.
Tom Lane
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-07
Ensure that pg_amop/amproc entries depend on their lefttype/righttype.
Tom Lane
2024-11-11
Fix arrays comparison in CompareOpclassOptions()
Alexander Korotkov
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-08
Message style improvement
Peter Eisentraut
2024-10-22
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-21
Fix wrong assertion and poor error messages in "COPY (query) TO".
Tom Lane
2024-09-29
Remove NULL dereference from RenameRelationInternal().
Noah Misch
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
Back-patch "Refactor code in tablecmds.c to check and process tablespace moves"
Noah Misch
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-09-30
Fix briefly showing old progress stats for ANALYZE on inherited tables.
Heikki Linnakangas
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-07-02
Fix oversight in handling of modifiedCols since f24523672d
Tomas Vondra
[next]