postgresql/src
Andres Freund 0137caf273 Make regression tests less dependent on hash table order.
Upcoming changes to the hash table code used, among others, for grouping
and set operations will change the output order for a few queries. To
make it less likely that actual bugs are hidden between regression test
ordering changes, and to make the tests robust against platform
dependant ordering, add ORDER BYs guaranteeing the output order.

As it's possible that some of the changes expose platform dependant
ordering, push this earlier, to let the buildfarm shake out potentially
unstable results.

Discussion: <20160727004333.r3e2k2y6fvk2ntup@alap3.anarazel.de>
2016-10-10 13:41:57 -07:00
..
backend Remove some unnecessary #includes. 2016-10-10 12:22:58 +03:00
bin Fix pg_dump to work against pre-9.0 servers again. 2016-10-07 09:51:18 -04:00
common Avoid leaking FDs after an fsync failure. 2016-10-02 12:33:46 -04:00
fe_utils Teach appendShellString() to not quote strings containing "-". 2016-09-06 14:53:31 -04:00
include Fix fallback implementation of pg_atomic_write_u32(). 2016-10-07 16:55:15 -07:00
interfaces In PQsendQueryStart(), avoid leaking any left-over async result. 2016-10-10 10:35:58 -04:00
makefiles Fix typos in comments and doc 2016-01-28 16:47:36 +09:00
pl Fix misplacement of submake-generated-headers prerequisites. 2016-10-01 13:35:13 -04:00
port Include <sys/select.h> where needed 2016-09-27 01:05:21 -03:00
template Use unnamed POSIX semaphores, if available, on Linux and FreeBSD. 2016-10-09 18:03:45 -04:00
test Make regression tests less dependent on hash table order. 2016-10-10 13:41:57 -07:00
timezone Add regression test coverage for non-default timezone abbreviation sets. 2016-09-04 20:02:16 -04:00
tools Avoid direct cross-module links in hstore_plperl and ltree_plpython, too. 2016-10-04 17:49:07 -04:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore
DEVELOPERS
Makefile Install TAP test infrastructure so it's available for extension testing. 2016-09-23 15:50:00 -04:00
Makefile.global.in Make TAP test suites to work, when @INC does not contain current dir. 2016-10-07 21:49:49 +03:00
Makefile.shlib Remove -Wl,-undefined,dynamic_lookup in macOS build. 2016-10-05 23:03:55 -04:00
bcc32.mak
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak