]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-04-02  Bruce MomjianAdd URL for:
2007-04-02  Bruce MomjianAdd URL for:
2007-04-02  Bruce MomjianAdd:
2007-04-02  Bruce MomjianAllow NOTIFY/LISTEN/UNLISTEN to only take relation...
2007-04-02  Andrew DunstanCheck length of enum literals on definition and input...
2007-04-02  Bruce MomjianPl/python -> Pl/PythonU:
2007-04-02  Bruce MomjianAdd:
2007-04-02  Bruce MomjianAdd:
2007-04-02  Bruce MomjianAdd item:
2007-04-02  Bruce MomjianAdd URL for:
2007-04-02  Tom LaneFix check_sql_fn_retval to allow the case where a SQL...
2007-04-02  Bruce MomjianDone:
2007-04-02  Bruce Momjian> o Add PQexecf() that allows complex parameter substi...
2007-04-02  Peter EisentrautPut documentation on XML data type and functions in...
2007-04-02  Magnus Haganderxcopy can only deal with forward-slashed paths when...
2007-04-02  Teodor SigaevFix caching of unsuccessful initialization of parser...
2007-04-02  Tom LaneSupport enum data types. Along the way, use macros...
2007-04-01  Peter EisentrautUpdate catversion for new XML mapping functions
2007-04-01  Peter EisentrautUpdate SQL conformance for SQL to XML mappings
2007-04-01  Peter EisentrautMapping schemas and databases to XML and XML Schema.
2007-04-01  Peter EisentrautComplete cleaning
2007-03-30  Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-30  Bruce MomjianUpdate Japanese FAQ.
2007-03-30  Bruce MomjianUpdate SSL description for when SSL root.crt/server...
2007-03-30  Tom LaneFix oversight in coding of _bt_start_vacuum: we can...
2007-03-29  Bruce Momjianpg_char_to_encoding() was redundant in initdb because
2007-03-29  Bruce MomjianAdd to:
2007-03-29  Bruce MomjianAdd:
2007-03-29  Magnus HaganderInstall include files
2007-03-29  Bruce MomjianUpdate:
2007-03-29  Bruce MomjianUpdate item:
2007-03-29  Tom Laneexec_parse_message neglected to copy parameter type...
2007-03-29  Magnus HaganderMake ECPG regression tests use native threading instead...
2007-03-29  Michael Meskes- Added patch by Magnus Hagander <magnus@hagander.net...
2007-03-29  Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-03-28  Neil ConwayCode cleanup for the new regexp UDFs: we can hardcode...
2007-03-28  Neil ConwayReplace 4-clause licensed blf.[ch] with blowfish implem...
2007-03-28  Alvaro HerreraAdd the "recheck" logic to autovacuum worker code....
2007-03-28  Magnus HaganderFix compiler warnings in ereport messages on mingw.
2007-03-28  Bruce MomjianAdd URL for:
2007-03-28  Tom LaneFix uninitialized-variable bug.
2007-03-27  Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-27  Magnus HaganderInstall import libraries used to link to libpq, ecpg...
2007-03-27  Alvaro HerreraCosmetic changes: rename some struct fields, and move...
2007-03-27  Bruce MomjianRemove item due to lack of interest:
2007-03-27  Bruce MomjianAdd:
2007-03-27  Bruce MomjianFix typo in Makefile.
2007-03-27  Tom LaneFix typo, ensable -> enable, per Steve Gieseking.
2007-03-27  Bruce MomjianAdd documentation for pulling the CVS repository using...
2007-03-26  Bruce MomjianUpdate:
2007-03-26  Bruce MomjianAdd:
2007-03-26  Bruce MomjianRemove Andrew Yu copyright, with permission from author.
2007-03-26  Bruce MomjianRemove advertising clause from Berkeley BSD-licensed...
2007-03-26  Bruce MomjianProperly fix PORTNAME in configure.
2007-03-26  Bruce MomjianUser PORTNAME for win32 tests, rather than $template...
2007-03-26  Tom LaneFix seriously broken markup for libpq-envars cross...
2007-03-26  Tom LaneAllow non-superuser database owners to create procedura...
2007-03-26  Teodor SigaevAdd checking of end of line in parsing stopword list...
2007-03-26  Teodor SigaevFix stopword and synonym files parsing bug in MSVC...
2007-03-26  Tatsuo IshiiFix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW...
2007-03-26  Tom LaneSeems some people have been forgetting to run autoheader.
2007-03-26  Tom LaneAdd -lcrypto as one of the possible link dependencies...
2007-03-26  Tom LaneRemove assertion that constraint_exclusion risks wrong...
2007-03-26  Tom LaneFix plancache's invalidation callback to do the right...
2007-03-25  Tom LaneMake _SPI_execute_plan pass the query source string...
2007-03-25  Tom LaneRemove the prohibition on executing cursor commands...
2007-03-25  Tom LaneClean up the representation of special snapshots by...
2007-03-25  Tatsuo IshiiAdd new encoding EUC_JIS_2004 and SHIFT_JIS_2004,
2007-03-25  Bruce MomjianAdd:
2007-03-24  Bruce MomjianAdd:
2007-03-24  Magnus HaganderSupport for installing NLS files, and update support...
2007-03-24  Bruce MomjianDocument that LDAP URLs should be double-quoted in...
2007-03-24  Magnus HaganderInstall contrib sql and readme files
2007-03-24  Magnus HaganderProperly parse the name of contrib modules that aren...
2007-03-23  Alvaro HerreraSet the node properly, per Tom.
2007-03-23  Alvaro HerreraSeparate the code to start a new worker into its own...
2007-03-23  Alvaro HerreraSeparate fetch of pg_autovacuum tuple into its own...
2007-03-23  Alvaro HerreraWe no longer need to palloc the VacuumStmt node; keepin...
2007-03-23  Tom LaneAdjust DatumGetBool macro so that it isn't fooled by...
2007-03-23  Tom LaneFix plancache so that any required replanning is done...
2007-03-23  Tatsuo IshiiAllow 4 bytes UTF-8 (UCS-4 range 00010000-001FFFFF)
2007-03-23  Magnus HaganderForgot commit: support for special-cases in pgcrypto
2007-03-23  Magnus HaganderSupport for running contribcheck on msvc
2007-03-23  Magnus HaganderGenerate SQL files for /contrib (based on .sql.in)
2007-03-23  Magnus HaganderAdd define to exclude configured libraries, to be able...
2007-03-23  Magnus HaganderRemove headers for old sysv shmem emulation that I...
2007-03-23  Bruce MomjianCleanup for procarray.c.
2007-03-22  Bruce MomjianAdd:
2007-03-22  Bruce MomjianAdd comment that pg_dump 'append' format is used only...
2007-03-22  Bruce MomjianAdd to TODO:
2007-03-22  Bruce MomjianCommit newest version of xmlpath().
2007-03-22  Bruce MomjianIn pg_dump, strcasecmp -> pg_strcasecmp.
2007-03-22  Bruce MomjianAdd xmlpath() to evaluate XPath expressions, with names...
2007-03-22  Tom LaneArrange for PreventTransactionChain to reject commands...
2007-03-22  Bruce MomjianAllow the pgstat process to restart immediately after...
2007-03-22  Tom LaneAllow DROP TABLESPACE to succeed (with a warning) if...
2007-03-22  Bruce MomjianProperly enforce pg_dump -F formation options; only...
2007-03-22  Alvaro HerreraRemove the currently unused FRONTEND case in dllist...
2007-03-22  Teodor SigaevFix parser bug on Windows with UTF8 encoding and C...
2007-03-22  Bruce MomjianRemove tabs in SGML files.
next