summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-14tag 8.1.21REL8_1_21Marc 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.1.20REL8_1_20Marc 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-03-01Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas
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-17revert prior patch to fsync directories until portability problems exposed by...Greg Stark
2010-02-14Make CREATE DATABASE safe against losing whole files by fsyncing theGreg Stark
2010-02-12Don't choke when exec_move_row assigns a synthesized null to a columnTom Lane
2010-02-01Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane
2010-01-30Avoid performing encoding conversion on command tag strings during EndCommand.Tom Lane
2010-01-25Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane
2010-01-24Fix assorted core dumps and Assert failures that could occur duringTom Lane
2010-01-23Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure thatTom Lane
2010-01-07Make bit/varbit substring() treat any negative length as meaning "all the restTom Lane
2009-12-29Previous fix for temporary file management broke returning a set fromHeikki Linnakangas
2009-12-12Fix integer-to-bit-string conversions to handle the first fractional byteTom Lane
2009-12-10tag 8.1.19REL8_1_19Marc G. Fournier
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-12-09Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander
2009-12-09Update time zone data files to tzdata release 2009s: DST law changes inTom Lane
2009-12-08Translation updatesPeter Eisentraut
2009-12-03Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas
2009-12-02Ignore attempts to set "application_name" in the connection startup packet.Tom Lane
2009-11-23Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas
2009-11-10Do not build psql's flex module on its own, but instead include it inTom Lane
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
2009-11-03Fix obscure segfault condition in PL/PythonPeter Eisentraut
2009-10-30Make the overflow guards in ExecChooseHashTableSize be more protective.Tom Lane
2009-10-27Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to checkTom Lane
2009-10-16Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane
2009-10-08Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas
2009-10-02Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane