Commit Graph

39178 Commits (ccde00b9b97ed8b7307e39f95bd48922bf955bb2)
 

Author SHA1 Message Date
Andres Freund ccde00b9b9 Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure. 10 years ago
Andres Freund cb89644bb0 Correct statement to actually be the intended assert statement. 10 years ago
Tom Lane c9ed438817 Docs: document that psql's "\i -" means read from stdin. 10 years ago
Magnus Hagander 28c366789e Consistently set all fields in pg_stat_replication to null instead of 0 10 years ago
Magnus Hagander a9c56ff0e1 Properly initialize write, flush and replay locations in walsender slots 10 years ago
Tom Lane 332be65b5e Doc: update external URLs for PostGIS project. 10 years ago
Andres Freund ada9c09aeb Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. 10 years ago
Tom Lane ea7f7d8b32 Add an expected-file to match behavior of latest libxml2. 10 years ago
Alvaro Herrera 31f88a12a0 For REASSIGN OWNED for foreign user mappings 10 years ago
Tom Lane 6061aa8ed7 Install our "missing" script where PGXS builds can find it. 10 years ago
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