You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
7fdb4305db
Fix a bunch of problems with domains by making them use special input functions
...
that apply the necessary domain constraint checks immediately. This fixes
cases where domain constraints went unchecked for statement parameters,
PL function local variables and results, etc. We can also eliminate existing
special cases for domains in places that had gotten it right, eg COPY.
Also, allow domains over domains (base of a domain is another domain type).
This almost worked before, but was disallowed because the original patch
hadn't gotten it quite right.
20 years ago
..
access
Add a field to the first page of each WAL file to indicate the
20 years ago
bootstrap
Make all our flex and bison files use %option prefix or %name-prefix
20 years ago
catalog
Fix a bunch of problems with domains by making them use special input functions
20 years ago
commands
Arrange to emit a description of the current XLOG record as error context
20 years ago
executor
Update copyright for 2006. Update scripts.
20 years ago
lib
Update copyright for 2006. Update scripts.
20 years ago
libpq
This patch adds native LDAP auth, for those platforms that don't have
20 years ago
mb
Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean
20 years ago
nodes
Add error location info to ResTarget parse nodes. Allows error cursor to be supplied
20 years ago
optimizer
Update copyright for 2006. Update scripts.
20 years ago
parser
Fix a bunch of problems with domains by making them use special input functions
20 years ago
port
Add CVS tag lines to files that were lacking them.
20 years ago
postmaster
Update copyright for 2006. Update scripts.
20 years ago
regex
Standard pgindent run for 8.1.
21 years ago
rewrite
Update copyright for 2006. Update scripts.
20 years ago
storage
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
20 years ago
tcop
Improve parser so that we can show an error cursor position for errors
20 years ago
utils
Fix a bunch of problems with domains by making them use special input functions
20 years ago
Makefile
Allow installation into directories containing spaces in the name.
20 years ago
c.h
Update copyright for 2006. Update scripts.
20 years ago
fmgr.h
Modify all callers of datatype input and receive functions so that if these
20 years ago
funcapi.h
Update copyright for 2006. Update scripts.
20 years ago
getaddrinfo.h
Update copyright for 2006. Update scripts.
20 years ago
getopt_long.h
Update copyright for 2006. Update scripts.
20 years ago
miscadmin.h
Update copyright for 2006. Update scripts.
20 years ago
pg_config.h.in
This patch adds native LDAP auth, for those platforms that don't have
20 years ago
pg_config.h.win32
Add CVS tag lines to files that were lacking them.
20 years ago
pg_config_manual.h
Define a separately configurable XLOG_BLCKSZ symbol for the page size
20 years ago
pgstat.h
Update copyright for 2006. Update scripts.
20 years ago
pgtime.h
Update copyright for 2006. Update scripts.
20 years ago
port.h
Update copyright for 2006. Update scripts.
20 years ago
postgres.h
Update copyright for 2006. Update scripts.
20 years ago
postgres_ext.h
…
postgres_fe.h
Update copyright for 2006. Update scripts.
20 years ago
rusagestub.h
Update copyright for 2006. Update scripts.
20 years ago
strdup.h
…