summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/replica_identity.sql
Commit message (Expand)AuthorAgeFilesLines
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-121-12/+0
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-071-0/+12
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-211-0/+20
* Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier2021-11-251-0/+4
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-131-0/+21
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-5/+1
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane2016-04-151-1/+5
* Fix typos.Robert Haas2016-03-151-1/+1
* psql: conditionally display oids and replication identityBruce Momjian2014-04-151-1/+1
* Fix misc typos in comments.Heikki Linnakangas2014-03-181-1/+1
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-081-0/+79