postgresql/src/backend/utils
Tom Lane 4eeda92d86 Fix ANALYZE failure on a column that's a domain over a range.
Most other range operations seem to work all right on domains,
but this one not so much, at least not since commit 918eee0c.
Per bug #8684 from Brett Neumeier.
2013-12-23 22:18:48 -05:00
..
adt Fix ANALYZE failure on a column that's a domain over a range. 2013-12-23 22:18:48 -05:00
cache Support ordered-set (WITHIN GROUP) aggregates. 2013-12-23 16:11:35 -05:00
error Avoid out-of-bounds read in errfinish if error_stack_depth < 0. 2013-12-02 10:42:01 -05:00
fmgr Change the way we mark tuples as frozen. 2013-12-22 15:49:09 -05:00
hash pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
init Allow on-detach callbacks for dynamic shared memory segments. 2013-12-18 13:09:09 -05:00
mb Add checks for valid multibyte character length in UtfToLocal, LocalToUtf. 2013-07-18 21:55:38 -04:00
misc Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. 2013-12-21 03:33:16 +09:00
mmgr Get rid of use of asprintf() in favor of a more portable implementation. 2013-10-22 18:42:13 -04:00
resowner Fix details missed by dynamic shared memory patch. 2013-10-14 08:00:26 -04:00
sort Support ordered-set (WITHIN GROUP) aggregates. 2013-12-23 16:11:35 -05:00
time Change the way we mark tuples as frozen. 2013-12-22 15:49:09 -05:00
.gitignore
errcodes.txt Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Gen_dummy_probes.sed Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Gen_fmgrtab.pl Update copyrights for 2013 2013-01-01 17:15:01 -05:00
generate-errcodes.pl Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile
probes.d Update copyrights for 2013 2013-01-01 17:15:01 -05:00