Commit Graph

25298 Commits (0a51e7073c045b5fce50092dae19f398f7b38e16)
 

Author SHA1 Message Date
Tom Lane 0a51e7073c Don't take ProcArrayLock while exiting a transaction that has no XID; there is 18 years ago
Bruce Momjian 85e79a4a83 Add Hash thread URL: 18 years ago
Teodor Sigaev 0392ea5097 Improve page split in rtree emulation. Now if splitted result has 18 years ago
Teodor Sigaev 978de9d06d Improvements from Heikki Linnakangas <heikki@enterprisedb.com> 18 years ago
Teodor Sigaev 8983852e34 Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com> 18 years ago
Teodor Sigaev e5be89981f Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with 18 years ago
Teodor Sigaev da1248401d Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com> 18 years ago
Tom Lane cd1aae5864 Allow CREATE INDEX CONCURRENTLY to disregard transactions in other 18 years ago
Tom Lane f8942f4a15 Make eval_const_expressions() preserve typmod when simplifying something like 18 years ago
Bruce Momjian 190df8a4cf Done: 18 years ago
Tom Lane 0ecb4ea773 Volatile-qualify the ProcArray PGPROC pointer in a bunch of routines 18 years ago
Tom Lane 4bf2dfb9a2 Quick hack to make the VXID of a prepared transaction be -1/XID, 18 years ago
Tom Lane 295e63983d Implement lazy XID allocation: transactions that do not modify any database 18 years ago
Andrew Dunstan 2e74c53ec1 Provide for binary input/output of enums, to fix complaint from Merlin Moncure. 18 years ago
Michael Meskes a6b5765c7e Synced parser and keyword list. 18 years ago
Tom Lane fcc6756341 Sync examples of psql \dF output with current CVS HEAD behavior. 18 years ago
Tom Lane 6d871a2538 Restrict tsearch config file base names to contain a-z, 0-9, and underscore, 18 years ago
Tom Lane e7889b83b7 Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 18 years ago
Tom Lane dd4594e332 Fix MSVC build (I think) for recent pg_proc.h column addition. 18 years ago
Tom Lane 7ab43b88d7 Improve stylistic consistency of descriptions of built-in objects by avoiding 18 years ago
Tom Lane 6f4a5462b4 Add an ORDER BY to nail down the expected row order from a query that's 18 years ago
Tom Lane a4df52f95f Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the 18 years ago
Tom Lane 2abae34a2e Implement function-local GUC parameter settings, as per recent discussion. 18 years ago
Bruce Momjian fcfe801ab8 Clean up whitespace. 18 years ago
Bruce Momjian e6c36081c2 More SGML alignment cleanups. 18 years ago
Bruce Momjian 87ee7857ea Properly indent SGML source of libpq.sgml. 18 years ago
Tom Lane d2825e1c85 Since sort_bounded_heap makes state changes that should be made 18 years ago
Tom Lane 0ee5a39862 Apply a band-aid fix for the problem that 8.2 and up completely misestimate 18 years ago
Bruce Momjian a55eab8921 Only use SGML indexterm "zone" when we want to get the entire section. 18 years ago
Bruce Momjian 45ebcbcc1f Make Gin/Gist text search tertiary index entries in the documentation. 18 years ago
Tom Lane 68e40998d0 Extend whole-row Var evaluation to cope with the case that the sub-plan 18 years ago
Bruce Momjian 42e9e26066 Add comment on why SGML -wfully-tagged flag is needed (for older SGML 18 years ago
Bruce Momjian a8b5d6dc26 Place GiST and GIN text search indexes as secondary items under the main 18 years ago
Bruce Momjian 9907b2a74c Again improve text search index entries. 18 years ago
Bruce Momjian 99a01bfd1e In text search docs, properly use indexterm _zone_ only when we want an 18 years ago
Bruce Momjian 6e832b059e Fix docs so indexes can be built by commenting out GiST/GIN index 18 years ago
Tom Lane 79048ca1a4 Install check_stack_depth() protection in two recursive tsquery 18 years ago
Bruce Momjian ac20d3dfbe Add openjade warning -wfully-tagged to warn about missing close tags on 18 years ago
Tom Lane b4c806faa8 Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand 18 years ago
Bruce Momjian 24cba4ee5c Make more logical index sections for text search. 18 years ago
Tom Lane e75d365633 Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED 18 years ago
Tatsuo Ishii c9bfabe24d Fix broken markup. 18 years ago
Bruce Momjian 25188c4f7d Update tsearch documentation wording. 18 years ago
Bruce Momjian 09c29cc57b Text search documentation word improvements; move configuration section 18 years ago
Bruce Momjian bb8f629c7a Move full text search operators, functions, and data type sections into 18 years ago
Tom Lane 8bc225e799 Relax permissions checks on dbsize functions, per discussion. Revert out all 18 years ago
Tom Lane 3b5f5d9873 Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data 18 years ago
Michael Meskes c7b6593042 Fixed bug in Informix define handling. 18 years ago
Bruce Momjian f145de27c3 Properly indent SGML in textsearch.sgml. 18 years ago
Tom Lane a52e4408b9 Add a debug logging message when a resource manager rejects an attempted 18 years ago