postgresql/src/backend/utils
Robert Haas 3cc0800829 Add a transform function for numeric typmod coercisions.
This enables ALTER TABLE to skip table and index rebuilds when a column
is changed to an unconstrained numeric, or when the scale is unchanged
and the precision does not decrease.

Noah Misch, with a few stylistic changes and a fix for an OID
collision by me.
2012-02-07 12:08:26 -05:00
..
adt Add a transform function for numeric typmod coercisions. 2012-02-07 12:08:26 -05:00
cache Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. 2012-01-30 11:13:36 +02:00
error Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
fmgr Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
hash Assorted comment fixes, mostly just typos, but some obsolete statements. 2012-01-29 19:23:56 -05:00
init Make superuser imply replication privilege. The idea of a privilege that 2012-01-14 18:22:16 +02:00
mb Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
misc Allow pg_basebackup from standby node with safety checking. 2012-01-25 18:02:04 +00:00
mmgr Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
resowner Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
sort Adjust tuplesort.c based on the fact that we never use the OS's qsort(). 2012-01-26 14:43:28 -05:00
time Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Gen_dummy_probes.sed Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Gen_fmgrtab.pl Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
generate-errcodes.pl Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Make group commit more effective. 2012-01-30 16:53:48 +02:00