postgresql/src/backend/utils
Tom Lane cecb607559 Make SQL arrays support null elements. This commit fixes the core array
functionality, but I still need to make another pass looking at places
that incidentally use arrays (such as ACL manipulation) to make sure they
are null-safe.  Contrib needs work too.
I have not changed the behaviors that are still under discussion about
array comparison and what to do with lower bounds.
2005-11-17 22:14:56 +00:00
..
adt Make SQL arrays support null elements. This commit fixes the core array 2005-11-17 22:14:56 +00:00
cache Make SQL arrays support null elements. This commit fixes the core array 2005-11-17 22:14:56 +00:00
error Repair an error introduced by log_line_prefix patch: it is not acceptable 2005-11-05 03:04:53 +00:00
fmgr Make SQL arrays support null elements. This commit fixes the core array 2005-11-17 22:14:56 +00:00
hash Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
init Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
mb Message corrections 2005-10-29 00:31:52 +00:00
misc Make SQL arrays support null elements. This commit fixes the core array 2005-11-17 22:14:56 +00:00
mmgr Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
resowner R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00
sort Change trace_sort to output to the log, rather than the user's terminal. 2005-10-25 13:47:08 +00:00
time Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00