Commit Graph

28814 Commits (d5a43ffde068d67409b494d812bd7e9f514db29c)
 

Author SHA1 Message Date
Peter Eisentraut 4ef8dc7a75 Rearrangement of the HTML docs build rules 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
Bruce Momjian 6fafa6a0ae vacuumlo query cleanups 16 years ago
Peter Eisentraut d1ba29420b Update information schema to SQL:2008 16 years ago
Tom Lane dcc9d37331 Make the configure messages rejecting old bison and flex versions include 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
Tom Lane da4b900176 Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, and 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
Peter Eisentraut c95db342e7 Correct what ISO stands for 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 e7370babd1 Fix xslt_process() to ensure that it inserts a NULL terminator after the 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
Tom Lane 53e7229258 Add missing HOUR TO SECOND option to list of possible INTERVAL field sets, 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 47f6699d00 Remove useless References column for pg_listener catalog description. Per Shigehiro Honda. 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
Tom Lane 4d53a2f969 Revert addition of "o" to tar options. This was intended to fix bug #4883, 16 years ago
Marc G. Fournier 41f467f343 Bundle v8.4.0 16 years ago
Tom Lane 730e1a9c95 Update release notes in final preparation for 8.4.0. 16 years ago
Tom Lane 9d6469c9b2 Add a note about SystemTap vs DTrace spelling of probe names. 16 years ago
Tom Lane df858fe58a Marginal improvement of description of recovery_end_command. 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