Commits

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

DateSubjectAuthorReleases
2006-04-07 Revert getaddrinfo configure changes until we get a solution that is Andrew Dunstan 8.2.0
2006-03-30 Fix bad SQL, per Stefan Kaltenbrunner. Andrew Dunstan 8.2.0
2006-03-05 Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch Andrew Dunstan 8.2.0
2006-02-24 Make restricted_exec feature for Windows more robust by using the environment Andrew Dunstan 8.2.0
2006-02-24 make initdb -U username work as advertised; back out bogus patch at rev 1.42 Andrew Dunstan 8.2.0
2006-02-04 DROP IF EXISTS for ROLE/USER/GROUP Andrew Dunstan 8.2.0
2006-01-28 Undo perl's nasty locale setting on Windows. Since we can't do that as Andrew Dunstan 8.2.0
2006-01-12 Clear up remaining compile warning for plperl on Windows. Andrew Dunstan 8.2.0
2006-01-10 remove unneeded defines for uid_t and gid_t, which conflict with perl's typedefs. Andrew Dunstan 8.2.0
2006-01-08 Rationalise perl header inclusions via a common include file, which also Andrew Dunstan 8.2.0
2006-01-02 Remove the nexus between trial_buffs and trial_conns, and don't test shared buffers lower than or equal to a value we already know is good, but use that value instead. This will make it easier to adjust the trial values and/or formulae in future if necessary. Andrew Dunstan 8.2.0
2005-12-29 Move declaration of check_function_bodies to where the perl headers Andrew Dunstan 8.2.0
2005-12-27 Increase amount of shared buffers initdb tries to allocate to 4000, Andrew Dunstan 8.2.0
2005-11-22 DROP DATABASE IF EXISTS variant Andrew Dunstan 8.2.0
2005-11-19 DROP objecttype IF EXISTS for the following objects: Andrew Dunstan 8.2.0
2005-11-18 translate undef to NULL for result arrayref, now that we allow NULLs in arrays. Update plperl regression test accordingly. Andrew Dunstan 8.2.0
2005-11-17 make psql honor explicit database parameter in -l mode, in case "postgres" database is missing - per complaint from Philip Yarra. Andrew Dunstan 8.2.0
2005-11-10 add missing quote mark to ident_file sample line - per Hiroshi Saito Andrew Dunstan 8.2.0