Commit Graph

1255 Commits (8264cbcb50f1a4730b765f8c81979f95bf712a09)

Author SHA1 Message Date
Tom Lane 595ed2a855 Make the behavior of HAVING without GROUP BY conform to the SQL spec. 21 years ago
Bruce Momjian e3d7de6b99 Rename canonical encodings, per Peter: 21 years ago
Neil Conway 484f0464ff Implement max() and min() aggregates for array types. Patch from Koju 21 years ago
Neil Conway 5a9dd0dc4f This patch changes makes some significant changes to how compilation 21 years ago
Tom Lane e9d693411c Add a regression test to verify that the stack depth checker actually 21 years ago
Neil Conway 975e27377a Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
Tom Lane fffb5819ca Adjust constant-folding of CASE expressions so that the simple comparison 21 years ago
Neil Conway 73f630500b Add support for temporary views, including documentation and regression 21 years ago
Tom Lane a3f945a1b2 Adjust estimate_num_groups() to not clamp per-relation group count 21 years ago
Tom Lane 875b0c62fa When dealing with multiple grouping columns coming from the same table, 21 years ago
Tom Lane f07b9689c9 Generalize TRUNCATE to support truncating multiple tables in one 21 years ago
Neil Conway 4fe201237f Add regression tests for recent cursor/savepoint bug fixed by Alvaro and 21 years ago
Neil Conway 4405e74355 Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that 21 years ago
Neil Conway 5df3fc67a7 This patch updates the regression tests to allow "make installcheck" to 21 years ago
Neil Conway d600c1db7a Add some basic regression tests for refcursors in PL/PgSQL. 21 years ago
Neil Conway 48e2bb13c9 This trivial patch adds a regression test for CASE expressions that use 21 years ago
Tom Lane 7a6a7d57b4 pg_regress now needs to know that Windows hasn't got unix sockets, 21 years ago
Tom Lane 6bb51348b0 Ensure that the test postmaster started by 'make check' listens to as 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 3621657a61 Use float8-small-is-zero for netbsd on m68k, per Rémi Zara. 21 years ago
Tom Lane 96b42de9a8 exec_eval_simple_expr() needs to do CommandCounterIncrement() not just 21 years ago
Tom Lane e184663b24 plpgsql's exec_eval_simple_expr() now has to take responsibility for 21 years ago
Neil Conway cda3e5836e Add regression tests for the fix committed by Tom for casting between 21 years ago
Peter Eisentraut cf5539112c Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing the 21 years ago
Tom Lane 59b3b8014d As long as we're forcing an ORDER BY in these four join queries, we had 21 years ago
Tom Lane 4e91824b94 Make some adjustments to reduce platform dependencies in plan selection. 21 years ago
Tom Lane 5374d097de Change planner to use the current true disk file size as its estimate of 21 years ago
Tom Lane 4a6fd46950 Force LANG=en on Windows, since system may fail to default to English. 21 years ago
Tom Lane 98640c3130 Add installcheck-parallel regression test target. Magnus Hagander 21 years ago
Tom Lane ede8f4e311 Add variant regression file to support BSDen that underflow to plus zero instead 21 years ago
Tom Lane 7efa8411cc Rethink plpgsql's way of handling SPI execution during an exception block. 21 years ago
Tom Lane 98e8b48053 Create 'default_tablespace' GUC variable that supplies a TABLESPACE 21 years ago
Tom Lane e837e4be8f Use psql -q option instead of 2>/dev/null during first invocation 22 years ago
Tom Lane 319902dc8c Fix to_number for the case of a trailing S. 22 years ago
Tom Lane b2b0673e4b When displaying a Var that is a reference to a column of an unnamed join, 22 years ago
Tom Lane 549a4bd6fe Adjust message to not be misleading on Windows. 22 years ago
Tom Lane 380bd04c16 Standardize on using the Min, Max, and Abs macros that are in our c.h file, 22 years ago
Neil Conway 1da2bccabb Unbreak regression tests (Peter's recent checkin to executor/spi.c did 22 years ago
Tom Lane e5d30091e6 Fix pg_indexes view so that it shows the index's tablespace not the 22 years ago
Bruce Momjian 8a657808b0 Update CIDR regresion tests to test for network masks inside the last 22 years ago
Bruce Momjian b577fe1d56 Remove benchmark comment. 22 years ago
Bruce Momjian 05c561eec8 Remove mention of -Q option for bench. 22 years ago
Bruce Momjian a5d7ba773d Adjust comments previously moved to column 1 by pgident. 22 years ago
Tom Lane 4171bb869f Detect overflow in integer arithmetic operators (integer, smallint, and 22 years ago
Tom Lane b3c4d69852 Add regression test inspired by Sebastian Böck. 22 years ago
Tom Lane 8bbfa16624 Don't assume PQdb() will return a valid result from a failed connection. 22 years ago
Tom Lane 2f132ebff7 Okay, I'm tired of reading gripes from OS X users ... add a regression 22 years ago
Tom Lane 5d9f5c20dd Issue a CHECKPOINT just after creating the regression database. Without 22 years ago
Neil Conway b84788debc Minor cleanup of libpq/LO examples: fix some memory leaks, update a comment 22 years ago
Tom Lane 6da0c439ee Change some of the existing plpgsql regression test cases so that they 22 years ago