Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
Michael Meskes 27458bb4fa Applied test suite update by Joachim Wieland <joe@mcknight.de>. 19 years ago
Bruce Momjian 961ec0ce9c Move 'ddl' right after 'none' in postgresql.conf. It used to be between 19 years ago
Bruce Momjian f1fa94a415 Fix logic to prevent pg_dump from dumping system schemas; bug introduced 19 years ago
Andrew Dunstan 959aee5bbf remove extraneous space after -L flag. 19 years ago
Tom Lane 0dfb595d7a Arrange for ValuesScan to keep per-sublist expression eval state in a 19 years ago
Michael Meskes efc861a842 And finally the Makefiles 19 years ago
Tom Lane e79aed7cba Wups, got the test for contain_vars_of_level-not-needed wrong in 19 years ago
Michael Meskes 1f0a6cd60c Hopefully that's it. The remaining files for ecpg regression tests. 19 years ago
Tom Lane 6392518c69 Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEW 19 years ago
Michael Meskes b737f85e84 Some more regression test files 19 years ago
Michael Meskes 2682a4c01d One more file to remove 19 years ago
Michael Meskes 36e8d4e780 Removed old test files 19 years ago
Michael Meskes 1fa6be6f69 ynced parser and keyword list. 19 years ago
Joe Conway 9caafda579 Add support for multi-row VALUES clauses as part of INSERT statements 19 years ago
Bruce Momjian d307c428cb Fix bug I introduced while cleaning up pg_dump -t/-n patch. 19 years ago
Bruce Momjian 2c6d96cef6 Add support for loadable modules to allocated shared memory and 19 years ago
Bruce Momjian c61607bd52 Add pg_dump -X no-data-for-failed-tables option to suppress loading data 19 years ago
Bruce Momjian 8977b68a42 Allow multiple -n (schema) and -t (table) pg_dump options, and add -T 19 years ago
Bruce Momjian 9a4eaa9440 Remove extra argument to printf(). 19 years ago
Andrew Dunstan a3bae60813 have pg_regress fall back on testing with the canonical results file if an 19 years ago
Tom Lane 09d3670df3 Change the relation_open protocol so that we obtain lock on a relation 19 years ago
Michael Meskes 4cd72b53b9 Added missing ECPGget_sqlca() call 19 years ago
Michael Meskes c1c9b7c0c0 First small patches needed for regression tests 19 years ago
Tom Lane 6e38e34d64 Change the bootstrap sequence so that toast tables for system catalogs are 19 years ago
Tom Lane 8822263635 Fix a couple of comments. 19 years ago
Michael Meskes 0bee536ad8 Replaced $Header$ by $§PosgreSQL$ 19 years ago
Michael Meskes cdf131abac Added missing $Header$ entries. 19 years ago
Alvaro Herrera 92c2ecc130 Modify snapshot definition so that lazy vacuums are ignored by other 19 years ago
Bruce Momjian 1a271f0c71 Fix WIN32 wait() return value macros to be accurate, particularly 19 years ago
Andrew Dunstan 497d39d768 prevent multiplexing Windows kernel event objects we listen for across various sockets - should fix the occasional stats test regression failures we see. 19 years ago
Bruce Momjian e5ac3d4343 Don't use #include <crtdefs.h> for MSVC <= 1400. 19 years ago
Bruce Momjian b554cb75bf Add #include postgres_fe.h in two win32-specific files, because there is 19 years ago
Tom Lane 033a477e9e Adjust initialization sequence for timezone_abbreviations so that 19 years ago
Tom Lane 1249cf8f38 SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only 19 years ago
Michael Meskes 76475a7eb5 Variables should be free'ed only once. 19 years ago
Michael Meskes a27cb17788 Removed superfluous comment 19 years ago
Michael Meskes 9e76b4c7c5 And one more: 19 years ago
Michael Meskes 72ba3cb50f Added more SoC changes by Joachim Wieland <joe@mcknight.de>: 19 years ago
Tom Lane 108fe47301 Aggregate functions now support multiple input arguments. I also took 19 years ago
Tom Lane 8aab197840 Original coding of pg_regress.c made the results and log directories 19 years ago
Bruce Momjian 43c79378c8 Allow LDAP lookups from pg_service.conf. 19 years ago
Peter Eisentraut b517e65348 Allow units to be specified with configuration settings. 19 years ago
Tom Lane a998a69247 Code review for bigint-LIMIT patch. Fix missed planner dependency, 19 years ago
Bruce Momjian 9a7483714f Work around bug in strxfmt() but in MS VS2005. 19 years ago
Peter Eisentraut cd2a6b57c0 When a GUC string variable is not set, print the empty string (in SHOW etc.), 19 years ago
Peter Eisentraut 79bc99a467 Convert effective_cache_size to an integer, for better integration with 19 years ago
Bruce Momjian 085e559654 Change LIMIT/OFFSET to use int8 19 years ago
Tom Lane e6284649b9 Modify btree to delete known-dead index entries without an actual VACUUM. 19 years ago
Tom Lane bd112776cd Add missing @OVERRIDE to 'India' config file, per Michael Fuhr. 19 years ago
Tom Lane d8b5c95ca8 Remove hard-wired lists of timezone abbreviations in favor of providing 19 years ago