Commit Graph

22303 Commits (c0486e9dea9135d434b0451becab91bee28aa7ad)
 

Author SHA1 Message Date
Tom Lane c0486e9dea Fix plpgsql's handling of "simple" expression evaluation. 15 years ago
Heikki Linnakangas 35b66df6e7 Before removing backup_label and irrevocably changing pg_control file, check 15 years ago
Heikki Linnakangas 62f86b32ea If pk is NULL, the backend would segfault when accessing ->algo and the 15 years ago
Robert Haas 04daad28c8 Warn that views can be safely used to hide columns, but not rows. 15 years ago
Marc G. Fournier d6d7926cd1 Tag 8.1.22 15 years ago
Tom Lane 329d7554a6 Use a separate interpreter for each calling SQL userid in plperl and pltcl. 15 years ago
Peter Eisentraut 51b69efc28 Translation updates for 8.1.22 15 years ago
Tom Lane 10fbaf0f94 Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22, 15 years ago
Tom Lane 3c2da80df6 Further fixes to the pg_get_expr() security fix in back branches. 15 years ago
Tom Lane 5efa1444e6 Still more .gitignore cleanup. 15 years ago
Robert Haas cf497cbdf2 Add contrib/xml2/pgxml.sql to .gitignore 15 years ago
Tom Lane 511449d40f Prevent show_session_authorization from crashing when session_authorization 15 years ago
Tom Lane 4e2e9f27dd More fixes for libpq's .gitignore file. 15 years ago
Tom Lane 7c192c9193 Do some copy-editing on the Git usage docs. 15 years ago
Tom Lane 2e75e7082d Fix documentation gitignore for pre-9.0 doc build methods. 15 years ago
Tom Lane f02f7c4c93 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander 706a5809b9 Remove anonymous cvs instructions, and replace them with instructions 15 years ago
Magnus Hagander 3fb50a7288 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Tom Lane a17e0e1f2d Back-patch replacement of README.CVS with README.git. 15 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