summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-01Tag 8.0.26REL8_0_26origin/REL8_0_STABLEMarc G. Fournier
2010-09-30Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane
2010-09-30Translation updates for 8.0.26Peter Eisentraut
2010-09-25Further fixes to the pg_get_expr() security fix in back branches.Tom Lane
2010-09-24Still more .gitignore cleanup.Tom Lane
2010-09-23Prevent show_session_authorization from crashing when session_authorizationTom Lane
2010-09-22More fixes for libpq's .gitignore file.Tom Lane
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-08-26Update time zone data files to tzdata release 2010l: DST law changes inTom Lane
2010-08-26Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRFTom Lane
2010-08-25Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtrPeter Eisentraut
2010-08-16Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane
2010-08-16Fix psql's copy of utf2ucs() to match the backend's copy exactly;Tom Lane
2010-08-09Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane
2010-07-30Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-29Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane
2010-07-29Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas
2010-07-23Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas
2010-07-13Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas
2010-07-09Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()Tom Lane
2010-07-08Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-07-01Allow ALTER TABLE .. SET TABLESPACE to be interrupted.Robert Haas
2010-06-30stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas
2010-05-27Change ps_status.c to explicitly track the current logical length of ps_buffer.Tom Lane
2010-05-17> Follow up a visit from the style police.Andrew Dunstan
2010-05-14tag 8.0.25REL8_0_25Marc G. Fournier
2010-05-13Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane
2010-05-13Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan
2010-05-13Translation updatePeter Eisentraut
2010-05-11Update time zone data files to tzdata release 2010j: DST law changes inTom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-05-05Fix psql to not go into infinite recursion when expanding a variable thatTom Lane
2010-05-05Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior.Tom Lane
2010-05-01Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane
2010-04-30Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leakTom Lane
2010-04-03Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...Andrew Dunstan
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-20Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane
2010-03-12tag 8.0.24, not .23REL8_0_24Marc G. Fournier
2010-03-09Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.Tom Lane
2010-03-09Update time zone data files to tzdata release 2010d: DST law changes in Fiji,Alvaro Herrera
2010-03-08Update time zone data files to tzdata release 2010c: DST law changes inTom Lane
2010-03-06When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane
2010-03-03Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane
2010-02-25Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1.Tom Lane
2010-02-19Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro
2010-02-18Volatile-ize all five places where we expect a PG_TRY block to restoreTom Lane
2010-02-12Don't choke when exec_move_row assigns a synthesized null to a columnTom Lane