Commit Graph

44119 Commits (4bbf6edfbd5d03743ff82dda2f00c738fb3208f5)
 

Author SHA1 Message Date
Robert Haas 4bbf6edfbd postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error. 8 years ago
Tom Lane dca48d145e Remove useless lookup of root partitioned rel in ExecInitModifyTable(). 8 years ago
Simon Riggs 9c7d06d606 Ability to advance replication slots 8 years ago
Andrew Dunstan 585e166e46 Fix compiler warnings due to commit cc4feded 8 years ago
Andrew Dunstan cc4feded0a Centralize json and jsonb handling of datetime types 8 years ago
Peter Eisentraut d91da5eced Remove useless use of bit-masking macros 8 years ago
Michael Meskes 649aeb123f Cope with indicator arrays that do not have the correct length. 8 years ago
Bruce Momjian 255f14183a docs: replace dblink() mention with foreign data mention 8 years ago
Tom Lane e9f2703ab7 Fix postgres_fdw to cope with duplicate GROUP BY entries. 8 years ago
Tom Lane 680d540502 Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT. 8 years ago
Tom Lane 90947674fc Fix incorrect handling of subquery pullup in the presence of grouping sets. 8 years ago
Michael Meskes ca4587f3f9 Fix parsing of compatibility mode argument. 8 years ago
Alvaro Herrera 49c784ece7 Remove hard-coded schema knowledge about pg_attribute from genbki.pl 8 years ago
Bruce Momjian bdb70c12b3 C comment: fix "the the" mentions in C comments 8 years ago
Peter Eisentraut bbd3363e12 Refactor subscription tests to use PostgresNode's wait_for_catchup 8 years ago
Tom Lane 4d41b2e092 Add QueryEnvironment to ExplainOneQuery_hook's parameter list. 8 years ago
Tom Lane 9ff4f758ee Cosmetic fix in postgres_fdw.c. 8 years ago
Bruce Momjian ca454b9bd3 doc: add JSON acronym 8 years ago
Peter Eisentraut 9e945f8626 Fix Latin spelling 8 years ago
Teodor Sigaev f50c80dbb1 llow negative coordinate for ~> (cube, int) operator 8 years ago
Teodor Sigaev 563a053bdd Fix behavior of ~> (cube, int) operator 8 years ago
Tom Lane 3c1e9fd232 Fix sample INSTR() functions in the plpgsql documentation. 8 years ago
Peter Eisentraut 70d6226e4f Use portal pinning in PL/Perl and PL/Python 8 years ago
Peter Eisentraut 5115854170 Add tests for PL/pgSQL returning unnamed portals as refcursor 8 years ago
Peter Eisentraut b48b2f8793 Revert "Move portal pinning from PL/pgSQL to SPI" 8 years ago
Tom Lane 3afd75eaac Remove dubious micro-optimization in ckpt_buforder_comparator(). 8 years ago
Robert Haas 2fd58096f0 Add missing "return" statement to accumulate_append_subpath. 8 years ago
Peter Eisentraut b3617cdfbb Move portal pinning from PL/pgSQL to SPI 8 years ago
Peter Eisentraut acc67ffd0a Give more accurate error message for dropping pinned portal 8 years ago
Teodor Sigaev d16c2de624 Fix allowing of leading zero on exponents in pgbench test results 8 years ago
Bruce Momjian fccaea4549 Remove outdated/removed Win32 URLs in C comments 8 years ago
Andres Freund 69c3936a14 Expression evaluation based aggregate transition invocation. 8 years ago
Alvaro Herrera 272c2ab9fd Change some bogus PageGetLSN calls to BufferGetLSNAtomic 8 years ago
Andrew Dunstan 11b623dd0a Implement TZH and TZM timestamp format patterns 8 years ago
Peter Eisentraut a77dd53f30 Remove PortalGetQueryDesc() 8 years ago
Peter Eisentraut 0f7c49e855 Update portal-related memory context names and API 8 years ago
Tom Lane 3cb1b2a880 Rewrite list_qsort() to avoid trashing its input list. 8 years ago
Tom Lane 624e440a47 Improve the heuristic for ordering child paths of a parallel append. 8 years ago
Tom Lane 80259d4dbf While waiting for a condition variable, detect postmaster death. 8 years ago
Peter Eisentraut c3d41ccf59 Fix ssl tests for when tls-server-end-point is not supported 8 years ago
Tom Lane 8a906204ae Fix race condition during replication origin drop. 8 years ago
Tom Lane 13db3b9363 Allow ConditionVariable[PrepareTo]Sleep to auto-switch between CVs. 8 years ago
Robert Haas 921059bd66 Don't allow VACUUM VERBOSE ANALYZE VERBOSE. 8 years ago
Teodor Sigaev bc7fa0c15c Improve scripting language in pgbench 8 years ago
Robert Haas 63008b19ee Fix comment. 8 years ago
Bruce Momjian d25ee30031 pg_upgrade: prevent check on live cluster from generating error 8 years ago
Tom Lane e35dba475a Cosmetic improvements in condition_variable.[hc]. 8 years ago
Tom Lane ea8e1bbc53 Improve error detection capability in proclists. 8 years ago
Tom Lane eeb3c2df42 Back off chattiness in RemovePgTempFiles(). 8 years ago
Simon Riggs 6271fceb8a Add TIMELINE to backup_label file 8 years ago