Commit Graph

19602 Commits (31d1f2330277a91f59fe050cc85ced25ee55f95d)

Author SHA1 Message Date
Tom Lane 31d1f23302 Teach simplify_boolean_equality to simplify the forms foo <> true and 16 years ago
Tom Lane 400e2c9344 Rewrite GEQO's gimme_tree function so that it always finds a legal join 16 years ago
Tom Lane a43b190e3c Fix a thinko in join_is_legal: when we decide we can implement a semijoin 16 years ago
Tom Lane 011eae60ef Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoid 16 years ago
Tom Lane fb18055998 Repair bug #4926 "too few pathkeys for mergeclauses". This example shows 16 years ago
Tom Lane f5bc74192d Make GEQO's planning deterministic by having it start from a predictable 16 years ago
Tom Lane c43feefa80 Add erand48() to the set of functions supported by our src/port/ library, 16 years ago
Peter Eisentraut de160e2c00 Make backend header files C++ safe 16 years ago
Tom Lane 4baaaf7a81 Remove duplicate definition of TYPECAST token. 16 years ago
Tom Lane 1aa58d3a83 Tweak the core scanner so that it can be used by plpgsql too. 16 years ago
Tom Lane 0d4899e448 Do a conditional SPI_push/SPI_pop when replanning a query in 16 years ago
Peter Eisentraut d1ba29420b Update information schema to SQL:2008 16 years ago
Tom Lane 34a11144e5 Although the flex documentation avers that yyalloc and yyrealloc take 16 years ago
Tom Lane 91e71929ba Convert the core lexer and parser into fully reentrant code, by making use 16 years ago
Bruce Momjian 4bd556b193 Stamp minor library version numbers for 8.5; sorry for the delay. 16 years ago
Tom Lane f1d9c299d6 Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving it 16 years ago
Tom Lane 6566e37e02 Move some declarations in the raw-parser header files to create a clearer 16 years ago
Peter Eisentraut 23d830bd9a Alter some gratuitous uses of "ANSI" when "SQL standard" might have been 16 years ago
Tom Lane 014be15047 Fix set_rel_width() to do something reasonable with non-Var items in a 16 years ago
Tom Lane b11ce5608a Remove no-longer-necessary transmission of postmaster's LC_COLLATE and 16 years ago
Heikki Linnakangas e5bb0f04db Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup. 16 years ago
Peter Eisentraut df20667112 When calling unsupported "make check" with a pgxs module, return a nonzero 16 years ago
Tom Lane e01d732db3 Just a little more schema-qualification ... 16 years ago
Peter Eisentraut b34f6ab804 psql backward compatibility fix 16 years ago
Tom Lane ba3fb57d81 Don't use 'return' where you should use 'PG_RETURN_xxx'. 16 years ago
Tom Lane fc9dd12da0 Query in SQL function still not schema-safe; add a couple 16 years ago
Peter Eisentraut 987281274f Sort child tables by name instead of OID in \d+ display 16 years ago
Tom Lane 8fe8ac5f40 Fix typo in comment. 16 years ago
Peter Eisentraut e292dbcf54 More sensible character_octet_length 16 years ago
Tom Lane 788d8e5139 Code review for patch to show definition of index columns in \d on index. 16 years ago
Tom Lane 47386fed46 Use floor() not rint() when reducing precision of fractional seconds in 16 years ago
Heikki Linnakangas 44886bd878 Fix ancient bug in handling of to_char modifier 'TH', when used with HH. 16 years ago
Tom Lane 9b27eab71c Fix set_append_rel_pathlist() to deal intelligently with cases where 16 years ago
Peter Eisentraut bf6570abef Show definition of index columns in \d on index 16 years ago
Tom Lane 869312e65e Per SQL spec (in particular, the grammar in SQL:2008 7.13) we should allow 16 years ago
Tom Lane 9298d2ff39 Fix handling of changed-Param signaling for CteScan plan nodes. We were using 16 years ago
Peter Eisentraut f39df967e9 Add log_line_prefix placeholder %e to contain the current SQL state 16 years ago
Peter Eisentraut e2b42aef53 Have \d show child tables that inherit from the specified parent 16 years ago
Tom Lane 53fa850c80 Fix up pg_dump's --binary-upgrade option so that it behaves properly with 16 years ago
Peter Eisentraut 7cc514ac65 Upgrade to Autoconf 2.63 16 years ago
Peter Eisentraut 72da68eef0 Regression test for XML mapping functionality 16 years ago
Tom Lane f4ab0b032b Stamp HEAD as 8.5devel. 16 years ago
Tom Lane 2c3c2c1c3c Add missed src/include/foreign subdirectory to the set installed into 16 years ago
Marc G. Fournier 41f467f343 Bundle v8.4.0 16 years ago
Tom Lane 2de48a83e6 Cleanup and code review for the patch that made bgwriter active during 16 years ago
Peter Eisentraut a6667d96c5 Translation updates for 8.4 release. 16 years ago
Tom Lane 7a58167ea2 Add __attribute__((format_arg(1))) to the declaration of err_gettext(), 16 years ago
Heikki Linnakangas 7e48b77b1c Fix some serious bugs in archive recovery, now that bgwriter is active 16 years ago
Heikki Linnakangas ebaa1952f1 The code to unlink dropped relations in FinishPreparedTransaction() was 16 years ago
Magnus Hagander 6c4637a3b3 Disallow empty passwords in LDAP authentication, the same way 16 years ago