Commit Graph

29342 Commits (759d0f19dc0ede995cacda062bc99b59e2077d2c)
 

Author SHA1 Message Date
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
Tom Lane bb6e270ae3 Fix oversight in construction of sort/unique plans for UniquePaths. 16 years ago
Magnus Hagander 0870648c2f Change the "N. Central Asia Standard Time" timezone to map to 16 years ago
Magnus Hagander 7829e81238 Refer to pg_ident.conf as config file for username mapping, as it's 16 years ago
Andrew Dunstan 58ae67ed2e > Follow up a visit from the style police. 16 years ago
Robert Haas dfeaceb2df Fix longstanding typo in V1 calling conventions documentation. 16 years ago
Tom Lane 439bdd151f Improve documentation of pg_restore's -l and -L switches to point out their 16 years ago
Heikki Linnakangas 24bd638ed0 Fix typos in comments, spotted by Josh Kupershmidt. 16 years ago
Marc G. Fournier c302ed9e4e tag 8.4.4 16 years ago
Andrew Dunstan 5328277894 Fix MSVC builds for recent plperl changes. Go back to version 8.2, which is 16 years ago
Tom Lane 9d4e01ca3e Update release notes with security issues. 16 years ago