Commits

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

DateSubjectAuthorReleases
2005-07-14 Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax Neil Conway 8.1.0
2005-07-14 This doc patch replaces all inappropriate references to SQL:1999 when it Neil Conway 8.1.0
2005-07-13 Documentation for some new PL/Perl features. Patch from David Fetter, Neil Conway 8.1.0
2005-07-08 This patch updates the DDL for contrib/pgcrypto to create all Neil Conway 8.1.0
2005-07-08 Remove some dead code for handling XLOG_DBASE_CREATE_OLD and Neil Conway 8.1.0
2005-07-04 Fix build break for out of tree (vpath) builds, induced by recent zic Neil Conway 8.1.0
2005-07-02 In PL/PgSQL, allow a block's label to be optionally specified at the Neil Conway 8.1.0
2005-07-01 Adds some missing error handling to PGTYPESnumeric_div() in ecpg's Neil Conway 8.1.0
2005-07-01 Fix some minor infelicities in ecpg's pgtypeslib: (1) `pstr' must be Neil Conway 8.1.0
2005-06-30 Minor ecpg tweak: the return value of calloc() is guaranteed to be NULL Neil Conway 8.1.0
2005-06-30 Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *, Neil Conway 8.1.0
2005-06-30 Fix ecpg's test/ Makefile for out-of-tree (vpath) builds. Neil Conway 8.1.0
2005-06-30 Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> Neil Conway 8.1.0
2005-06-30 Fix a theoretical memory leak in pg_password_sendauth(). If the first Neil Conway 8.1.0
2005-06-27 Remove support for Kerberos V4. It seems no one is using this, it has Neil Conway 8.1.0
2005-06-24 Code cleanup: remove 3 duplicate static function declarations. Neil Conway 8.1.0
2005-06-24 This trivial patch removes an unused variable. From Alvaro Herrera. Neil Conway 8.1.0
2005-06-22 Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop, Neil Conway 8.1.0
2005-06-22 Correct some code in pg_restore when reading the header of a tar archive: Neil Conway 8.1.0
2005-06-22 More trivial dead code removal: in int_to_roman(), checking for "num == -1" Neil Conway 8.1.0
2005-06-22 Add a CONTINUE statement to PL/PgSQL, which can be used to begin the Neil Conway 8.1.0
2005-06-21 Fix a potential backend crash during authentication when parsing a Neil Conway 8.1.0
2005-06-21 Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' is Neil Conway 8.1.0
2005-06-21 Trivial dead code removal: in _complete_from_query(), 'text' cannot be Neil Conway 8.1.0
2005-06-21 Trivial dead code removal: in makeObjectName(), name1 must be non-NULL Neil Conway 8.1.0