Commit Graph

42007 Commits (ff97741bc810390db6dd4da0f31ee1e93c8d3abb)
 

Author SHA1 Message Date
Tom Lane ff97741bc8 Use doubly-linked block lists in aset.c to reduce large-chunk overhead. 9 years ago
Robert Haas f35742ccb7 Support parallel bitmap heap scans. 9 years ago
Fujii Masao 4eafdcc276 Prevent logical rep workers with removed subscriptions from starting. 9 years ago
Alvaro Herrera a9f66f9253 Fix XMLTABLE on older libxml2 9 years ago
Robert Haas 0d130c7abc Add tests for foreign partitions. 9 years ago
Alvaro Herrera fcec6caafa Support XMLTABLE query expression 9 years ago
Tom Lane 270d7dd8a5 Silence compiler warnings in tbm_prepare_shared_iterate(). 9 years ago
Peter Eisentraut 911244610c pg_waldump: Remove extra newline in error message 9 years ago
Fujii Masao 77d21970ae Fix connection leak in DROP SUBSCRIPTION command, take 2. 9 years ago
Peter Eisentraut 044d9efb6c Create INSTALL file via XSLT 9 years ago
Robert Haas d9528604cc Remove inclusion of postgres.h from a few header files. 9 years ago
Robert Haas 09529a70bb Fix parallel index and index-only scans to fall back to serial. 9 years ago
Robert Haas 98e6e89040 tidbitmap: Support shared iteration. 9 years ago
Magnus Hagander b7fa016d68 Fix grammar 9 years ago
Peter Eisentraut b8957927e6 Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME 9 years ago
Robert Haas 38305398cd hash: Refactor hash index creation. 9 years ago
Robert Haas 2b87dd8d7a Improve postgresql.conf.sample comments about parallel workers. 9 years ago
Robert Haas 506f05423a Properly initialize variable. 9 years ago
Tom Lane 0d2b1f305d Invent start_proc parameters for PL/Tcl. 9 years ago
Tom Lane 03cf221934 Clean up test_ifaddrs a bit. 9 years ago
Heikki Linnakangas 95c1dbcdff A collection of small fixes for the SCRAM patch. 9 years ago
Robert Haas 3bc7dafa9b Consider parallel merge joins. 9 years ago
Tom Lane ef26623944 Fix pgbench's failure to honor the documented long-form option "--builtin". 9 years ago
Robert Haas aa56671836 Give partitioned table "p" in regression tests a less generic name. 9 years ago
Robert Haas d88d06cd07 Fix relcache reference leak. 9 years ago
Robert Haas 508dabaf39 Remove duplicated word. 9 years ago
Robert Haas 889a3f4892 Document what values postgres_fdw sets for each parameter it sets. 9 years ago
Robert Haas cd87a5ed65 Fix wrong word in comment. 9 years ago
Tom Lane 11324e408f Remove vestigial grammar support for CHARACTER ... CHARACTER SET option. 9 years ago
Robert Haas a71f10189d Preparatory refactoring for parallel merge join support. 9 years ago
Robert Haas 655393a022 Fix parallel hash join path search. 9 years ago
Stephen Frost b2678efd43 psql: Add \gx command 9 years ago
Simon Riggs 9a83d56b38 Allow pg_dumpall to dump roles w/o user passwords 9 years ago
Heikki Linnakangas 55acfcbffd Fix comments in SCRAM-SHA-256 patch. 9 years ago
Simon Riggs 5ee2197767 Ensure ThisTimeLineID is valid before START_REPLICATION 9 years ago
Heikki Linnakangas 1fff35d872 Add regression tests for passwords. 9 years ago
Heikki Linnakangas 818fd4a67d Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 9 years ago
Heikki Linnakangas 273c458a2b Refactor SHA2 functions and move them to src/common/. 9 years ago
Stephen Frost 330b84d8c4 pg_dump: Properly handle public schema ACLs with --clean 9 years ago
Tom Lane 299990ba16 Repair incorrect pg_dump labeling for some comments and security labels. 9 years ago
Andres Freund d4c62a6b62 Make simplehash.h grow hashtable in additional cases. 9 years ago
Stephen Frost ff992c074e pg_upgrade: Fix large object COMMENTS, SECURITY LABELS 9 years ago
Tom Lane a8df75b0a4 Avoid dangling pointer to relation name in RLS code path in DoCopy(). 9 years ago
Peter Eisentraut e6477a8134 Combine several DROP variants into generic DropStmt 9 years ago
Peter Eisentraut 583f6c4148 Allow dropping multiple functions at once 9 years ago
Peter Eisentraut 2ca64c6f71 Replace LookupFuncNameTypeNames() with LookupFuncWithArgs() 9 years ago
Peter Eisentraut 8b6d6cf853 Remove objname/objargs split for referring to objects 9 years ago
Peter Eisentraut 550214a4ef Add operator_with_argtypes grammar rule 9 years ago
Peter Eisentraut 63ebd377a6 Use class_args field in opclass_drop 9 years ago
Robert Haas 12a2544cb5 Fix incorrect comments. 9 years ago