Commit Graph

44142 Commits (b9ff79b8f17697f3df492017d454caa9920a7183)
 

Author SHA1 Message Date
Magnus Hagander b9ff79b8f1 Fix docs typo 8 years ago
Magnus Hagander 1cc4f536ef Support huge pages on Windows 8 years ago
Magnus Hagander 5c15a54e85 Fix wording of "hostaddrs" 8 years ago
Bruce Momjian 815f84aa16 doc: update intermediate certificate instructions 8 years ago
Peter Eisentraut 918e02a221 Improve type conversion of SPI_processed in Python 8 years ago
Tom Lane 96102a32a3 Suppress possibly-uninitialized-variable warnings. 8 years ago
Peter Eisentraut eee50a8d4c PL/Python: Simplify PLyLong_FromInt64 8 years ago
Robert Haas 2f17844104 Allow UPDATE to move rows between partitions. 8 years ago
Alvaro Herrera 7f17fd6fc7 Fix CompareIndexInfo's attnum comparisons 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Peter Eisentraut 2c6f37ed62 Replace GrantObjectType with ObjectType 8 years ago
Alvaro Herrera 42b5856038 Fix pg_dump version comparison 8 years ago
Alvaro Herrera 189d0ff588 Fix regression tests for better stability 8 years ago
Alvaro Herrera 8b08f7d482 Local partitioned indexes 8 years ago
Alvaro Herrera 1ef61ddce9 Fix StoreCatalogInheritance1 to use 32bit inhseqno 8 years ago
Robert Haas 29d58fd3ad Transfer state pertaining to pending REINDEX operations to workers. 8 years ago
Simon Riggs 4e54dd2e0a Fix typo in recent commit 8 years ago
Peter Eisentraut a228e44ce4 Update comment 8 years ago
Peter Eisentraut 958c7ae0b7 Fix typo and improve punctuation 8 years ago
Peter Eisentraut 77216cae47 Add tests for session_replication_role 8 years ago
Tom Lane 2082b3745a Extend configure's __int128 test to check for a known gcc bug. 8 years ago
Peter Eisentraut a063d842f8 doc: Expand documentation of session_replication_role 8 years ago
Bruce Momjian f033462d8f Reorder C includes 8 years ago
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