Commit Graph

22295 Commits (3c2da80df6bc70ab16cc1bcb30149040575b35bc)
 

Author SHA1 Message Date
Tom Lane 3c2da80df6 Further fixes to the pg_get_expr() security fix in back branches. 16 years ago
Tom Lane 5efa1444e6 Still more .gitignore cleanup. 16 years ago
Robert Haas cf497cbdf2 Add contrib/xml2/pgxml.sql to .gitignore 16 years ago
Tom Lane 511449d40f Prevent show_session_authorization from crashing when session_authorization 16 years ago
Tom Lane 4e2e9f27dd More fixes for libpq's .gitignore file. 16 years ago
Tom Lane 7c192c9193 Do some copy-editing on the Git usage docs. 16 years ago
Tom Lane 2e75e7082d Fix documentation gitignore for pre-9.0 doc build methods. 16 years ago
Tom Lane f02f7c4c93 Some more gitignore cleanups: cover contrib and PL regression test outputs. 16 years ago
Magnus Hagander 706a5809b9 Remove anonymous cvs instructions, and replace them with instructions 16 years ago
Magnus Hagander 3fb50a7288 Convert cvsignore to gitignore, and add .gitignore for build targets. 16 years ago
Tom Lane a17e0e1f2d Back-patch replacement of README.CVS with README.git. 16 years ago
Tom Lane deb8a22cac Update time zone data files to tzdata release 2010l: DST law changes in 16 years ago
Tom Lane c2c90a5430 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF 16 years ago
Peter Eisentraut 703cd9c31f Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr 16 years ago
Tom Lane e521b3e9b5 Arrange to fsync the contents of lockfiles (both postmaster.pid and the 16 years ago
Tom Lane 7ded6d69d5 Fix psql's copy of utf2ucs() to match the backend's copy exactly; 16 years ago
Robert Haas 35f0dccb0d Fix one more incorrect errno definition in the ECPG manual. 16 years ago
Robert Haas 19efe0489f Fix incorrect errno definitions in ECPG manual. 16 years ago
Tom Lane d0844a851f Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple 16 years ago
Tom Lane 2f7cd4356b Improved version of patch to protect pg_get_expr() against misuse: 16 years ago
Tom Lane 9e468f94aa Fix another longstanding problem in copy_relation_data: it was blithely 16 years ago
Robert Haas 76a106f264 Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. 16 years ago
Tom Lane 7c294bf761 Fix potential failure when hashing the output of a subplan that produces 16 years ago
Peter Eisentraut 003c5981c3 Spelling fix 16 years ago
Peter Eisentraut f6d3301cc8 Fix grammar 16 years ago
Robert Haas 202c89c9d0 Avoid deep recursion when assigning XIDs to multiple levels of subxacts. 16 years ago
Heikki Linnakangas b9ded24614 Oops, in the previous fix to prevent a cursor that's being used in a FOR 16 years ago
Tom Lane dae11908e8 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() 16 years ago
Tom Lane accabacce9 Fix "cannot handle unplanned sub-select" error that can occur when a 16 years ago
Heikki Linnakangas 9654b60cfc The previous fix in CVS HEAD and 8.4 for handling the case where a cursor 16 years ago
Tom Lane 4d242bb56d Fix assorted misstatements and poor wording in the descriptions of the I/O 16 years ago
Robert Haas b525073970 Allow ALTER TABLE .. SET TABLESPACE to be interrupted. 16 years ago
Heikki Linnakangas 2c0080aacc stringToNode() and deparse_expression_pretty() crash on invalid input, 16 years ago
Tom Lane 7577975515 Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Tom Lane 7a1d80b91c Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Tom Lane c797279ab7 Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
Itagaki Takahiro 47cf87a147 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Itagaki Takahiro ac14ba5f87 Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Tom Lane dbfa55f73a Change ps_status.c to explicitly track the current logical length of ps_buffer. 16 years ago
Andrew Dunstan b5285c19eb > Follow up a visit from the style police. 16 years ago
Robert Haas 97d136f9e8 Fix longstanding typo in V1 calling conventions documentation. 16 years ago
Tom Lane 7965fd5b0e Improve documentation of pg_restore's -l and -L switches to point out their 16 years ago
Marc G. Fournier 30017daeb4 tag 8.1.21 16 years ago
Tom Lane 6499118a90 Update release notes with security issues. 16 years ago
Tom Lane b67abe3db8 Use an entity instead of non-ASCII letter. Thom Brown 16 years ago
Tom Lane a921879053 Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless 16 years ago
Andrew Dunstan 68e621bfa4 Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is 16 years ago
Peter Eisentraut ffba89a9bb Translation update 16 years ago
Tom Lane a65beefa7c Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 16 years ago
Tom Lane 68083ef9d1 Update time zone data files to tzdata release 2010j: DST law changes in 16 years ago