postgresql/src/backend
Tom Lane dbf8259adf Tweak generic_type_consistency routines to avoid loss of functionality
since 7.3: 'select array_dims(histogram_bounds) from pg_stats' used to
work and still should.  Problem was that code wouldn't take input of
declared type anyarray as matching an anyarray argument.  Allow this
case as long as we don't need to determine an element type (which in
practice means as long as anyelement isn't used in the function signature).
2003-09-23 17:12:53 +00:00
..
access Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a 2003-09-15 23:33:43 +00:00
bootstrap Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
catalog Putting back the previous change must be the first thing. 2003-09-23 01:51:09 +00:00
commands Putting back the previous change must be the first thing. 2003-09-23 01:51:09 +00:00
executor _SPI_cursor_operation forgot to check for failure return from 2003-09-23 15:11:33 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq When I sent in the sslmode patch I forgot to update the 2003-09-13 16:43:38 +00:00
main Update comments about how locale settings are handled. 2003-09-09 15:19:31 +00:00
nodes Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
optimizer Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
parser Tweak generic_type_consistency routines to avoid loss of functionality 2003-09-23 17:12:53 +00:00
po Translation updates 2003-09-15 20:42:40 +00:00
port Mop-up for previous change to determine default shared_buffers and 2003-08-26 15:38:25 +00:00
postmaster Someone (possibly me) foolishly reduced the response for failing 2003-09-12 19:33:59 +00:00
regex Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
rewrite Disallow converting a table to a view if it has triggers, indexes, or 2003-09-17 17:19:17 +00:00
storage Arrange to align shared disk buffers on at least 32-byte boundaries, 2003-09-21 17:57:21 +00:00
tcop Reconsider placement of MemoryContextCheck() call --- do after commit, 2003-09-14 00:03:32 +00:00
utils HeapTupleSatisfiesVacuum() needs to be more careful about the 2003-09-22 00:47:23 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Run distprep target before creating list of files that contain translatable 2003-09-14 22:40:38 +00:00