index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
truncate.out
Age
Commit message (
Expand
)
Author
2017-07-14
Add block of expected output to truncate test
Tomas Vondra
2017-05-06
Resolve failures in truncate regression test suite
Tomas Vondra
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2014-09-01
Make necessary changes to regression test cases and expected output files to
Pavan Deolasee
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2011-07-06
Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into master
Michael P
2011-05-19
Updated regression tests.
Mason Sharp
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-17
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2009-01-12
Add ONLY support to LOCK and TRUNCATE. By default, these commands are now
Peter Eisentraut
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-06-14
Refactor the handling of the various DropStmt variants so that when multiple
Tom Lane
2008-06-11
Improve reporting of dependencies in DROP to work like the scheme that we
Tom Lane
2008-06-08
Rewrite DROP's dependency traversal algorithm into an honest two-pass
Tom Lane
2008-05-16
Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a
Tom Lane
2008-03-28
Support statement-level ON TRUNCATE triggers. Simon Riggs
Tom Lane
2006-06-29
Change TRUNCATE's method for searching for foreign-key references so that
Tom Lane
2006-03-03
Add CASCADE option to TRUNCATE. Joachim Wieland
Tom Lane
2005-01-27
Generalize TRUNCATE to support truncating multiple tables in one
Tom Lane
2004-06-10
Clean up generation of default names for constraints, indexes, and serial
Tom Lane
2003-10-02
Remove NOTICE about foreign key creating implicit triggers, because it no
Peter Eisentraut
2003-09-25
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-19
Disallow foreign-key references from temp tables to permanent tables.
Tom Lane
2003-07-20
Another round of error message editing, covering backend/commands/.
Tom Lane
2003-07-19
Another round of error message editing, covering backend/parser/.
Tom Lane
2002-11-23
Transaction safe Truncate
Bruce Momjian
2002-08-22
Code review for recent TRUNCATE changes. Tighten relation-kind check,
Tom Lane
2002-08-22
# Disallow TRUNCATE on tables that are involved in referential
Bruce Momjian