Commits

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

DateSubjectAuthorReleases
2013-01-15 On second thought, use an empty string instead of "none" when not connected. Heikki Linnakangas 8.3.23
2013-01-15 Don't pass NULL to fprintf, if not currently connected to a database. Heikki Linnakangas 8.3.23
2012-10-18 Further tweaking of the readfile() function in pg_ctl. Heikki Linnakangas 8.3.22
2012-10-15 Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas 8.3.22
2012-10-02 Fix access past end of string in date parsing. Heikki Linnakangas 8.3.22
2012-05-15 Fix bug in to_tsquery(). Heikki Linnakangas 8.3.19
2012-04-08 set_stack_base() no longer needs to be called in PostgresMain. Heikki Linnakangas 8.3.19
2012-04-08 Do stack-depth checking in all postmaster children. Heikki Linnakangas 8.3.19
2012-01-30 Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. Heikki Linnakangas 8.3.18
2011-12-12 Revert the behavior of inet/cidr functions to not unpack the arguments. Heikki Linnakangas 8.3.18
2011-11-08 Make DatumGetInetP() unpack inet datums with a 1-byte header, and add Heikki Linnakangas 8.3.17
2011-10-08 Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. Heikki Linnakangas 8.3.17
2011-09-01 Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF Heikki Linnakangas 8.3.16
2011-08-02 Avoid integer overflow when LIMIT + OFFSET >= 2^63. Heikki Linnakangas 8.3.16
2011-07-15 Fix two ancient bugs in GiST code to re-find a parent after page split: Heikki Linnakangas 8.3.16
2011-07-04 Clarify that you need ActiveState perl 5.8 *or later* to build on Windows. Heikki Linnakangas 8.3.16
2011-05-19 Replace strdup() with pstrdup(), to avoid leaking memory. Heikki Linnakangas 8.3.16
2011-04-28 The arguments to pg_ctl kill are not optional - remove brackets in the docs. Heikki Linnakangas 8.3.16
2011-04-13 On IA64 architecture, we check the depth of the register stack in addition Heikki Linnakangas 8.3.15
2010-11-16 The GiST scan algorithm uses LSNs to detect concurrent pages splits, but Heikki Linnakangas 8.3.13
2010-11-11 Fix bug introduced by the recent patch to check that the checkpoint redo Heikki Linnakangas 8.3.13
2010-11-09 In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple Heikki Linnakangas 8.3.13
2010-10-27 Fix long-standing segfault when accept() or one of the calls made right Heikki Linnakangas 8.3.13
2010-10-26 Before removing backup_label and irrevocably changing pg_control file, check Heikki Linnakangas 8.3.13
2010-10-20 If pk is NULL, the backend would segfault when accessing ->algo and the Heikki Linnakangas 8.3.13