Commit Graph

1699 Commits (4e82a954764af0b03c54cd4db422a6b4e585e4e8)

Author SHA1 Message Date
Tom Lane 4e82a95476 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole 18 years ago
Peter Eisentraut 46e76373ec Implement a few changes to how shared libraries and dynamically loadable 18 years ago
Tom Lane 347dd6a1cf Make plpgsql support FOR over a query specified by a cursor declaration, 18 years ago
Tom Lane 2604359251 Improve hash_any() to use word-wide fetches when hashing suitably aligned 18 years ago
Tom Lane a0fad9762a Re-implement division for numeric values using the traditional "schoolbook" 18 years ago
Tom Lane e2a8804330 Support EXECUTE USING in plpgsql. 18 years ago
Tom Lane d344115519 Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). 18 years ago
Tom Lane c5f11f9d19 Fix a number of places that were making file-type tests infelicitously. 18 years ago
Tom Lane 7692d8d5b7 Support statement-level ON TRUNCATE triggers. Simon Riggs 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Bruce Momjian fca9fff41b More README src cleanups. 18 years ago
Tom Lane 6b0706ac33 Arrange for an explicit cast applied to an ARRAY[] constructor to be applied 18 years ago
Peter Eisentraut 8c87cc370f Catch all errors in for and while loops in makefiles. Don't ignore any 18 years ago
Magnus Hagander 52a8d4f8f7 Implement enum type for guc parameters, and convert a couple of existing 18 years ago
Magnus Hagander 9b8a93baa4 Use windows DACL fix for pg_regress as well. 18 years ago
Tom Lane 8dd6c4b4be Make pg_regress -V consistent with the corresponding code in other 18 years ago
Tom Lane 0171e72d4d Update timezone code to track the upstream changes since 2003. In particular 18 years ago
Tom Lane e67867b26c Allow AS to be omitted when specifying an output column name in SELECT 18 years ago
Tom Lane f10589e5f7 Make pg_regress clean out the testtablespace directory only on Windows. 18 years ago
Tom Lane 689d02a2e9 Fix a regression test that fails if default_text_search_config isn't 18 years ago
Tom Lane 89c0a87fda The original implementation of polymorphic aggregates didn't really get the 18 years ago
Tom Lane 6a6522529f Fix some planner issues found while investigating Kevin Grittner's report 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane 82ca4d0210 Fix attribution for Rime of the Ancient Mariner (obviously it's been 18 years ago
Tom Lane 71e90b0df2 The E. J. Pratt verse used as a tsearch test case is unfortunately still 18 years ago
Tom Lane 265f904d8f Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate 18 years ago
Tom Lane 895a94de6d Avoid incrementing the CommandCounter when CommandCounterIncrement is called 18 years ago
Tom Lane f0f18c7087 Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cached 18 years ago
Tom Lane 42fd80de53 Fix pg_regress to check the directory it is actually reading files from, 18 years ago
Peter Eisentraut 7888b52076 Make casts from xml to text independent of the XML option setting, thus 18 years ago
Tom Lane 07daff63c5 Fix select_common_type() so that it can select a domain type, if all inputs 18 years ago
Andrew Dunstan 3de1f0daac Fix XML tag namespace change inadvertantly missed from previous fix. Add 18 years ago
Tom Lane ffd8721228 Add missed entry for new money regression test. 18 years ago
D'Arcy J.M. Cain 03debe19a7 Add regression tests for MONEY type. 18 years ago
Andrew Dunstan 1157f3cc81 Change descriptions of entity and tag objects to "XML entity" and "XML tag". 18 years ago
Teodor Sigaev a867b40cf4 Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Bruce Momjian d009992ba3 Have text search thesaurus files use "?" for stop words. 18 years ago
Bruce Momjian 82748bc253 Reduce error level of ROLLBACK outside a transaction from WARNING to 18 years ago
Tom Lane 0833081125 Add an expected-results file to get regression to pass cleanly in sv_SE 18 years ago
Peter Eisentraut 8db43db01e Allow XML processing instructions starting with "xml" while prohibiting 18 years ago
Peter Eisentraut 4c726d5c11 After conferencing again with Bruce, put in more accurate XML error message. 18 years ago
Peter Eisentraut 5412c728b9 Adjust test results for message changes. Darn. 18 years ago
Peter Eisentraut 5f9869d0ee Use "alternative" instead of "alternate" where it is clearer. 18 years ago
Tom Lane 2aae35d049 Mention the index name in 'could not create unique index' errors, 18 years ago
Tom Lane b17b7fae8c Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. 18 years ago
Tom Lane 73e6f9d3b6 Change text search parsing rules for hyphenated words so that digit strings 18 years ago
Tom Lane d015d08b43 Rename default text search parser's "uri" token type to "url_path", 18 years ago
Tom Lane 048efc25e4 Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems 18 years ago
Tom Lane c29a9c37bf Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- 18 years ago