Commit Graph

41513 Commits (cd510f04137a1436ad6029da4998f5224395a08d)
 

Author SHA1 Message Date
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
Robert Haas a25665088d Fix bugs in RelationGetPartitionDispatchInfo. 9 years ago
Robert Haas 4b9a98e154 Clean up code, comments, and formatting for table partitioning. 9 years ago
Robert Haas acddbe221b Update typedefs.list 9 years ago
Robert Haas a1a4459c29 doc: Improve documentation related to table partitioning feature. 9 years ago
Robert Haas 3856cf9607 Remove should_free arguments to tuplesort routines. 9 years ago
Tom Lane 9b3d02c2a9 Catversion bump for temporary replication slots. 9 years ago
Tom Lane 23f722ba8e Fix race condition in test_decoding "slot" test. 9 years ago
Robert Haas b4630e01fd doc: Fix purported type of pg_am.amhandler to match reality. 9 years ago
Tom Lane be7b2848c6 Make the different Unix-y semaphore implementations ABI-compatible. 9 years ago
Robert Haas 06e184876b psql: Fix incorrect version check for table partitining. 9 years ago
Tom Lane 563d575fd7 Fix creative, but unportable, spelling of "ptr != NULL". 9 years ago
Peter Eisentraut a924c327e2 Add support for temporary replication slots 9 years ago
Heikki Linnakangas e7f051b8f9 Refactor the code for verifying user's password. 9 years ago