Commit Graph

16251 Commits (3a6e2ff08a73e08efe2e1c44a32e56d84ff41dfd)

Author SHA1 Message Date
Tom Lane 6392518c69 Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEW 20 years ago
Michael Meskes b737f85e84 Some more regression test files 20 years ago
Michael Meskes 2682a4c01d One more file to remove 20 years ago
Michael Meskes 36e8d4e780 Removed old test files 20 years ago
Michael Meskes 1fa6be6f69 ynced parser and keyword list. 20 years ago
Joe Conway 9caafda579 Add support for multi-row VALUES clauses as part of INSERT statements 20 years ago
Bruce Momjian d307c428cb Fix bug I introduced while cleaning up pg_dump -t/-n patch. 20 years ago
Bruce Momjian 2c6d96cef6 Add support for loadable modules to allocated shared memory and 20 years ago
Bruce Momjian c61607bd52 Add pg_dump -X no-data-for-failed-tables option to suppress loading data 20 years ago
Bruce Momjian 8977b68a42 Allow multiple -n (schema) and -t (table) pg_dump options, and add -T 20 years ago
Bruce Momjian 9a4eaa9440 Remove extra argument to printf(). 20 years ago
Andrew Dunstan a3bae60813 have pg_regress fall back on testing with the canonical results file if an 20 years ago
Tom Lane 09d3670df3 Change the relation_open protocol so that we obtain lock on a relation 20 years ago
Michael Meskes 4cd72b53b9 Added missing ECPGget_sqlca() call 20 years ago
Michael Meskes c1c9b7c0c0 First small patches needed for regression tests 20 years ago
Tom Lane 6e38e34d64 Change the bootstrap sequence so that toast tables for system catalogs are 20 years ago
Tom Lane 8822263635 Fix a couple of comments. 20 years ago
Michael Meskes 0bee536ad8 Replaced $Header$ by $§PosgreSQL$ 20 years ago
Michael Meskes cdf131abac Added missing $Header$ entries. 20 years ago
Alvaro Herrera 92c2ecc130 Modify snapshot definition so that lazy vacuums are ignored by other 20 years ago
Bruce Momjian 1a271f0c71 Fix WIN32 wait() return value macros to be accurate, particularly 20 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. 20 years ago
Bruce Momjian e5ac3d4343 Don't use #include <crtdefs.h> for MSVC <= 1400. 20 years ago
Bruce Momjian b554cb75bf Add #include postgres_fe.h in two win32-specific files, because there is 20 years ago
Tom Lane 033a477e9e Adjust initialization sequence for timezone_abbreviations so that 20 years ago
Tom Lane 1249cf8f38 SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only 20 years ago
Michael Meskes 76475a7eb5 Variables should be free'ed only once. 20 years ago
Michael Meskes a27cb17788 Removed superfluous comment 20 years ago
Michael Meskes 9e76b4c7c5 And one more: 20 years ago
Michael Meskes 72ba3cb50f Added more SoC changes by Joachim Wieland <joe@mcknight.de>: 20 years ago
Tom Lane 108fe47301 Aggregate functions now support multiple input arguments. I also took 20 years ago
Tom Lane 8aab197840 Original coding of pg_regress.c made the results and log directories 20 years ago
Bruce Momjian 43c79378c8 Allow LDAP lookups from pg_service.conf. 20 years ago
Peter Eisentraut b517e65348 Allow units to be specified with configuration settings. 20 years ago
Tom Lane a998a69247 Code review for bigint-LIMIT patch. Fix missed planner dependency, 20 years ago
Bruce Momjian 9a7483714f Work around bug in strxfmt() but in MS VS2005. 20 years ago
Peter Eisentraut cd2a6b57c0 When a GUC string variable is not set, print the empty string (in SHOW etc.), 20 years ago
Peter Eisentraut 79bc99a467 Convert effective_cache_size to an integer, for better integration with 20 years ago
Bruce Momjian 085e559654 Change LIMIT/OFFSET to use int8 20 years ago
Tom Lane e6284649b9 Modify btree to delete known-dead index entries without an actual VACUUM. 20 years ago
Tom Lane bd112776cd Add missing @OVERRIDE to 'India' config file, per Michael Fuhr. 20 years ago
Tom Lane d8b5c95ca8 Remove hard-wired lists of timezone abbreviations in favor of providing 20 years ago
Andrew Dunstan 631ea61883 Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores). 20 years ago
Tom Lane d0e4a076d1 Make the order of operations in PostmasterMain a bit saner ... some 20 years ago
Peter Eisentraut e9b4969062 DTrace support, with a small initial set of probes 20 years ago
Peter Eisentraut 9dc34b5feb Mark postgresql.conf entries that require server restart; some minor 20 years ago
Andrew Dunstan 20a733d0a0 Remove dubious and redundant (we think) setting of libdir in PATH for non temp-install case. 20 years ago
Tom Lane 8dcaea7be0 Add a fudge factor to genericcostestimate() to prevent the planner from 20 years ago
Tom Lane a794fb0681 Convert the lock manager to use the new dynahash.c support for partitioned 20 years ago
Tom Lane b25dc481c8 Fix oversight in sizing of shared buffer lookup hashtable. Because 20 years ago