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
/
tablecmds.c
Commit message (
Expand
)
Author
Age
*
Disallow TRUNCATE when there are any pending after-trigger events for
Tom Lane
2006-09-04
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
*
Fix all known problems with pg_dump's handling of serial sequences
Tom Lane
2006-08-21
*
Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during
Tom Lane
2006-08-03
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
*
Change the bootstrap sequence so that toast tables for system catalogs are
Tom Lane
2006-07-31
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Alphabetically order reference to include files, "S"-"Z".
Bruce Momjian
2006-07-11
*
Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting
Tom Lane
2006-07-10
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep
Neil Conway
2006-07-02
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)
Bruce Momjian
2006-07-02
*
Revert patch, doesn't do what it should:
Bruce Momjian
2006-06-27
*
Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
Bruce Momjian
2006-06-27
*
Disallow changing/dropping default expression of a SERIAL column
Bruce Momjian
2006-06-27
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
*
Revert patch pending more discussion:
Bruce Momjian
2006-04-30
*
Disallow changing DEFAULT expression of a SERIAL column.
Bruce Momjian
2006-04-29
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that
Tom Lane
2006-03-03
*
Add CASCADE option to TRUNCATE. Joachim Wieland
Tom Lane
2006-03-03
*
Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY
Tom Lane
2006-01-30
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
Alvaro Herrera
2005-11-21
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie.
Tom Lane
2005-10-03
*
Change nextval and other sequence functions to specify their sequence
Tom Lane
2005-10-02
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
*
Arrange for indexes and toast tables to inherit their ownership from
Tom Lane
2005-08-26
*
Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to
Tom Lane
2005-08-23
*
Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than
Tom Lane
2005-08-22
*
Fix unwanted denial of ALTER OWNER rights to superusers. There was some
Tom Lane
2005-08-22
*
ALTER TABLE OWNER must change the ownership of the table's rowtype too.
Tom Lane
2005-08-04
*
Add ALTER object SET SCHEMA capability for a limited but useful set of
Tom Lane
2005-08-01
*
Adjust permissions checking for ALTER OWNER commands: instead of
Tom Lane
2005-07-14
*
Track dependencies on shared objects (which is to say, roles; we already
Tom Lane
2005-07-07
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
*
Replace the parser's namespace tree (which formerly had the same
Tom Lane
2005-06-05
*
When enqueueing after-row triggers for updates of a table with a foreign
Neil Conway
2005-05-30
*
Create separate ON INSERT and ON UPDATE triggers on tables with foreign
Neil Conway
2005-05-30
*
Report index name on CLUSTER failure. Also, suggest ALTER TABLE
Bruce Momjian
2005-05-10
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
Change addRangeTableEntryForRelation() to take a Relation pointer instead
Tom Lane
2005-04-13
[next]