postgresql/src/backend
Tom Lane df0ea5a1cd Throw error if a <window definition> references a window that already has a
frame clause, as appears to be required by the fine print in the SQL spec.
Per discussion with Pavel, not doing so risks user confusion.
2008-12-31 23:42:56 +00:00
..
access Change the name of dtrace wal tracepoints: 2008-12-24 20:41:29 +00:00
bootstrap Add %expect 0 to all parser input files to prevent conflicts slipping by. 2008-11-26 08:45:12 +00:00
catalog Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 2008-12-31 02:25:06 +00:00
commands Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 2008-12-31 02:25:06 +00:00
executor Add some basic support for window frame clauses to the window-functions 2008-12-31 00:08:39 +00:00
foreign SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Replace both send and receive BIO routines in the SSL code with our own, 2008-12-14 19:39:37 +00:00
main Append major version number and for libraries soname major version number 2008-12-11 07:34:09 +00:00
nodes Add some basic support for window frame clauses to the window-functions 2008-12-31 00:08:39 +00:00
optimizer Add some basic support for window frame clauses to the window-functions 2008-12-31 00:08:39 +00:00
parser Throw error if a <window definition> references a window that already has a 2008-12-31 23:42:56 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Revert previous patch to put the shared memory segment on win32 2008-10-30 17:04:09 +00:00
postmaster Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were 2008-12-17 09:15:03 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Support window functions a la SQL:2008. 2008-12-28 18:54:01 +00:00
snowball pg_do_encoding_conversion cannot return NULL (at least not unless the input 2008-11-10 15:18:40 +00:00
storage The attached patch contains a couple of fixes in the existing probes and 2008-12-17 01:39:04 +00:00
tcop SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
tsearch Reduce the scaling factor for attstattarget to number-of-lexemes from 100 2008-12-15 15:06:31 +00:00
utils Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 2008-12-31 02:25:06 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
Makefile SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
nls.mk Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00