Commit Graph

29202 Commits (63ac5b0b67a5ea23d24ee745397d39fcf1f77bcc)
 

Author SHA1 Message Date
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
Tom Lane 5238a5ad45 Fix typo, init => int, per KOIZUMI Satoru. 16 years ago
Tom Lane 37d8570d4d Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Tom Lane 9486eeb714 Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Tom Lane a68404d436 Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
Alvaro Herrera 3522f1e657 Add index entry for ::, per complaint from John Gage. 16 years ago
Magnus Hagander 6a318a1827 Make the walwriter close it's handle to an old xlog segment if it's no longer 16 years ago
Itagaki Takahiro b52f12b3a5 Avoid "identifier will be truncated" warning in dblink 16 years ago
Itagaki Takahiro effcafeaa1 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Teodor Sigaev 3b530d90d5 Add missed function dblink_connect_u(text[,text]) to uninstall script 16 years ago
Itagaki Takahiro 634b1614a0 Ensure default-only storage parameters for TOAST relations 16 years ago
Michael Meskes 32c6702f4d Data returned by RETURNING clause wasn't correctly processed by ecpg. Patch backported from HEAD. 16 years ago
Andrew Dunstan f28dd96cde Fix regression test name for plperlu_plperl in msvc. 16 years ago
Itagaki Takahiro 442d94142c Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Andrew Dunstan 619360f59b Run recently backported plperlu_plperl regression tests when building with MSVC on releases 8.4 and 8.3. Regression tests weren't supported before that. 16 years ago
Tom Lane f8fc6082b4 Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats(). 16 years ago
Tom Lane b7d7df63c8 Rewrite LIKE's %-followed-by-_ optimization so it really works (this time 16 years ago
Tom Lane 813cd7cb1f Rejigger mergejoin logic so that a tuple with a null in the first merge column 16 years ago
Tom Lane 1fa43c594f Change ps_status.c to explicitly track the current logical length of ps_buffer. 16 years ago
Tom Lane 8ca22ee11c Make CREATE INDEX run expression preprocessing on a proposed index expression 16 years ago