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
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
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
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-09-28
Change some errdetail() to errdetail_internal()
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-21
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
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-18
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-14
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Jeff Davis
2021-09-21
Fix misevaluation of STABLE parameters in CALL within plpgsql.
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-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
[next]