Commit Graph

41526 Commits (2f802d95b4904dbed3dfdca1b3a607cd085d2e20)
 

Author SHA1 Message Date
Joe Conway 2f802d95b4 Make dblink try harder to form useful error messages 9 years ago
Robert Haas 3ee8067284 Code review for ATExecAttachPartition. 9 years ago
Joe Conway c444868389 Protect dblink from invalid options when using postgres_fdw server 9 years ago
Heikki Linnakangas 01ec25631f Simplify tape block format. 9 years ago
Tom Lane b86515da1a Give a useful error message if uuid-ossp is built without preconfiguration. 9 years ago
Michael Meskes 4032ef18d0 Fix buffer overflow on particularly named files and clarify documentation about 9 years ago
Joe Conway ea0aa9698c Improve dblink error message when remote does not provide it 9 years ago
Tom Lane a8ae12322a Fix detection of unfinished Unicode surrogate pair at end of string. 9 years ago
Tom Lane 89fcea1ace Fix strange behavior (and possible crashes) in full text phrase search. 9 years ago
Stephen Frost 2d1018ca56 Improve ALTER TABLE documentation 9 years ago
Stephen Frost 2259bf672c Fix dumping of casts and transforms using built-in functions 9 years ago
Stephen Frost 19990918d3 For 8.0 servers, get last built-in oid from pg_database 9 years ago
Dean Rasheed 58b1362642 Fix order of operations in CREATE OR REPLACE VIEW. 9 years ago
Robert Haas cd510f0413 Convert elog() to ereport() and do some wordsmithing. 9 years ago
Robert Haas 1fc5c49450 Refactor partition tuple routing code to reduce duplication. 9 years ago
Robert Haas 3b790d256f Fix corner-case bug in WaitEventSetWaitBlock on Windows. 9 years ago
Robert Haas 59649c3f1c Refactor merge path generation code. 9 years ago
Peter Eisentraut f3b421da5f Reorder pg_sequence columns to avoid alignment issue 9 years ago
Fujii Masao ecbdc4c555 Forbid invalid combination of options in pg_basebackup. 9 years ago
Tom Lane c080b223a7 Fix minor oversights in nodeAgg.c. 9 years ago
Tom Lane 7d41a2bd3e Fix minor error message style violation. 9 years ago
Peter Eisentraut 1753b1b027 Add pg_sequence system catalog 9 years ago
Heikki Linnakangas db80acfc9d Fix sharing Agg transition state of DISTINCT or ordered aggs. 9 years ago
Robert Haas 7cd0fd655d Invalid parent's relcache after CREATE TABLE .. PARTITION OF. 9 years ago
Robert Haas e13029a5ce Provide a DSA area for all parallel queries. 9 years ago
Tom Lane 2604438472 Fix handling of phrase operator removal while removing tsquery stopwords. 9 years ago
Robert Haas dd728826c5 Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage(). 9 years ago
Robert Haas 668dbbec27 Remove unused file. 9 years ago
Fujii Masao 3901fd70cc Support quorum-based synchronous replication. 9 years ago
Magnus Hagander 10238fad03 Fix base backup rate limiting in presence of slow i/o 9 years ago
Noah Misch cc07e06b1e MSVC: Position MSBFLAGS after flags it might override. 9 years ago
Tom Lane 4a0a34b5b6 In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs(). 9 years ago
Tom Lane 7fa93eec4e Fix FK-based join selectivity estimation for semi/antijoins. 9 years ago
Peter Eisentraut b645a05fc6 doc: Remove some trailing whitespace 9 years ago
Magnus Hagander 01776a07b3 Fix typos in comments 9 years ago
Robert Haas 591ccb66d2 Fix outdated comment in lwlock.c 9 years ago
Fujii Masao 93eb619cd3 Ensure that num_sync is greater than zero in synchronous_standby_names. 9 years ago
Tom Lane 23c75b55aa Improve documentation around TS_execute(). 9 years ago
Robert Haas 3761fe3c20 Simplify LWLock tranche machinery by removing array_base/array_stride. 9 years ago
Fujii Masao 4e344c2cf4 Add missing documentation for effective_io_concurrency tablespace option. 9 years ago
Robert Haas b81b5a96f4 Unbreak Finalize HashAggregate over Partial HashAggregate. 9 years ago
Robert Haas 6a4fe1127c Fix more hash index bugs around marking buffers dirty. 9 years ago
Robert Haas 25216c9893 Remove _hash_wrtbuf() in favor of calling MarkBufferDirty(). 9 years ago
Heikki Linnakangas 4f5182e18d Fix off-by-one in memory allocation for quote_literal_cstr(). 9 years ago
Tom Lane 93513d1b65 Sync our copy of the timezone library with IANA release tzcode2016j. 9 years ago
Magnus Hagander 8cb545bfd4 Add missing newline in message 9 years ago
Peter Eisentraut fdf71389dd Various temporary slots test improvements 9 years ago
Tom Lane 55caaaeba8 Improve handling of array elements as getdiag_targets and cursor_variables. 9 years ago
Tom Lane 1f542a2eac Prevent planagg.c from failing on queries containing CTEs. 9 years ago
Robert Haas 501c7b94bc Fix bug in hashbulkdelete. 9 years ago