Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2007-07 Thread Index (1/2)
Last updated: Fri Mar 28 04:20:19 2008
294 messages
- pgsql: Remove links to old Win32 source code ports. Bruce Momjian
- veil - veil: Fix for changes forecast User Bloodnok
- veil - veil: Changes for version 0.9.5. User Bloodnok
- edb-debugger - server: Add a readme file User Dpage
- edb-debugger - server: Remove an EDB specific function User Dpage
- edb-debugger - server: Fix the Makefile for OS X User Dpage
- pgsql: Fix a bug in the original implementation of redundant-join-clause Tom Lane
- pgsql: If we're gonna use ExecRelationIsTargetRelation here, might as Tom Lane
- pgsql: Fix security definer functions with polymorphic arguments. Tom Lane
- edb-debugger - server: Makefile should now work on Mingw User Korryd
- dtrace - dtrace: Imported Sources User Rlor
- edb-debugger - server: Adding version-neutral wrapper around User Korryd
- edb-debugger - server: Open-sourcing PL/pgSQL debugger - more to come, User Korryd
- pgbuildfarm - client-code: remove masking my decl that stopped us User Andrewd
- pgunittest - pgUnitTest_Dev: User Pgunittest
- pgunittest - pgUnitTest_Dev: New Directory User Pgunittest
- pgsql: Slight refactor for ExecOpenScanRelation(): we can use Neil Conway
- pgsql: Update conformance information about bigint type found by Peter Eisentraut
- pgsql: Remove FileUnlink(), which wasn't being used anywhere and Tom Lane
- Error: Resource owner. Sachin Kulkarni
- pgsql: Arrange to put TOAST tables belonging to temporary tables into Tom Lane
- pgsql: Suppress warning when compiling with -DPROFILE_PID_DIR: Tom Lane
- pgsql: Adjust horology test to avoid join-plan-dependent result ordering Tom Lane
- pgsql: Synced parser Michael Meskes
- pgsql: Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with Magnus Hagander
- pgsql: Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI. Magnus Hagander
- pgsql: Disable warning 4090 = different const qualifiers on msvc since Magnus Hagander
- pgsql: Silence compiler warnings on mingw Magnus Hagander
- pgsql: Implement RETURN QUERY for PL/PgSQL. Neil Conway
- pgsql: Fix predicate-proving logic to cope with binary-compatibility Tom Lane
- pgsql: Silence compiler warning on mingw Magnus Hagander
- pgsql: Make it possible, and default, for MingW to build with SSPI Magnus Hagander
- pgsql: Create a new dedicated Postgres process, "wal writer", which Tom Lane
- pgsql: Set a default autovacuum vacuum_cost_delay value of 20ms, to Alvaro Herrera
- pgsql: Just noticed that libpq thinks the maximum command tag length is Tom Lane
- pgsql: The correct min buffer size is INITIAL_EXPBUFFER_SIZE, not Magnus Hagander
- pgsql: The proper guaranteed buffer size for errors is Magnus Hagander
- pgsql: Use PQExpBuffer for error message in fe-auth.c. Magnus Hagander
- pgsql: Reword paragraph about the autovacuum_max_workers setting. Alvaro Herrera
- pgsql: Stupid typo. Magnus Hagander
- pgsql: SSPI authentication on Windows. Magnus Hagander
- pgbouncer - pgbouncer: Fix sloppy english in the comments. User Mkz
- pgsql: Fix elog.c to avoid infinite recursion (leading to backend crash) Tom Lane
- pgsql: Provide a bit more high-level documentation for the GEQO planner. Tom Lane
- pgsql: Fix regression tests for PL/pgSQL error message changes Peter Eisentraut
- pgsql: Fix WAL replay of truncate operations to cope with the Tom Lane
- pgsql: Capitalize language key words in error messages Peter Eisentraut
- pgsql: On second thought, the tests for what to do with stderr output Tom Lane
- pgsql: Make replace(), split_part(), and string_to_array() behave Tom Lane
- <Possible follow-ups>
- pgsql: Make replace(), split_part(), and string_to_array() behave Tom Lane
- pgsql: Make replace(), split_part(), and string_to_array() behave Tom Lane
- pgsql: Make replace(), split_part(), and string_to_array() behave Tom Lane
- pgsql: Make replace(), split_part(), and string_to_array() behave Tom Lane
- pgsql: Make replace(), split_part(), and string_to_array() behave Tom Lane
- pgsql: Only use the pipe chunking protocol if we know the syslogger Andrew Dunstan
- pgsql: Adjust configure script to print the bison and flex versions in Tom Lane
- pgsql: Fix an old thinko in SS_make_initplan_from_plan, which is used Tom Lane
- pgsql: Cast NULL to a pointer type in the execl() call, to avoid a Alvaro Herrera
- pgsql: GSSAPI documentation Magnus Hagander
- pginstaller - web: Update Turkish translation and fix links. User Mha
- pginstaller - web: Correct python version, per Magnus User Dpage
- pginstaller - web: Make download link in the FAQ always point to the User Mha
- pgsql: Document that 'deleted' is also tracked by autovacuum. Bruce Momjian
- pgsql: Properly adjust age() seconds to match the sign of the larger Bruce Momjian
- pgsql: Document that age() adds days, then full months. Bruce Momjian
- pgsql: Add: > > o Allow GLOBAL temporary tables to exist as empty by Bruce Momjian
- pgsql: Fix incorrect optimization of foreign-key checks. Tom Lane
- pgsql: Implement CREATE TABLE LIKE ... Neil Conway
- pgsql: Remove http://www.benchmarkresources.com, no longer resolves to a Bruce Momjian
- pgsql: Add CVS Wiki URL to docs. Bruce Momjian
- pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs Tom Lane
- pgsql: Add: > * Allow multiple indexes to be created concurrently, Bruce Momjian
- pgsql: Update docs that GNU tar versions >=1.16 exit with 1 on files Bruce Momjian
- pgsql: Fix pg_buffercache to release buffer partition locks in reverse Tom Lane
- pgsql: Add comments spelling out why it's a good idea to release Tom Lane
- pgsql: With the native compiler on Unixware, disable optimization if Neil Conway
- pgsql: Allow plpgsql function parameter names to be qualified with the Tom Lane
- pgsql: Hmm, so evidently _check_lock and _clear_lock take an argument of Tom Lane
- pgcheck - pokus: User Machr2
- pgcheck - .: Imported Sources User Machr2
- pgsql: Quote pathnames so pg_standby works with paths that have spaces Magnus Hagander
- pgsql: So our reward for including <sys/atomic_op.h> seems to be a bunch Tom Lane
- pgsql: On AIX, include <sys/atomic_op.h> so that the functions we use Tom Lane
- pgsql: Get rid of overly cute, unportable, probably not very efficient Tom Lane
- pgsql: Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely Tom Lane
- pgsql: Fix a passel of signed vs unsigned char warnings. Tom Lane
- pgsql: Silence a rather odd compiler warning. Tom Lane
- pgsql: Avoid possibly-unportable initializer, per buildfarm warning. Tom Lane
- pgsql: Change a couple of exit(0) to return 0 to suppress complaints Tom Lane
- pgsql: Silence Solaris compiler warnings, per buildfarm. Tom Lane
- pgsql: Silence Solaris compiler warning, per buildfarm. Tom Lane
- pgsql: Fix compile warning on Solaris, per buildfarm. Tom Lane
- pgsql: Fix possible portability problem, per buildfarm warnings. Tom Lane
- pgsql: Fix unportable use of isspace(), per buildfarm results. Tom Lane
- pgsql: Because plpgsql's scanner uses %option case-insensitive, flex's Tom Lane
- pgsql: Reject zero or negative BY step in plpgsql integer FOR-loops, and Tom Lane
- pgsql: Note incompatibility with Oracle's version of FOR ... Tom Lane
- pgsql: Editorial overhaul of plpgsql documentation. Tom Lane
- pgbuildfarm - client-code: use XP_EXIT_FIX setting in build scripts for User Andrewd
- pgsql: Support for finding gssapi functions in the library "gss", as Magnus Hagander
- pginstaller - pginst: Add gssapi32.dll which we now seem to need. User Dpage
- pgestraier - pgestraier: subversion revision 87 commited to CVS User Dpavlin
- pgestraier - pgestraier: added IMDB download link for test database User Dpavlin
- pgsql: Volatile-qualify a dozen variables in plpython.c to eliminate Tom Lane
- pgsql: Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped Tom Lane
- pgsql: Add casts to suppress warnings about m68k-specific kluge in Tom Lane
- pgsql: Fix a portability bug (ye olde not casting a <ctype.h> argument Tom Lane
- pgsql: Get dirmod.c on the same page as port.h about whether we use Tom Lane
- pgsql: Fixup the indentation of a comment that was mangled by pgindent, Neil Conway
- pgsql: Simplify overly-cute array coding to avoid an apparent gcc bug, Tom Lane
- pgsql: Suppress Sun Studio warnings, per Stefan. Tom Lane
- pgsql: Suppress an integer-overflow warning. Tom Lane
- pgsql: Some of our port-specific dynloader implementations are careful Tom Lane
- pgsql: Compute max and min int8 values using unsigned arithmetic, in Tom Lane
- pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI Tom Lane
- pgsql: Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Tom Lane
- pgsql: Silence compile warning on win32, per Stefan and Buildfarm. Magnus Hagander
- pgsql: Enable GSSAPI to build using MSVC. Magnus Hagander
- pgsql: Support GSSAPI builds where the header is <gssapi.h> and not Magnus Hagander
- pgsql: Fix freenig of names in Kerberos when using MIT - need to use the Magnus Hagander
- pgsql: Suppress a warning that some versions of gcc emit about %x in Tom Lane
- pgsql: A bunch of GSSAPI fixes per comments from Tom: * use elog not Magnus Hagander
Mail converted by MHonArc