Commit Graph

41548 Commits (3ea56fffd66fe2c5857f36359ae16d4cabcdeef6)
 

Author SHA1 Message Date
Magnus Hagander 3ea56fffd6 Don't rename .partial files in pg_receivexlog if an error occured 9 years ago
Magnus Hagander 6cfa54e384 Fix typo comments 9 years ago
Tom Lane 54386f3578 Remove triggerable Assert in hashname(). 9 years ago
Tom Lane a3aef88e6a Fix incorrect error reporting for duplicate data in \crosstabview. 9 years ago
Stephen Frost 86d216c775 pg_dumpall: Include --verbose option in --help output 9 years ago
Stephen Frost f3fd531a51 Fix tab completion in psql for ALTER DEFAULT PRIVILEGES 9 years ago
Tom Lane fe591f8bf6 Replace enum InhOption with simple boolean. 9 years ago
Peter Eisentraut 158df30359 Remove unnecessary casts of makeNode() result 9 years ago
Tom Lane 3c9d398484 Doc: improve index entry for "median". 9 years ago
Tom Lane ff33d1456e Spellcheck: s/descendent/descendant/g 9 years ago
Peter Eisentraut 3e6639a465 pg_dump: Remove obsolete handling of sequence names 9 years ago
Robert Haas e13486eba0 Remove sql_inheritance GUC. 9 years ago
Robert Haas 7819ba1ef6 Remove _hash_chgbufaccess(). 9 years ago
Joe Conway 0a85c10225 Improve RLS documentation with respect to COPY 9 years ago
Robert Haas 2ac3ef7a01 Fix tuple routing in cases where tuple descriptors don't match. 9 years ago
Stephen Frost 12bd7dd317 Use TSConfigRelationId in AlterTSConfiguration() 9 years ago
Tom Lane 1ead0208b2 Fix CREATE TABLE ... LIKE ... WITH OIDS. 9 years ago
Peter Eisentraut 22434dd06b Update sequence_1.out for recent changes 9 years ago
Peter Eisentraut 909cb78a8c doc: Further speed improvements for HTML XSLT build 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
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