[COMMITTERS] pgsql: Improve INTERSECT/EXCEPT hashing by realizing that we don't need

2008-08-07 Thread Tom Lane
Log Message: --- Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any hashtable entries for tuples that are found only in the second input: they can never contribute to the output. Furthermore, this implies that the planner should endeavor to put first the smaller (

[COMMITTERS] pgloader - pgloader: Preliminary support for real line numbers usage in

2008-08-07 Thread User Dim
Log Message: --- Preliminary support for real line numbers usage in logs, ok for simple cases --- no split_file_reading, multi-line input broken Modified Files: -- pgloader/pgloader: csvreader.py (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cg