summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/prepare.sql
Commit message (Expand)AuthorAgeFilesLines
* Fix pg_prepared_statements.result_types for DML statementsPeter Eisentraut2022-07-051-0/+4
* Add result_types column to pg_prepared_statements viewPeter Eisentraut2022-07-051-6/+6
* Add more tests for CREATE TABLE AS with WITH NO DATAMichael Paquier2019-02-071-0/+3
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-5/+5
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Don't refer to the database name "regression" inside the regression testPeter Eisentraut2008-07-031-1/+1
* Insert ORDER BY into a few regression test queries that now have unstableTom Lane2007-06-091-2/+4
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-0/+6
* Allow the types of parameters to PREPARE to be inferred. If a parameter'sNeil Conway2006-01-151-4/+9
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-2/+22
* Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut2003-07-011-2/+2
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-271-0/+45