Commits

Showing commits that first shipped in 7.4 (backpatches included). Clear

DateSubjectAuthorReleases
2010-05-12 Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, Tom Lane 7.4.29
2010-05-08 Work around a subtle portability problem in use of printf %s format. Tom Lane 7.4.29
2010-05-01 Add code to InternalIpcMemoryCreate() to handle the case where shmget() Tom Lane 7.4.29
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 7.4.29
2010-04-02 Ensure that contrib/pgstattuple functions respond to cancel interrupts Tom Lane 7.4.29
2010-03-20 Clear error_context_stack and debug_query_string at the beginning of proc_exit, Tom Lane 7.4.29
2010-03-10 Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, Tom Lane 7.4.28
2010-03-06 When reading pg_hba.conf and similar files, do not treat @file as an inclusion Tom Lane 7.4.28
2010-03-03 Fix a couple of places that would loop forever if attempts to read a stdio file Tom Lane 7.4.28
2010-02-25 Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1. Tom Lane 7.4.28
2010-02-01 Change regexp engine's ccondissect/crevdissect routines to perform DFA Tom Lane 7.4.28
2010-01-25 Apply Tcl_Init() to the "hold" interpreter created by pltcl. Tom Lane 7.4.28
2010-01-07 Make bit/varbit substring() treat any negative length as meaning "all the rest Tom Lane 7.4.28
2009-12-10 Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, Tom Lane 7.4.27
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 7.4.27
2009-12-02 Ignore attempts to set "application_name" in the connection startup packet. Tom Lane 7.4.27
2009-10-30 Make the overflow guards in ExecChooseHashTableSize be more protective. Tom Lane 7.4.27
2009-10-16 Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the Tom Lane 7.4.27
2009-09-26 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the Tom Lane 7.4.27
2009-09-08 Remove outside-the-scanner references to "yyleng". Tom Lane 7.4.27
2009-09-03 Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22, Tom Lane 7.4.26
2009-09-03 Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer Tom Lane 7.4.26
2009-08-24 Fix inclusions of readline/editline header files so that we only attempt to Tom Lane 7.4.26
2009-08-18 Fix overflow for INTERVAL 'x ms' where x is more than a couple million, Tom Lane 7.4.26
2009-08-07 Try to defend against the possibility that libpq is still in COPY_IN state Tom Lane 7.4.26