Commit Graph

29185 Commits (22434dd06bbc5774c7bbffa5bf2bef3ead50c2f2)

Author SHA1 Message Date
Peter Eisentraut 22434dd06b Update sequence_1.out for recent changes 9 years ago
Tom Lane cd1b215692 Fix handling of expanded objects in CoerceToDomain and CASE execution. 9 years ago
Andres Freund 6ef2eba3f5 Skip checkpoints, archiving on idle systems. 9 years ago
Robert Haas 097e41439d Fix broken error check in _hash_doinsert. 9 years ago
Robert Haas 3ee8067284 Code review for ATExecAttachPartition. 9 years ago
Heikki Linnakangas 01ec25631f Simplify tape block format. 9 years ago
Michael Meskes 4032ef18d0 Fix buffer overflow on particularly named files and clarify documentation about 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 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 7fa93eec4e Fix FK-based join selectivity estimation for semi/antijoins. 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
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
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 3856cf9607 Remove should_free arguments to tuplesort routines. 9 years ago
Tom Lane 9b3d02c2a9 Catversion bump for temporary replication slots. 9 years ago