Commit Graph

29030 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)
 

Author SHA1 Message Date
Tom Lane b2c51e6eba Fix another semijoin-ordering bug. We already knew that we couldn't 17 years ago
Bruce Momjian 4e03b827ee Properly restore pg_largeobject.relfozenxid in binary upgrade mode. 17 years ago
Alvaro Herrera 396a493c17 Install src/include/utils/fmgroids.h on VPATH builds too. 17 years ago
Peter Eisentraut 7405f2cc85 Small additional clean from the rearrangement of the HTML index build rules 17 years ago
Peter Eisentraut 5106bdc450 Use errcontext mechanism in PL/Python 17 years ago
Tom Lane 888d3335b1 Remove unnecessary and version-sensitive dependence on the exact set of 17 years ago
Andrew Dunstan e73131a16a DROP IF EXISTS for columns and constraints. Andres Freund. 17 years ago
Tom Lane 31d1f23302 Teach simplify_boolean_equality to simplify the forms foo <> true and 17 years ago
Tom Lane 400e2c9344 Rewrite GEQO's gimme_tree function so that it always finds a legal join 17 years ago
Tom Lane a43b190e3c Fix a thinko in join_is_legal: when we decide we can implement a semijoin 17 years ago
Tom Lane 011eae60ef Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoid 17 years ago
Tom Lane fb18055998 Repair bug #4926 "too few pathkeys for mergeclauses". This example shows 17 years ago
Tom Lane f5bc74192d Make GEQO's planning deterministic by having it start from a predictable 17 years ago
Tom Lane c43feefa80 Add erand48() to the set of functions supported by our src/port/ library, 17 years ago
Heikki Linnakangas fe1cc1e730 pg_standby doesn't need to be linked with libpq. Fujii Masao. 17 years ago
Peter Eisentraut de160e2c00 Make backend header files C++ safe 17 years ago
Peter Eisentraut 4ef8dc7a75 Rearrangement of the HTML docs build rules 17 years ago
Tom Lane 4baaaf7a81 Remove duplicate definition of TYPECAST token. 17 years ago
Tom Lane 1aa58d3a83 Tweak the core scanner so that it can be used by plpgsql too. 17 years ago
Tom Lane 0d4899e448 Do a conditional SPI_push/SPI_pop when replanning a query in 17 years ago
Bruce Momjian 6fafa6a0ae vacuumlo query cleanups 17 years ago
Peter Eisentraut d1ba29420b Update information schema to SQL:2008 17 years ago
Tom Lane dcc9d37331 Make the configure messages rejecting old bison and flex versions include 17 years ago
Tom Lane 34a11144e5 Although the flex documentation avers that yyalloc and yyrealloc take 17 years ago
Tom Lane 91e71929ba Convert the core lexer and parser into fully reentrant code, by making use 17 years ago
Tom Lane da4b900176 Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, and 17 years ago
Bruce Momjian 4bd556b193 Stamp minor library version numbers for 8.5; sorry for the delay. 17 years ago
Tom Lane f1d9c299d6 Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving it 17 years ago
Tom Lane 6566e37e02 Move some declarations in the raw-parser header files to create a clearer 17 years ago
Peter Eisentraut 23d830bd9a Alter some gratuitous uses of "ANSI" when "SQL standard" might have been 17 years ago
Peter Eisentraut c95db342e7 Correct what ISO stands for 17 years ago
Tom Lane 014be15047 Fix set_rel_width() to do something reasonable with non-Var items in a 17 years ago
Tom Lane e7370babd1 Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Tom Lane b11ce5608a Remove no-longer-necessary transmission of postmaster's LC_COLLATE and 17 years ago
Heikki Linnakangas e5bb0f04db Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup. 17 years ago
Tom Lane 53e7229258 Add missing HOUR TO SECOND option to list of possible INTERVAL field sets, 17 years ago
Peter Eisentraut df20667112 When calling unsupported "make check" with a pgxs module, return a nonzero 17 years ago
Tom Lane e01d732db3 Just a little more schema-qualification ... 17 years ago
Peter Eisentraut b34f6ab804 psql backward compatibility fix 17 years ago
Tom Lane ba3fb57d81 Don't use 'return' where you should use 'PG_RETURN_xxx'. 17 years ago
Tom Lane fc9dd12da0 Query in SQL function still not schema-safe; add a couple 17 years ago
Peter Eisentraut 987281274f Sort child tables by name instead of OID in \d+ display 17 years ago
Tom Lane 8fe8ac5f40 Fix typo in comment. 17 years ago
Peter Eisentraut e292dbcf54 More sensible character_octet_length 17 years ago
Tom Lane 788d8e5139 Code review for patch to show definition of index columns in \d on index. 17 years ago
Tom Lane 47386fed46 Use floor() not rint() when reducing precision of fractional seconds in 17 years ago
Heikki Linnakangas 44886bd878 Fix ancient bug in handling of to_char modifier 'TH', when used with HH. 17 years ago
Tom Lane 9b27eab71c Fix set_append_rel_pathlist() to deal intelligently with cases where 17 years ago
Peter Eisentraut bf6570abef Show definition of index columns in \d on index 17 years ago
Tom Lane 869312e65e Per SQL spec (in particular, the grammar in SQL:2008 7.13) we should allow 17 years ago