Commit Graph

39950 Commits (c27033ff7c17b5100d02c454a0eebb95ec7b91cc)
 

Author SHA1 Message Date
Robert Haas c27033ff7c Update tuplesort.c comments for memory mangement improvements. 10 years ago
Robert Haas 0011c0091e Improve memory management for external sorts. 10 years ago
Tom Lane 55c3a04d60 Fix assorted breakage in to_char()'s OF format option. 10 years ago
Teodor Sigaev f4ceed6ceb Improve support of Hunspell 10 years ago
Robert Haas 0218e8b3fa Fix typos. 10 years ago
Peter Eisentraut fc201dfd95 Add syslog_split_messages parameter 10 years ago
Peter Eisentraut f4c454e9ba Add syslog_sequence_numbers parameter 10 years ago
Tom Lane 47211af17a Fix "pg_bench -C -M prepared". 10 years ago
Tom Lane 5db5146431 Fix j2day() to behave sanely for negative Julian dates. 10 years ago
Tom Lane a70e13a39e Be more careful about out-of-range dates and timestamps. 10 years ago
Robert Haas f2b74b01d4 Another comment update. 10 years ago
Robert Haas bc55cc0b6a Fix problems in commit c16dc1aca5. 10 years ago
Teodor Sigaev e4b523e5b5 Add files forgotten in f576b17cd6 10 years ago
Teodor Sigaev f576b17cd6 Add word_similarity to pg_trgm contrib module. 10 years ago
Robert Haas 1c4f001b79 Fix typo. 10 years ago
Robert Haas c6dda1f48e Add idle_in_transaction_session_timeout. 10 years ago
Teodor Sigaev 5871b88487 GUC variable pg_trgm.similarity_threshold insead of set_limit() 10 years ago
Peter Eisentraut f9e5ed61ed UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by default 10 years ago
Peter Eisentraut 9dbcb500ca Make spacing and punctuation consistent 10 years ago
Teodor Sigaev ce91b9209f fix typo in comment 10 years ago
Teodor Sigaev 9a206d063c Improve script generating unaccent rules 10 years ago
Robert Haas 3aff33aa68 Fix typos. 10 years ago
Stephen Frost fd658dbb30 Avoid incorrectly indicating exclusion constraint wait 10 years ago
Alvaro Herrera 5bcc413f80 Fix typos in comments 10 years ago
Robert Haas 4a46a99d89 postgres_fdw: make_tuple_from_result_row should set cur_attno for ctid. 10 years ago
Robert Haas 2a90cb69e1 Fix typos. 10 years ago
Robert Haas c16dc1aca5 Add simple VACUUM progress reporting. 10 years ago
Tom Lane 0e9b89986b Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 10 years ago
Tom Lane 101fd9349e Add a GetForeignUpperPaths callback function for FDWs. 10 years ago
Peter Eisentraut be6de4c121 Add missing include for self-containment 10 years ago
Robert Haas 270b7daf5c Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan. 10 years ago
Tom Lane 5864d6a4b6 Provide a planner hook at a suitable place for creating upper-rel Paths. 10 years ago
Tom Lane 28048cbaa2 Allow callers of create_foreignscan_path to specify nondefault PathTarget. 10 years ago
Tom Lane 307c78852f Rethink representation of PathTargets. 10 years ago
Tom Lane 07341a2980 Update PL/Perl's comment about hv_store(). 10 years ago
Tom Lane f3f3aae4b7 Improve conversions from uint64 to Perl types. 10 years ago
Robert Haas 6be84eeb8d Update more comments for 96198d94cb. 10 years ago
Tom Lane 74a379b984 Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array. 10 years ago
Robert Haas 3adf9ced17 Improve check for overly-long extensible node name. 10 years ago
Tom Lane 2da7549987 pg_stat_get_progress_info() should be marked STRICT. 10 years ago
Tom Lane bf53d5c208 Teach the configure script to validate its --with-pgport argument. 10 years ago
Tom Lane 9da70efcbe Mop-up for setting minimum Tcl version to 8.4. 10 years ago
Tom Lane ab4ff2889d Fix memory leak in repeated GIN index searches. 10 years ago
Peter Eisentraut 96adb14d93 Fix whitespace and remove obsolete gitattributes entry 10 years ago
Magnus Hagander 7a8d874836 Rename auto_explain.sample_ratio to sample_rate 10 years ago
Magnus Hagander a1aa8b7ea0 Fix order of MemSet arguments 10 years ago
Tom Lane 4b980167cb Report memory context stats upon out-of-memory in repalloc[_huge]. 10 years ago
Tom Lane ab737f6ba9 Fix Windows portability issue in 23a27b039d. 10 years ago
Tom Lane fc7a9dfddb Get rid of scribbling on a const variable in psql's print.c. 10 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 10 years ago