Commit Graph

39928 Commits (fd658dbb300456b393536802d1145a9cea7b25d6)
 

Author SHA1 Message Date
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
Andres Freund e01157500f Include portability/mem.h into fd.c for MAP_FAILED. 10 years ago
Tom Lane 570be1f73f Re-export a few of createplan.c's make_xxx() functions. 10 years ago
Robert Haas 7087166a88 pg_upgrade: Convert old visibility map format to new format. 10 years ago
Tom Lane 9118d03a8c When appropriate, postpone SELECT output expressions till after ORDER BY. 10 years ago
Teodor Sigaev b1fdc727c3 Fix Windows build broken in 6943a946c7 10 years ago
Teodor Sigaev 8829af47ef Fix merge affixes for numeric ones 10 years ago
Teodor Sigaev a9eb6c83ef Bump catalog version missed in 6943a946c7 10 years ago
Teodor Sigaev 6943a946c7 Tsvector editing functions 10 years ago
Tom Lane 49635d7b3e Minor additional refactoring of planner.c's PathTarget handling. 10 years ago
Magnus Hagander 92f03fe76f Allow setting sample ratio for auto_explain 10 years ago
Robert Haas 69ab7b9d6c psql: Don't automatically use expanded format when there's 1 column. 10 years ago
Robert Haas 481c76abf4 Fix a typo, and remove unnecessary pgstat_report_wait_end(). 10 years ago
Magnus Hagander 38c83c9b75 Refactor receivelog.c parameters 10 years ago
Simon Riggs 73e7e49da3 Allow emit_log_hook to see original message text 10 years ago
Robert Haas a414d96ad2 Simplify GetLockNameFromTagType. 10 years ago
Andres Freund c94f0c29ce Blindly try to fix dtrace enabled builds, broken in 9cd00c45. 10 years ago
Andres Freund 9cd00c457e Checkpoint sorting and balancing. 10 years ago
Andres Freund 428b1d6b29 Allow to trigger kernel writeback after a configurable number of writes. 10 years ago
Tom Lane c82c92b111 Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too. 10 years ago
Robert Haas fd31cd2651 Don't vacuum all-frozen pages. 10 years ago
Tom Lane 364a9f47ab Refactor pull_var_clause's API to make it less tedious to extend. 10 years ago
Simon Riggs 37c54863cf Rework wait for AccessExclusiveLocks on Hot Standby 10 years ago