Commit Graph

39554 Commits (23c2dd03d5db2f4a20dcd09bd6c49e293e3c8f03)
 

Author SHA1 Message Date
Peter Eisentraut 19e7ca8938 doc: Add some markup 10 years ago
Andres Freund f54d0629ec Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. 10 years ago
Tom Lane 085423e3e3 Add an expected-file to match behavior of latest libxml2. 10 years ago
Peter Eisentraut 6b34e55638 pg_rewind: Don't error if the two clusters are already on the same timeline 10 years ago
Alvaro Herrera 8c1615531f For REASSIGN OWNED for foreign user mappings 10 years ago
Tom Lane dccf8e9e60 Install our "missing" script where PGXS builds can find it. 10 years ago
Stephen Frost 833728d4c8 Handle policies during DROP OWNED BY 10 years ago
Tom Lane 4fcf48450d Get rid of the planner's LateralJoinInfo data structure. 10 years ago
Stephen Frost ed8bec915e Handle dependencies properly in ALTER POLICY 10 years ago
Tom Lane acfcd45cac Still more fixes for planner's handling of LATERAL references. 10 years ago
Alvaro Herrera 69e7235c93 Fix commit timestamp initialization 10 years ago
Peter Eisentraut a351705d8a Improve some messages 10 years ago
Robert Haas 8b469bd7c4 Improve ALTER POLICY tab completion. 10 years ago
Robert Haas 348bcd8645 Fix typo. 10 years ago
Andres Freund 84ac126ee7 Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers. 10 years ago
Andres Freund e3f4cfc7aa Fix bug leading to restoring unlogged relations from empty files. 10 years ago
Tom Lane 9c779c49e3 Accept flex > 2.5.x on Windows, too. 10 years ago
Robert Haas c00239ea6a Remove redundant sentence. 10 years ago
Robert Haas b287df70e4 Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics. 10 years ago
Kevin Grittner 25c5392330 Improve performance in freeing memory contexts 10 years ago
Tom Lane 521f0458dc Make failure to open psql's --log-file fatal. 10 years ago
Tom Lane 938d797b84 Avoid odd portability problem in TestLib.pm's slurp_file function. 10 years ago
Robert Haas d5563d7df9 psql: Support multiple -c and -f options, and allow mixing them. 10 years ago
Robert Haas 385f337c9f Allow foreign and custom joins to handle EvalPlanQual rechecks. 10 years ago
Tom Lane edca44b152 Simplify LATERAL-related calculations within add_paths_to_joinrel(). 10 years ago
Alvaro Herrera 7ac5d9b316 PostgresNode: wrap correctly around port number range end 10 years ago
Tom Lane 7e19db0c09 Fix another oversight in checking if a join with LATERAL refs is legal. 10 years ago
Alvaro Herrera 9821492ee4 Cleanup some problems in new Perl test code 10 years ago
Tom Lane b0cfb02cec Update xindex.sgml for recent additions to GIST opclass API. 10 years ago
Tom Lane db0723631e Create TestLib.pm's tempdir underneath tmp_check/, not out in the open. 10 years ago
Noah Misch d4b686af0b Instruct Coverity using an assertion. 10 years ago
Tom Lane 63acfb79ab Further improve documentation of the role-dropping process. 10 years ago
Alvaro Herrera 820ddb2c2f Further tweak commit_timestamp behavior 10 years ago
Tom Lane 344cdff2c1 Clean up some psql issues around handling of the query output file. 10 years ago
Peter Eisentraut f15b820a5c doc: Add serial comma 10 years ago
Peter Eisentraut 77a7bb3da2 psql: Improve spelling 10 years ago
Peter Eisentraut 9ff1a11a2d doc: Fix markup and improve placeholder names 10 years ago
Alvaro Herrera a2983cfd9d Fix broken subroutine call in TestLib 10 years ago
Tom Lane d8ff060ecd Fix behavior of printTable() and friends with externally-invoked pager. 10 years ago
Alvaro Herrera 1caef31d9e Refactor Perl test code 10 years ago
Robert Haas c7485a82c3 Add handling for GatherPath to print_path. 10 years ago
Tom Lane 7fb008c5ee Make gincostestimate() cope with hypothetical GIN indexes. 10 years ago
Tom Lane 95708e1d8e Further tweaking of print_aligned_vertical(). 10 years ago
Tom Lane db4a5cfc76 Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double(). 10 years ago
Tom Lane 2287b87454 Further adjustment to psql's print_aligned_vertical() function. 10 years ago
Teodor Sigaev e50cda7840 Use pg_rewind when target timeline was switched 10 years ago
Tom Lane 0e0776bc99 Rework wrap-width calculation in psql's print_aligned_vertical() function. 10 years ago
Robert Haas 3690dc6b03 Fix obsolete comment. 10 years ago
Tom Lane ec7eef6b11 Avoid caching expression state trees for domain constraints across queries. 10 years ago
Tom Lane 8d32717b6b Avoid doing encoding conversions by double-conversion via MULE_INTERNAL. 10 years ago