Commits

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

DateSubjectAuthorReleases
2008-04-05 Defend against JOINs having more than 32K columns altogether. We cannot Tom Lane 7.4.20
2008-03-25 Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum Tom Lane 7.4.20
2008-03-20 Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the Heikki Linnakangas 7.4.20
2008-03-19 Fix regexp substring matching (substring(string from pattern)) for the corner Tom Lane 7.4.20
2008-03-12 Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing Tom Lane 7.4.20
2008-03-05 Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara. Alvaro Herrera 7.4.20
2008-02-27 If RelationBuildDesc() fails to open a critical system index, PANIC with Tom Lane 7.4.20
2008-02-24 Use our own getopt() and getopt_long() on Solaris, because that platform's Tom Lane 7.4.20
2008-02-23 Avoid trying to print a NULL char pointer in --describe-config. On some Tom Lane 7.4.20
2008-02-11 Repair VACUUM FULL bug introduced by HOT patch: the original way of Tom Lane 7.4.20
2008-01-14 Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: Tom Lane 7.4.20
2008-01-06 A long time ago, Peter pointed out that ruleutils.c didn't dump simple Tom Lane 7.4.20
2008-01-03 Stamp release 7.4.19. Tom Lane 7.4.19
2008-01-03 Update release notes for security releases. Tom Lane 7.4.19
2008-01-03 The original patch to disallow non-passworded connections to non-superusers Tom Lane 7.4.19
2008-01-03 Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, Tom Lane 7.4.19
2008-01-03 Fix assorted security-grade bugs in the regex engine. All of these problems Tom Lane 7.4.19
2008-01-02 Insert ARST into the list of known timezone abbreviations. Tom Lane 7.4.19
2008-01-02 Fix invalid ipv6 address in example. Per doc comment 7211. Magnus Hagander 7.4.19
2007-12-31 Provide a more helpful error message when there is an autoconf version Bruce Momjian 7.4.19
2007-12-18 Make path_recv() and poly_recv() reject paths/polygons containing no points. Tom Lane 7.4.19
2007-11-26 Require a specific Autoconf version, instead of a lower bound only. Peter Eisentraut 7.4.19
2007-11-23 Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead Alvaro Herrera 7.4.19
2007-11-23 Fix "Page Layout" table. The second row should be ItemIdData, not Tatsuo Ishii 7.4.19
2007-11-16 Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. Teodor Sigaev 7.4.19