Commit Graph

43273 Commits (2b74303637edc09cf692fbfab3fd93a5e47ccabf)
 

Author SHA1 Message Date
Tom Lane 2b74303637 Make the planner assume that the entries in a VALUES list are distinct. 8 years ago
Heikki Linnakangas ac883ac453 Fix shm_toc.c to always return buffer-aligned memory. 8 years ago
Peter Eisentraut 4395f7daf3 doc: Update URL of DocBook XSL stylesheets 8 years ago
Peter Eisentraut 346d5bf1ca doc: Add logical replication to comparison matrix 8 years ago
Peter Eisentraut 9b5140fb50 Correct representation of foreign tables in information schema 8 years ago
Heikki Linnakangas 3cda10f41b Use atomic ops to hand out pages to scan in parallel scan. 8 years ago
Heikki Linnakangas 0c504a80cf Remove dedicated B-tree root-split record types. 8 years ago
Peter Eisentraut 77d05706be Fix up some misusage of appendStringInfo() and friends 8 years ago
Peter Eisentraut 4d4c891715 Initialize replication_slot_catalog_xmin in procarray 8 years ago
Peter Eisentraut 0a2d43d988 doc: Document pg_receivewal exit behavior and status 8 years ago
Peter Eisentraut 514731af58 pg_receivewal: Improve verbose mode 8 years ago
Peter Eisentraut 0659465caa Include foreign tables in information_schema.table_privileges 8 years ago
Peter Eisentraut 0f0ee68e94 psql: Add tab completion for \pset pager 8 years ago
Alvaro Herrera 31ae1638ce Simplify autovacuum work-item implementation 8 years ago
Tom Lane b73f1b5c29 Make simpler-simple-expressions code cope with a Gather plan. 8 years ago
Peter Eisentraut 70b573b267 Fix logical replication protocol comparison logic 8 years ago
Peter Eisentraut 34a23a3426 doc: Add missing logical replication protocol message 8 years ago
Peter Eisentraut e42351ae07 Simplify some code in logical replication launcher 8 years ago
Peter Eisentraut 270fec9f0b doc: Improve PDF bookmarks 8 years ago
Tom Lane 4867d7f62f Avoid out-of-memory in a hash join with many duplicate inner keys. 8 years ago
Alvaro Herrera d9a622cee1 Fix error handling path in autovacuum launcher 8 years ago
Robert Haas e139f1953f Assorted preparatory refactoring for partition-wise join. 8 years ago
Tom Lane 00418c6124 Simplify plpgsql's check for simple expressions. 8 years ago
Michael Meskes a4619b26a6 Allow continuation lines in ecpg cppline parsing. 8 years ago
Tom Lane f3a4d7e7c2 Distinguish wait-for-connection from wait-for-write-ready on Windows. 8 years ago
Robert Haas 480f1f4329 Teach adjust_appendrel_attrs(_multilevel) to do multiple translations. 8 years ago
Robert Haas d57929afc7 Avoid unnecessary single-child Append nodes. 8 years ago
Robert Haas 1295a77788 Add missing call to ExecReScanGatherMerge. 8 years ago
Robert Haas 23d7680d04 pg_dump: Add a --load-via-partition-root option. 8 years ago
Andres Freund d2bc501573 Expand coverage of parallel gather merge a bit. 8 years ago
Tom Lane 9f14dc393b Stamp HEAD as 11devel. 8 years ago
Tom Lane 21d304dfed Final pgindent + perltidy run for v10. 8 years ago
Tom Lane 5b6289c1e0 Handle elog(FATAL) during ROLLBACK more robustly. 8 years ago
Peter Eisentraut 7f1bb1d734 Fix typo 8 years ago
Peter Eisentraut 79e5de690e doc: Fix logical replication protocol doc detail 8 years ago
Tom Lane 5a5c2feca3 Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. 8 years ago
Michael Meskes ea0ca75d5d Changed ecpg parser to allow RETURNING clauses without attached C variables. 8 years ago
Tom Lane 004a9702e0 Remove AtEOXact_CatCache(). 8 years ago
Alvaro Herrera 2336f84284 Reword comment for clarity 8 years ago
Noah Misch e88928c50d Fix vertical spanning in table "wait_event Description". 8 years ago
Tom Lane 3043c1ddd1 Simplify fetch-slot-xmins logic in recovery TAP tests. 8 years ago
Tom Lane d6ecad812f Be more thorough about cleaning out gcov litter. 8 years ago
Tom Lane 3c8de95979 Add regression tests exercising more code paths in nodeLimit.c. 8 years ago
Tom Lane 6efca23cc0 Add regression tests exercising the non-hashed code paths in nodeSetop.c. 8 years ago
Peter Eisentraut ee844bb426 doc: Add example for inet vs cidr difference 8 years ago
Peter Eisentraut fa65c8c73c doc: Update description of rolreplication column 8 years ago
Peter Eisentraut 22701a7ec6 doc: Small wording improvement 8 years ago
Peter Eisentraut d4ede668d6 pg_upgrade: Clarify one message 8 years ago
Tom Lane 7968184429 Remove pgbench's restriction on placement of -M switch. 8 years ago
Peter Eisentraut a1ef920e27 Remove uses of "slave" in replication contexts 8 years ago