Commit Graph

26783 Commits (4d20da794e6f8a28a52f888a01e622594de6c562)
 

Author SHA1 Message Date
Peter Eisentraut 4d20da794e Backpatch some blatant spelling mistakes 16 years ago
Tom Lane 1eece5da38 Arrange to fsync the contents of lockfiles (both postmaster.pid and the 16 years ago
Tom Lane 61f781854c Fix psql's copy of utf2ucs() to match the backend's copy exactly; 16 years ago
Tom Lane c358483c51 Fix Assert failure in PushOverrideSearchPath when trying to restore a search 16 years ago
Robert Haas 38095bd06d Fix one more incorrect errno definition in the ECPG manual. 16 years ago
Robert Haas d6e900e5b2 Fix incorrect errno definitions in ECPG manual. 16 years ago
Tom Lane c895b59e27 Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple 16 years ago
Peter Eisentraut 5f836f9acb Fix indexterm spelling 16 years ago
Tom Lane 8c378335b9 Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two empty 16 years ago
Tom Lane 9e6dc1372f Improved version of patch to protect pg_get_expr() against misuse: 16 years ago
Tom Lane 242dc3819b Fix another longstanding problem in copy_relation_data: it was blithely 16 years ago
Robert Haas 0378e4e73d Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. 16 years ago
Tom Lane 581fe9331d Fix potential failure when hashing the output of a subplan that produces 16 years ago
Peter Eisentraut 3c93b54b93 Spelling fix 16 years ago
Peter Eisentraut 0aab3c0c8d Fix grammar 16 years ago
Robert Haas 7abb34f1bc Avoid deep recursion when assigning XIDs to multiple levels of subxacts. 16 years ago
Heikki Linnakangas 20b63e97b6 Oops, in the previous fix to prevent a cursor that's being used in a FOR 16 years ago
Tom Lane 8c21b4e922 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() 16 years ago
Tom Lane 67ba60ef57 Fix "cannot handle unplanned sub-select" error that can occur when a 16 years ago
Heikki Linnakangas 8234597065 The previous fix in CVS HEAD and 8.4 for handling the case where a cursor 16 years ago
Robert Haas 1a0dd89da4 Allow REASSIGNED OWNED to handle opclasses and opfamilies. 16 years ago
Tom Lane b1a33e6719 Fix assorted misstatements and poor wording in the descriptions of the I/O 16 years ago
Robert Haas 9f1ba06c26 Allow ALTER TABLE .. SET TABLESPACE to be interrupted. 16 years ago
Heikki Linnakangas fc1adce4aa stringToNode() and deparse_expression_pretty() crash on invalid input, 16 years ago
Robert Haas 8ce3f26fab Deprecate the use of => as an operator name. 16 years ago
Tom Lane 9d4ec3c350 Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Tom Lane 93ad259139 Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Tom Lane fa66d0e2da Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
Magnus Hagander 644c2778d6 Make the walwriter close it's handle to an old xlog segment if it's no longer 16 years ago
Itagaki Takahiro f7cb215362 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Teodor Sigaev b5b5814515 Add missed function dblink_connect_u(text[,text]) to uninstall script 16 years ago
Michael Meskes fce23c8780 Data returned by RETURNING clause wasn't correctly processed by ecpg. Patch backported from HEAD. 16 years ago
Andrew Dunstan 4c4531e1a0 Fix regression test name for plperlu_plperl in msvc. 16 years ago
Itagaki Takahiro 3ba0ef7fc6 Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Andrew Dunstan ffa1835cff 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 63c0780dba Rewrite LIKE's %-followed-by-_ optimization so it really works (this time 16 years ago
Tom Lane caea7b7aca Rejigger mergejoin logic so that a tuple with a null in the first merge column 16 years ago
Tom Lane ce2a001a2c Change ps_status.c to explicitly track the current logical length of ps_buffer. 16 years ago
Magnus Hagander 44744ddd9b Change the "N. Central Asia Standard Time" timezone to map to 16 years ago
Andrew Dunstan 64010b3aac > Follow up a visit from the style police. 16 years ago
Robert Haas c261e08ef3 Fix longstanding typo in V1 calling conventions documentation. 16 years ago
Tom Lane 0194b7f597 Improve documentation of pg_restore's -l and -L switches to point out their 16 years ago
Heikki Linnakangas c1e055762f Fix typos in comments, spotted by Josh Kupershmidt. 16 years ago
Marc G. Fournier c70af4d2fc tag 8.3.11 16 years ago
Andrew Dunstan 06d09a51b0 Fix MSVC builds for recent plperl changes. Go back to version 8.2, which is 16 years ago
Tom Lane 405f02b083 Update release notes with security issues. 16 years ago
Tom Lane 36b4b365f7 Use an entity instead of non-ASCII letter. Thom Brown 16 years ago
Tom Lane 6a358de1f9 Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless 16 years ago
Andrew Dunstan 58dd2648ea Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is 16 years ago
Magnus Hagander 1f34a7207e Fix some spelling errors. 16 years ago