Commit Graph

25314 Commits (57cafe79823dcd3653cf5e19cbdf58300cb1576c)
 

Author SHA1 Message Date
Teodor Sigaev 57cafe7982 Refactor from Heikki Linnakangas <heikki@enterprisedb.com>: 18 years ago
Tom Lane ef4d38c86c Rename recently-added pg_stat_activity column from txn_start to xact_start, 18 years ago
Tom Lane 82a47982f3 Arrange for SET LOCAL's effects to persist until the end of the current top 18 years ago
Alvaro Herrera b366562e43 Make CLUSTER and REINDEX silently skip remote temp tables in their 18 years ago
Alvaro Herrera 6a10f0f749 Release the exclusive lock on the table early after truncating it in lazy 18 years ago
Teodor Sigaev f7379f5c88 Heikki Linnakangas <heikki@enterprisedb.com>: 18 years ago
Teodor Sigaev 53ef36cb4a Fix recently introduced bugs about parsing ispell/hunspell files. 18 years ago
Alvaro Herrera 21c27af65f Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold 18 years ago
Teodor Sigaev d982daae0b Change void* opaque argument to Datum type, add argument's 18 years ago
Teodor Sigaev 83d0b9f3ca Fixes from Heikki Linnakangas <heikki@enterprisedb.com>: 18 years ago
Tom Lane f243a1a1bd Revert temporary patch that made synchronous_commit default to OFF. 18 years ago
Tom Lane b7adf47eda Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro. 18 years ago
Tom Lane 40fda15dce Code review for GUC revert-values-if-removed-from-postgresql.conf patch; 18 years ago
Andrew Dunstan 43df609daa fix typo in regression Makefile. 18 years ago
Andrew Dunstan 0cb74d3cec Provide for a file specifying non-standard config options for temp install 18 years ago
Tom Lane 6bd4f401b0 Replace the former method of determining snapshot xmax --- to wit, calling 18 years ago
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