postgresql/src
Tom Lane f003419791 Preserve AND/OR flatness while extracting restriction OR clauses.
The code I added in commit f343a880d5 was
careless about preserving AND/OR flatness: it could create a structure with
an OR node directly underneath another one.  That breaks an assumption
that's fairly important for planning efficiency, not to mention triggering
various Asserts (as reported by Benjamin Smith).  Add a trifle more logic
to handle the case properly.
2014-09-09 18:35:41 -04:00
..
backend Preserve AND/OR flatness while extracting restriction OR clauses. 2014-09-09 18:35:41 -04:00
bin Fix psql \s to work with recent libedit, and add pager support. 2014-09-08 16:09:49 -04:00
common Small message fixes 2014-08-09 00:07:29 -04:00
include Fix typo in solaris spinlock fix. 2014-09-09 23:36:32 +02:00
interfaces Install libpq DLL with $(INSTALL_SHLIB). 2014-08-18 23:00:57 -04:00
makefiles Flush a stray definition of $(DLLTOOL). 2014-02-11 12:59:48 -05:00
pl Small message fixes 2014-08-09 00:07:29 -04:00
port Report success when Windows kill() emulation signals an exiting process. 2014-07-23 00:36:40 -04:00
template Revert to using --enable-auto-import in Cygwin builds. 2014-02-16 15:14:04 -05:00
test Preserve AND/OR flatness while extracting restriction OR clauses. 2014-09-09 18:35:41 -04:00
timezone Reject out-of-range numeric timezone specifications. 2014-07-21 22:41:23 -04:00
tools Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' 2014-08-21 19:12:00 -04:00
tutorial pgindent run for 9.4 2014-05-06 12:12:18 -04:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Set shared library path for in-tree TAP tests 2014-08-15 00:02:44 -04:00
Makefile.shlib Tweak position of $(DLL_DEFFILE) in shared-library link commands. 2014-02-12 11:22:23 -05:00
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak