Commit Graph

15728 Commits (f02f7c4c93d58d9eab226c29ceea2df52f62b58e)

Author SHA1 Message Date
Tom Lane f02f7c4c93 Some more gitignore cleanups: cover contrib and PL regression test outputs. 16 years ago
Magnus Hagander 3fb50a7288 Convert cvsignore to gitignore, and add .gitignore for build targets. 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
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
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
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 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
Marc G. Fournier 30017daeb4 tag 8.1.21 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 68083ef9d1 Update time zone data files to tzdata release 2010j: DST law changes in 16 years ago
Tom Lane 7e84802ce5 Work around a subtle portability problem in use of printf %s format. 16 years ago
Tom Lane ddcba86256 Fix psql to not go into infinite recursion when expanding a variable that 16 years ago
Tom Lane fbd2fbed0c Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior. 16 years ago
Tom Lane 6666e76344 Add code to InternalIpcMemoryCreate() to handle the case where shmget() 16 years ago
Tom Lane d130025aa9 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak 16 years ago
Andrew Dunstan 0783d492f0 Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ensuring we can build older branches with modern Perl installations. 16 years ago
Alvaro Herrera 03ecb57737 Prevent ALTER USER f RESET ALL from removing the settings that were put there 16 years ago
Tom Lane 40db749c70 Clear error_context_stack and debug_query_string at the beginning of proc_exit, 16 years ago
Marc G. Fournier 53690dce27 tag 8.1.20 16 years ago
Tom Lane a38c09f43d Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. 16 years ago
Alvaro Herrera 22ae430efb Update time zone data files to tzdata release 2010d: DST law changes in Fiji, 16 years ago
Tom Lane e52d568d2d Update time zone data files to tzdata release 2010c: DST law changes in 16 years ago
Tom Lane 0a32a06bc9 When reading pg_hba.conf and similar files, do not treat @file as an inclusion 16 years ago
Tom Lane 14669da788 Fix a couple of places that would loop forever if attempts to read a stdio file 16 years ago
Heikki Linnakangas 64e19ac859 Fix numericlocale psql option when used with a null string and latex and troff 16 years ago
Tom Lane a3609304b7 Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1. 16 years ago
Itagaki Takahiro 26662b73ae Fix STOP WAL LOCATION in backup history files no to return the next 16 years ago
Tom Lane 8005df3c20 Volatile-ize all five places where we expect a PG_TRY block to restore 16 years ago
Greg Stark d786916015 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out 16 years ago
Greg Stark 7f92f7cf71 Make CREATE DATABASE safe against losing whole files by fsyncing the 16 years ago
Tom Lane 38a7ddc5f7 Don't choke when exec_move_row assigns a synthesized null to a column 16 years ago
Tom Lane f54f9ea1c6 Change regexp engine's ccondissect/crevdissect routines to perform DFA 16 years ago
Tom Lane d86bd9a826 Avoid performing encoding conversion on command tag strings during EndCommand. 16 years ago
Tom Lane 00ef17eb7f Apply Tcl_Init() to the "hold" interpreter created by pltcl. 16 years ago