Commit Graph

28871 Commits (affcd50e4090a420fb235b11af007ca3f9ccf967)
 

Author SHA1 Message Date
Tom Lane affcd50e40 Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. 16 years ago
Tom Lane a1bde80db4 Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple. 16 years ago
Tom Lane f958310a85 Be a bit less cavalier with both the code and the comment for UNKNOWN fix. 16 years ago
Heikki Linnakangas 075abb1787 Revert patch to coerce 'unknown' type parameters in the backend. As Tom 16 years ago
Tom Lane fd91b7d39a Fix possible corruption of AfterTriggerEventLists in subtransaction rollback. 16 years ago
Tom Lane 8a288694f5 Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs. 16 years ago
Michael Meskes b9b65b7417 Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib. 16 years ago
Peter Eisentraut 0b77050e84 Backpatch some blatant spelling mistakes 16 years ago
Tom Lane e74ced85dc Arrange to fsync the contents of lockfiles (both postmaster.pid and the 16 years ago
Tom Lane 00fb7f5e58 Fix psql's copy of utf2ucs() to match the backend's copy exactly; 16 years ago
Robert Haas 7f4de11c29 Add link and additional index reference to pgcrypto. 16 years ago
Tom Lane 286fa73471 Fix planner to make a reasonable assumption about the amount of memory space 16 years ago
Tom Lane dd56a9d6ed Fix Assert failure in PushOverrideSearchPath when trying to restore a search 16 years ago
Robert Haas 86003b80cb Fix one more incorrect errno definition in the ECPG manual. 16 years ago
Robert Haas 64ddabc848 Fix incorrect errno definitions in ECPG manual. 16 years ago
Robert Haas 206a42a7eb Use double quotes rather than double quotes for libpq target anchors. 16 years ago
Tom Lane 63c232b505 Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple 16 years ago
Robert Haas 4e49ea084e Provide stable target anchors for libpq functions. 16 years ago
Peter Eisentraut ec31e97210 Fix indexterm spelling 16 years ago
Robert Haas a6542f90f9 Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT. 16 years ago
Tom Lane 9f4b99afbb Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two empty 16 years ago
Tom Lane c472e780a3 Fix an additional set of problems in GIN's handling of lossy page pointers. 16 years ago
Tom Lane 4a8fcfdefb Tweak tsmatchsel() so that it examines the structure of the tsquery whenever 16 years ago
Tom Lane 8d3487dacc Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() 16 years ago
Tom Lane 6b8494a3ad Improved version of patch to protect pg_get_expr() against misuse: 16 years ago
Tom Lane b08fd11508 Fix another longstanding problem in copy_relation_data: it was blithely 16 years ago
Robert Haas 2d8346182f Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. 16 years ago
Tom Lane 5a188dcb87 Fix potential failure when hashing the output of a subplan that produces 16 years ago
Robert Haas 29789a8b7a Fix typo in PL/pgsql code example. 16 years ago
Peter Eisentraut 966ab3f730 Spelling fixes 16 years ago
Peter Eisentraut dd23d63ddc Fix grammar 16 years ago
Robert Haas 733959b961 Avoid deep recursion when assigning XIDs to multiple levels of subxacts. 16 years ago
Tom Lane 7fce4dc6cc Fix several problems in pg_dump's handling of SQL/MED objects, notably failure 16 years ago
Tom Lane ba1dfcec96 Allow full SSL certificate verification (wherein libpq checks its host name 16 years ago
Heikki Linnakangas 06e398a50a Oops, in the previous fix to prevent a cursor that's being used in a FOR 16 years ago
Tom Lane 22afb5915c Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() 16 years ago
Tom Lane 1f1d13beab Fix "cannot handle unplanned sub-select" error that can occur when a 16 years ago
Heikki Linnakangas 0f0b236b03 The previous fix in CVS HEAD and 8.4 for handling the case where a cursor 16 years ago
Robert Haas bf53e7938d Allow REASSIGNED OWNED to handle opclasses and opfamilies. 16 years ago
Tom Lane 007d0783c7 Fix assorted misstatements and poor wording in the descriptions of the I/O 16 years ago
Andrew Dunstan b0dd16b18a Unbreak MSVC builds by removing copydir.c from list of libpgport files 16 years ago
Robert Haas d7f51b2c49 Move copydir.c from src/port to src/backend/storage/file 16 years ago
Robert Haas 5976be32d2 Allow copydir() to be interrupted. 16 years ago
Robert Haas e61665f118 Allow ALTER TABLE .. SET TABLESPACE to be interrupted. 16 years ago
Heikki Linnakangas ff06716e3d stringToNode() and deparse_expression_pretty() crash on invalid input, 16 years ago
Tom Lane 0c3a0bcaa4 Improve pg_dump's checkSeek() function to verify the functioning of ftello 16 years ago
Tom Lane 8c1f92c5c0 Fix pg_restore so parallel restore doesn't fail when the input file doesn't 16 years ago
Robert Haas 263ac11379 Deprecate the use of => as an operator name. 16 years ago
Heikki Linnakangas 855d440a2f In a PL/pgSQL "FOR cursor" statement, the statements executed in the loop 16 years ago
Tom Lane c4ac2ff765 Fix mishandling of whole-row Vars referencing a view or sub-select. 16 years ago