Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2008-02 Thread Index (1/3)
Last updated: Fri Mar 28 04:19:56 2008
383 messages
- pgsql: Fix unportable usages of tolower(). Tom Lane
- pgsql: Disable the undocumented xmlvalidate() function, which was Tom Lane
- pgsql: Don't call AddUserToDacl on Cygwin Andrew Dunstan
- pgsql: Remove long-unused and broken TCL_ARRAYS. Alvaro Herrera
- pgsql: Reducing the assumed alignment of struct varlena means that the Tom Lane
- pgbuildfarm - client-code: work around mingw's old version of File::Temp User Andrewd
- pgsql: Fix handling of restricted processes for Windows Vista (mainly), Magnus Hagander
- plpsm - plpgpsm: fix for 8.3 User Okbob
- pgsql: Update wording: < * Add Oracle-style packages (Pavel) > * Add Bruce Momjian
- pgsql: Write the objfiles.txt rules in a way that is compatible with GNU Peter Eisentraut
- pgsql: Fix several memory leaks when rescanning SRFs. Neil Conway
- prefix - prefix: Now using PG_VERSION_NUM User Dim
- pgsql: Support for building contrib/uuid-ossp with MSVC. Magnus Hagander
- pgsql: Change expand_subsys function so that it preserves the relative Peter Eisentraut
- CVSROOT: Change hostname for cvsweb url generation. Magnus Hagander
- pgsql: If RelationBuildDesc() fails to open a critical system index, Tom Lane
- pginstaller - pginst: Zero out a char array before use. User Dpage
- pgloader - pgloader: FIX: PSYCOPG_VERSION defaults to None... User Dim
- pgloader - pgloader: Allow user to force psycopg version to use, as User Dim
- textsearch-ja - textsearch-ja: Fix testing script and add mention to User Itagaki
- pgsql: Add more clarification about SSH tunnels from Faheem Mitha. Peter Eisentraut
- pgsql: In the SSH setup instructions, change ssh -L 3333:foo.com:5432 Peter Eisentraut
- pgsql: Add information about format modifiers that apply to numeric Peter Eisentraut
- pgsql: Don't build the win32 support files in the all target, only in Peter Eisentraut
- pgsql: Fix uninstall target. Peter Eisentraut
- pgsql: Create two separate libpq.rc's: One that is built at build time, Peter Eisentraut
- pgsql: Reorganize some of the exports list generation code. Peter Eisentraut
- pgsql: Escape # character in variable assignment Peter Eisentraut
- pginstaller - pginst: Don't enable the debugger plugin by default. User Dpage
- pginstaller - pginst: Fix two Vista issues found recently: Fix 1 ***** User Dpage
- pgsql: Need more dependencies to get the build order right when Peter Eisentraut
- pgsql: We don't need to rebuild objfiles.txt every time an object file Peter Eisentraut
- pgsql: Refactor the code that creates the shared library export files to Peter Eisentraut
- pgsql: Fix encode(...bytea..., 'escape') so that it converts all Tom Lane
- pgsql: Reject year zero during datetime input, except when it's a Tom Lane
- pgsql: Fix datetime input to behave correctly for Feb 29 in years BC. Tom Lane
- pgfouine - pgfouine: updated GeSHi to 1.0.7.20 User Gsmet
- pgfouine - pgfouine: added a couple of words to colorize per [#1006782] User Gsmet
- pgfouine - pgfouine: added invalid startup packet error to ignore list User Gsmet
- pgfouine - pgfouine: applied a patch from Russell Garrett @last.fm to User Gsmet
- pgfouine - pgfouine: fixed and updated test cases User Gsmet
- pgrpm - pgrpm: - small optim, thanks trem User Nanardon
- pgrpm - pgrpm: - return an empty string in case rpmds return null ptr User Nanardon
- pgsql: Link postgres from all object files at once, to avoid the Peter Eisentraut
- pgloader - pgloader: FIX Makefile to ignore some parallel files User Dim
- pgloader - pgloader: TODO update with status, preparing a debian User Dim
- pgloader - pgloader: Fix Makefile archive building User Dim
- pgloader - pgloader: Let's try to keep a record of BUGS User Dim
- pgloader - pgloader: Document columns=* option and prepare 2.3.0~dev2 User Dim
- pgloader - pgloader: Adding support for columns=* configuration User Dim
- pgloader - pgloader: Don't wait for non started threads (PGLoader init User Dim
- npgsql - Npgsql2: Fixed problem when calling functions with inout or User Fxjr
- pllua - pllua: Added regression tests, row stamp for functions, and User Carvalho
- pllua - pllua: New Directory User Carvalho
- plscheme - plscheme: Avoid freeing SPI plan which will already be freed User Knt
- pgsql: Use our own getopt() and getopt_long() on Solaris, because that Tom Lane
- pgsql: Avoid trying to print a NULL char pointer in --describe-config. Tom Lane
- pgsql: Change the declaration of struct varlena so that the length word Tom Lane
- orafce - orafce: dbms_assert finished User Okbob
- pginstaller - pginst: Small french issue. User Gleu
- optimizer - jos: Repository cleanups, disabling greedy compilation since User Julo
- pgsql: Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR Tom Lane
- pgsql: Make pg_regress -V consistent with the corresponding code in Tom Lane
- pgsql: Fix mistakes in pg_ctl's code for "start -w" that tries to cope Tom Lane
- pgsql: Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a Tom Lane
- pgsql: Improve error messages emitted when VACUUM and ANALYZE skip a Alvaro Herrera
- pgsql: Change error message to be able to differentiate the two cases. Alvaro Herrera
- pgsql: Backport fixed AC_FUNC_FSEEKO Peter Eisentraut
- pgsql: Un-break msvc port yet again (it started pulling in the Darwin Magnus Hagander
- pgsql: More refactoring, so that the SUBSYS.o rules are now all in one Peter Eisentraut
- pgsql: This subdirectory has been unused, dead, and broken for 10 years. Peter Eisentraut
- pgsql: Fix function prototype to silence compiler warnings. Magnus Hagander
- pgsql: Unbreak MSVC build after recent addition of HTMLDIR. Magnus Hagander
- pgsql: Remove another target I forgot during the refactoring Peter Eisentraut
- pgsql: Refactor backend makefiles to remove lots of duplicate code Peter Eisentraut
- pgsql: Put back code modularization of fseeko() configure checks. Bruce Momjian
- pgsql: Put fseeko check back in old location, in hopes of silencing Bruce Momjian
- pgsql: Remove unnecessary opening of other relation in Tom Lane
- pgunittest - pgUnitTest_Rnd: User Pgunittest
- pgunittest - pgUnitTest_Rnd: New Directory User Pgunittest
- pgsql: autoconf 2.61's AC_FUNC_FSEEKO reports success/failure Bruce Momjian
- pgsql: Observe errors in makefile Peter Eisentraut
- pgsql: Added --htmldir option to pg_config, equivalent to the new Peter Eisentraut
Mail converted by MHonArc