Commit Graph

39168 Commits (fda18e46a65196b98d6ca4ce4911085b0d2f182f)
 

Author SHA1 Message Date
Stephen Frost fda18e46a6 Handle policies during DROP OWNED BY 10 years ago
Tom Lane dc4518814e Get rid of the planner's LateralJoinInfo data structure. 10 years ago
Stephen Frost 12a54c888c Handle dependencies properly in ALTER POLICY 10 years ago
Tom Lane 564c19e86e Still more fixes for planner's handling of LATERAL references. 10 years ago
Alvaro Herrera 0f2c089d34 Fix commit timestamp initialization 10 years ago
Peter Eisentraut 0fc7c4a557 Improve some messages 10 years ago
Robert Haas dcf5d7fb14 Improve ALTER POLICY tab completion. 10 years ago
Robert Haas b994acf705 Fix typo. 10 years ago
Andres Freund 34263e8e4a Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers. 10 years ago
Andres Freund 5b51805fe4 Fix bug leading to restoring unlogged relations from empty files. 10 years ago
Tom Lane 2355faae01 Accept flex > 2.5.x on Windows, too. 10 years ago
Tom Lane c3c5c02881 Simplify LATERAL-related calculations within add_paths_to_joinrel(). 10 years ago
Robert Haas 4acee11e66 Remove redundant sentence. 10 years ago
Tom Lane e90371d1a7 Make failure to open psql's --log-file fatal. 10 years ago
Tom Lane 59f10ffa5b Avoid odd portability problem in TestLib.pm's slurp_file function. 10 years ago
Robert Haas 325b357bc2 Allow foreign and custom joins to handle EvalPlanQual rechecks. 10 years ago
Tom Lane 25517ee14c Fix another oversight in checking if a join with LATERAL refs is legal. 10 years ago
Tom Lane 9d1839fad9 Update xindex.sgml for recent additions to GIST opclass API. 10 years ago
Tom Lane 20c444f5b5 Create TestLib.pm's tempdir underneath tmp_check/, not out in the open. 10 years ago
Noah Misch 0d46bdde2b Instruct Coverity using an assertion. 10 years ago
Tom Lane d3762fe6c2 Further improve documentation of the role-dropping process. 10 years ago
Alvaro Herrera 16e8e62d27 Further tweak commit_timestamp behavior 10 years ago
Tom Lane 07338cb742 Clean up some psql issues around handling of the query output file. 10 years ago
Peter Eisentraut 28bfdc581a psql: Improve spelling 10 years ago
Peter Eisentraut 0638a62dec doc: Fix markup and improve placeholder names 10 years ago
Tom Lane 375a3b3397 Fix behavior of printTable() and friends with externally-invoked pager. 10 years ago
Tom Lane e9986a811c Make gincostestimate() cope with hypothetical GIN indexes. 10 years ago
Tom Lane 181346cf98 Further tweaking of print_aligned_vertical(). 10 years ago
Tom Lane c79bdc9904 Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double(). 10 years ago
Tom Lane 6fe8ca0a2f Further adjustment to psql's print_aligned_vertical() function. 10 years ago
Tom Lane 4122ebcb10 Rework wrap-width calculation in psql's print_aligned_vertical() function. 10 years ago
Tom Lane e69d3a82e4 Avoid caching expression state trees for domain constraints across queries. 10 years ago
Tom Lane daefb98108 Fix failure to consider failure cases in GetComboCommandId(). 10 years ago
Tom Lane 55a2cc8442 Be more paranoid about null return values from libpq status functions. 10 years ago
Bruce Momjian b17dbf2629 pg_upgrade: fix CopyFile() on Windows to fail on file existence 10 years ago
Peter Eisentraut b542d940c3 doc: Some improvements on CREATE POLICY and ALTER POLICY documentation 10 years ago
Teodor Sigaev f01fcd0e41 Clarify pg_rewind connection requirements. 10 years ago
Peter Eisentraut f1824e5513 doc: Add more documentation about wal_retrieve_retry_interval 10 years ago
Tom Lane 5f5e68b087 Adopt the GNU convention for handling tar-archive members exceeding 8GB. 10 years ago
Tom Lane a35c5b7c1f Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). 10 years ago
Tom Lane 8ee1a776a0 Dodge a macro-name conflict with Perl. 10 years ago
Peter Eisentraut 04f5622b63 doc: Clarify some things on pg_receivexlog reference page 10 years ago
Tom Lane bb8b179603 Fix thinko: errmsg -> ereport. 10 years ago
Andrew Dunstan 3f222b676d fix a perl typo 10 years ago
Andrew Dunstan bfac7a69ba Update docs for vcregress.pl bincheck changes 10 years ago
Andrew Dunstan fed03032e5 Improve vcregress.pl's handling of tap tests for client programs 10 years ago
Robert Haas 5021e3dac9 Fix incomplete set_foreignscan_references handling for fdw_recheck_quals 10 years ago
Andres Freund af85779bf7 Improve ON CONFLICT documentation. 10 years ago
Andres Freund 6f8519d130 Remove function names from some elog() calls in heapam.c. 10 years ago
Tom Lane 659d472920 Accept flex > 2.5.x in configure. 10 years ago