Commit Graph

38624 Commits (7845db2aa778aa751b41cff72c41c94993e975e3)
 

Author SHA1 Message Date
Heikki Linnakangas 7845db2aa7 Fix typo in comment 11 years ago
Simon Riggs 66fbcb0d2e Avoid hot standby cancels from VAC FREEZE 11 years ago
Alvaro Herrera 7d60b2af34 Fix DDL command collection for TRANSFORM 11 years ago
Alvaro Herrera 4028222468 Fix BRIN xlog replay 11 years ago
Robert Haas 7c02d48e69 Fix grammar. 11 years ago
Robert Haas 8f15f74a44 Be more conservative about removing tablespace "symlinks". 11 years ago
Robert Haas c66bc72e8a release notes: Add entry for commit 5ea86e6e6. 11 years ago
Robert Haas 8a8c581a8c Remove unnecessary NULL test. 11 years ago
Robert Haas 31c018ecda release notes: Combine items for pg_upgrade and pg_upgrade_support moves. 11 years ago
Robert Haas 9043ef390f Don't warn about creating temporary or unlogged hash indexes. 11 years ago
Robert Haas 91118f1a59 Reduce log level for background worker events from LOG to DEBUG1. 11 years ago
Andres Freund 1b468a131b Fix the fallback memory barrier implementation to be reentrant. 11 years ago
Robert Haas 5ca611841b Improve handling of CustomPath/CustomPlan(State) children. 11 years ago
Heikki Linnakangas 4b8e24b9ad Fix a couple of bugs with wal_log_hints. 11 years ago
Robert Haas f7bb7f0625 Allow background workers to connect to no particular database. 11 years ago
Tom Lane 5d1ff6bd55 Fix the logic for putting relations into the relcache init file. 11 years ago
Tom Lane d759b7eb6a Docs: fix claim that to_char('FM') removes trailing zeroes. 11 years ago
Fujii Masao 0b157a0dad Add index terms for functions jsonb_set and jsonb_pretty. 11 years ago
Robert Haas 51d0fe5d56 Update get_relation_info comment. 11 years ago
Heikki Linnakangas 9cb36981fb Add missing newline to debug-message. 11 years ago
Peter Eisentraut e98d635d5d pg_rewind: Improve message wording 11 years ago
Peter Eisentraut 747781f25e pg_basebackup: Remove redundant newline in error message 11 years ago
Tom Lane 2cb9ec1bcb Improve inheritance_planner()'s performance for large inheritance sets. 11 years ago
Robert Haas da9ee026a0 psql: Add some tab completion for TABLESAMPLE. 11 years ago
Noah Misch 4318118edd Truncate strings in tarCreateHeader() with strlcpy(), not sprintf(). 11 years ago
Alvaro Herrera ad89a5d115 Add transforms to pg_get_object_address and friends 11 years ago
Andres Freund 667912aee6 Improve multixact emergency autovacuum logic. 11 years ago
Andres Freund 90231cd518 Add missing check for wal_debug GUC. 11 years ago
Peter Eisentraut 103382abf8 PL/Perl: Add alternative expected file for Perl 5.22 11 years ago
Noah Misch f0a264a362 Fix failure to copy setlocale() return value. 11 years ago
Noah Misch 1f2a378de4 Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous return values." 11 years ago
Alvaro Herrera 1443a165db Fix BRIN supported operators table 11 years ago
Alvaro Herrera 3c400a3f2b Fix thinko in comment (launcher -> worker) 11 years ago
Tom Lane 48913db887 In immediate shutdown, postmaster should not exit till children are gone. 11 years ago
Alvaro Herrera da1a9d0f5b Clamp autovacuum launcher sleep time to 5 minutes 11 years ago
Tom Lane be87143fe9 Fix bogus range_table_mutator() logic for RangeTblEntry.tablesample. 11 years ago
Robert Haas ed16f73c57 Fix corner case in autovacuum-forcing logic for multixact wraparound. 11 years ago
Robert Haas 86e4751786 Add PASSWORD to tab completions for CREATE/ALTER ROLE/USER/GROUP. 11 years ago
Robert Haas ca3f43aa48 Change TAP test framework to not rely on having a chmod executable. 11 years ago
Noah Misch b76e76be46 Detect setlocale(LC_CTYPE, NULL) clobbering previous return values. 11 years ago
Andrew Dunstan 41d798a139 Fix comment in fmgr.h to refer to actual function used. 11 years ago
Michael Meskes 94a484222c Check for out of memory when allocating sqlca. 11 years ago
Michael Meskes af0b49fc98 Fix memory leak in ecpglib's connect function. 11 years ago
Bruce Momjian 2bed1cd751 release notes: fix Petr's name typos 11 years ago
Peter Eisentraut a85054181b doc: Add note to pg_dump man page about pg_dumpall 11 years ago
Peter Eisentraut 340c74dfdf Remove stray character 11 years ago
Bruce Momjian 74cb688525 release notes: consistently name "Alexander Shulgin" 11 years ago
Bruce Momjian 62331ef3f6 release notes: move/remove/adjust items 11 years ago
Bruce Momjian 305f815ccd release notes: add accent to Petr Jelínek last name 11 years ago
Bruce Momjian 31cda8bf3c release notes: remove mention of pg_basebackup non-compat 11 years ago