Mailing lists [pgsql-committers]
- pgsql: Fix an oversight in my patch of a couple weeks ago that ensured a tgl@postgresql.org (Tom Lane)
- pgsql: Fix an oversight in my patch of a couple weeks ago that ensured a tgl@postgresql.org (Tom Lane)
- pgsql: Fix a couple of missed copyright dates. tgl@postgresql.org (Tom Lane)
- pgsql: Add comma so this copyright notice is picked up in 2010. momjian@postgresql.org (Bruce Momjian)
- pgsql: Make comma optional for copyright text change. momjian@postgresql.org (Bruce Momjian)
- pgsql: Mention src/interfaces/libpq/libpq.rc.in needs to be updated for momjian@postgresql.org (Bruce Momjian)
- pgsql: Be smarter --- accept missing comma, and force comma if missing. momjian@postgresql.org (Bruce Momjian)
- pgsql: Tweak guc.c to allow underscores in the names of custom variable tgl@postgresql.org (Tom Lane)
- pgsql: write_nondefault_variables must take care to write tgl@postgresql.org (Tom Lane)
- pgsql: Make it possible to change Kerberos/GSSAPI parameters without mha@postgresql.org (Magnus Hagander)
- pgbouncer - pgbouncer: check if connection was accepted before logging mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: Reserve pool implementation. mkz@pgfoundry.org (User Mkz)
- pgsql: Remove comments that say restart is required for changing of mha@postgresql.org (Magnus Hagander)
- pgsql: Fix cut/paste error that caused all errors from mha@postgresql.org (Magnus Hagander)
- pgsql: Today is find-typo-in-old-patches day. mha@postgresql.org (Magnus Hagander)
- pgbouncer - pgbouncer: draft news for 1.3 mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: minor cleanups - avoid use of non-const fmt mkz@pgfoundry.org (User Mkz)
- pgsql: Split the ecpg translation support into a separate catalog for petere@postgresql.org (Peter Eisentraut)
- plproxy - plproxy: allow direct argument references for RUN statement: mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: add FAQ to cvs mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: mention new syntax in docs mkz@pgfoundry.org (User Mkz)
- Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without Tom Lane
- pgsql: Initialize .pot files with some useful default values. petere@postgresql.org (Peter Eisentraut)
- plproxy - plproxy: tag 2.0.8rc1 mkz@pgfoundry.org (User Mkz)
- pgsql: Include a pointer to the query's source text in QueryDesc tgl@postgresql.org (Tom Lane)
- libpqtypes - libpqtypes: Update copyright notice in LICENSE file achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: Update copyrights in man pages achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: Update copyrights in source files achernow@pgfoundry.org (User Achernow)
- pgsql: Create a "shmem_startup_hook" to be called at the end of shared tgl@postgresql.org (Tom Lane)
- pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for joe@postgresql.org (Joe Conway)
- pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for joe@postgresql.org (Joe Conway)
- pgsql: Allow loadable modules to create PGC_POSTMASTER GUC variables, tgl@postgresql.org (Tom Lane)
- pgsql: Allow configure to deal with Python 3.0. petere@postgresql.org (Peter Eisentraut)
- psqlodbc - psqlodbc: 1.Take domain types into account in SQLColumns() hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Adjustment gcc conditions. h-saito@pgfoundry.org (User H-saito)
- psqlodbc - psqlodbc: take some notes. h-saito@pgfoundry.org (User H-saito)
- pgsql: Fix embarrassing bug in recent smgr refactoring patch: WAL heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Add a pg_encoding_mbcliplen() function that is just like tgl@postgresql.org (Tom Lane)
- pgsql: New Directory tgl@postgresql.org (Tom Lane)
- pgsql: Add contrib/pg_stat_statements for server-wide tracking of tgl@postgresql.org (Tom Lane)
- pgsql: Export IsUnderPostmaster on win32. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Quiet repeated "loaded library" messages from child backends that tgl@postgresql.org (Tom Lane)
- pgsql: Fix define_custom_variable to preserve any sourcefile/sourceline tgl@postgresql.org (Tom Lane)
- pgsql: When cross-compiling, allow and require an external zic program petere@postgresql.org (Peter Eisentraut)
- pgsql: Add EmitWarningsOnPlaceholders calls to contrib modules that are tgl@postgresql.org (Tom Lane)
- pgsql: Allow out-of-tree builds on mingw and cygwin Author: Richard petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix for cross-compilation between mingw32 and something else. petere@postgresql.org (Peter Eisentraut)
- pgsql: Update Japanese FAQ. momjian@postgresql.org (Bruce Momjian)
- pgsnap - pgsnap: Forgot the php keyword in line and the copyright on gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Copyright update. gleu@pgfoundry.org (User Gleu)
- pgsnap - pgsnap: Forgot the php keyword in line and the copyright on gleu@pgfoundry.org (User Gleu)
- pgsql: Add a --role option to pg_dump, pg_dumpall, and pg_restore. tgl@postgresql.org (Tom Lane)
- pgsql: Change the reloptions machinery to use a table-based parser, and alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix an oversight in the function-default-arguments patch: after tgl@postgresql.org (Tom Lane)
- pgsql: Add some comments about why function parameter default tgl@postgresql.org (Tom Lane)
- pgsql: Fix new timezone cross-compile rule to avoid a bug in gmake momjian@postgresql.org (Bruce Momjian)
- pgsql: Supress compiler warning. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update SELECT version() to show whether it is a 32 or 64-bit momjian@postgresql.org (Bruce Momjian)
- pgsql: Suppress compiler warning in a different way, per Alvaro. momjian@postgresql.org (Bruce Momjian)
- textsearch-ja - textsearch-ja: Update copyright and add documentation. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Remove outdated Japanese README files per discussion. ishii@postgresql.org (Tatsuo Ishii)
- pgsql: Fix string reloption handling, per KaiGai Kohei. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix logic in lazy vacuum to decide if it's worth trying to heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix logic in lazy vacuum to decide if it's worth trying to heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix logic in lazy vacuum to decide if it's worth trying to heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix logic in lazy vacuum to decide if it's worth trying to heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix logic in lazy vacuum to decide if it's worth trying to heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix logic in lazy vacuum to decide if it's worth trying to heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) tgl@postgresql.org (Tom Lane)
- pgsql: Revert the default toast compression strategy to the former tgl@postgresql.org (Tom Lane)
- pgsql: Change a couple of ill-advised uses of INFO elog level to tgl@postgresql.org (Tom Lane)
- pgsql: Update pg_restore --help text to match the SGML documentation. momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists tgl@postgresql.org (Tom Lane)
- pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists tgl@postgresql.org (Tom Lane)
- pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists tgl@postgresql.org (Tom Lane)
- pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists tgl@postgresql.org (Tom Lane)
- pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists tgl@postgresql.org (Tom Lane)
- pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists tgl@postgresql.org (Tom Lane)
- pgsql: Make pg_dump and pg_dumpall --clean options match the SGML docs, momjian@postgresql.org (Bruce Momjian)
- pgsql: Make the MSVC build output "32-bit" at the end of the version mha@postgresql.org (Magnus Hagander)
- Re: pgsql: Make the MSVC build output "32-bit" at the end of the version Jaime Casanova
- Re: pgsql: Make the MSVC build output "32-bit" at the end of the version Bruce Momjian
- pgsql: Document that Cygwin does not support OpenSSL. momjian@postgresql.org (Bruce Momjian)
- pgsql: This makes all the \dX commands (most importantly to most: \df) momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: This makes all the \dX commands (most importantly to most: \df) Tom Lane
- Re: pgsql: This makes all the \dX commands (most importantly to most: \df) Bruce Momjian
- pgsql: Add documentation for new \d*S* patch, and clean up some of the momjian@postgresql.org (Bruce Momjian)
- pgsql: Improve \z psql \? help display. momjian@postgresql.org (Bruce Momjian)
- pgsql: Clarify a confusing comment about MCVs vs histogram entries. tgl@postgresql.org (Tom Lane)
- pgsql: Add spaces around psql \d* columns, per idea from Joshua Drake. momjian@postgresql.org (Bruce Momjian)
- pgsql: Removeduplicate \dd psql help mention. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update MinGW so it handles fseeko() similar to Unix. momjian@postgresql.org (Bruce Momjian)
- pgsql: Make the log output of 'vxid' between csvlog and stderr/syslog momjian@postgresql.org (Bruce Momjian)
- pgsql: Break out \distv into four separate lines in the psql momjian@postgresql.org (Bruce Momjian)
- pgsql: Produce a full version string for Sun Studio. petere@postgresql.org (Peter Eisentraut)
- pgsql: Don't require pqGetHomeDirectory to succeed if the user has mha@postgresql.org (Magnus Hagander)
- pgsql: Add appropriate text for SIGHUP parameters instead of just mha@postgresql.org (Magnus Hagander)
- Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without Magnus Hagander
- pgsql: Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname mha@postgresql.org (Magnus Hagander)
- pgsql: Add hba parameter include_realm to krb5, gss and sspi mha@postgresql.org (Magnus Hagander)
- pgsql: Fix executor/spi.h to follow our usual conventions for include tgl@postgresql.org (Tom Lane)
- pgsql: define HAVE_FSEEKO for MSVC adunstan@postgresql.org (Andrew Dunstan)
- npgsql - Npgsql2: Fix for string representation of some negative talliesin@pgfoundry.org (User Talliesin)
- pgsql: Update comment associated with 'debug_query_string'. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add comment that it is difficult to access the more accurate momjian@postgresql.org (Bruce Momjian)
- pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, tgl@postgresql.org (Tom Lane)
- pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, tgl@postgresql.org (Tom Lane)
- pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, tgl@postgresql.org (Tom Lane)
- pgsql: Have current_query() use ActivePortal->sourceText rather than momjian@postgresql.org (Bruce Momjian)
- pgsql: Create a third option named "partition" for constraint_exclusion, tgl@postgresql.org (Tom Lane)
- pgsql: Add comment about why BETWEEN uses operator strings and not momjian@postgresql.org (Bruce Momjian)
- pgsql: Revert current_query() change to use debug_query_string again; momjian@postgresql.org (Bruce Momjian)
- pgsql: Document current_query() as being the _client_ query. momjian@postgresql.org (Bruce Momjian)
- edb-debugger - server: Fix the debugger plugin following the header dpage@pgfoundry.org (Dave Page)
- pgsql: Add note that not all SQL commands support ONLY in the same way. petere@postgresql.org (Peter Eisentraut)
- pgsql: Defend against null input in analyze_requires_snapshot(), per tgl@postgresql.org (Tom Lane)
- pgsql: Document that txid_visible_in_snapshot() cannot be used with momjian@postgresql.org (Bruce Momjian)
- pgsql: A couple further reloptions improvements, per KaiGai Kohei: add a alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix memory leak for file name if expect file name contains a dot, momjian@postgresql.org (Bruce Momjian)
- pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention momjian@postgresql.org (Bruce Momjian)
- pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention momjian@postgresql.org (Bruce Momjian)
- pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention momjian@postgresql.org (Bruce Momjian)
- pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention momjian@postgresql.org (Bruce Momjian)
- pgsql: Document values for pg_constraint confupdtype, confdeltype and adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Make krb_realm and krb_server_hostname be pg_hba options only, mha@postgresql.org (Magnus Hagander)
- pgsql: Rewrite update-po target, so that it works less like a shell petere@postgresql.org (Peter Eisentraut)
- pgsql: More portable use of "find". petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware mha@postgresql.org (Magnus Hagander)
- pgsql: Change chapter titles thus: III. petere@postgresql.org (Peter Eisentraut)
- Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware Tom Lane
- Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware Magnus Hagander
- Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware Tom Lane
- Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware Magnus Hagander
- pgsql: Code review of strftime patch, per comments from Tom: * Use mha@postgresql.org (Magnus Hagander)
- pgsql: Remove fairly useless mixed-case identifier test that causes petere@postgresql.org (Peter Eisentraut)
- pgsql: Remove tabs from SGML docs. momjian@postgresql.org (Bruce Momjian)
- pgsql: Arrange for function default arguments to be processed properly tgl@postgresql.org (Tom Lane)
- pgsql: Fix libpq so that it reports PGRES_EMPTY_QUERY not tgl@postgresql.org (Tom Lane)
- pgsql: A further attempt at clarifying the \distv business. tgl@postgresql.org (Tom Lane)
- libpqtypes - libpqtypes: removed typeargs state flag PUT_STATE_FREEOUT achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: update change log achernow@pgfoundry.org (User Achernow)
- pgsql: Add file to explain SGML linking options, for use by SGML momjian@postgresql.org (Bruce Momjian)
- pginstaller - pginst: add the spanish translation. h-saito@pgfoundry.org (User H-saito)
- pginstaller - pginst: add the spanish translation. h-saito@pgfoundry.org (User H-saito)
- pginstaller - web: addition of a member. h-saito@pgfoundry.org (User H-saito)
- pgbouncer - pgbouncer: some more cleanups: - avoid NULL values for mkz@pgfoundry.org (User Mkz)
- pgsql: Add guidelines section. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update link guidelines. momjian@postgresql.org (Bruce Momjian)
- pgbouncer - pgbouncer: win32: simpler service handling, cleanups - one mkz@pgfoundry.org (User Mkz)
- pgsql: Modify libpq environment variable documentation to point to the momjian@postgresql.org (Bruce Momjian)
- pgsql: Revise the TIDBitmap API to support multiple concurrent tgl@postgresql.org (Tom Lane)
- pgsql: Make tests pass with or without locale. petere@postgresql.org (Peter Eisentraut)
- pgsql: Re-enable the old code in xlog.c that tried to use tgl@postgresql.org (Tom Lane)
- Re: pgsql: Re-enable the old code in xlog.c that tried to use Gregory Stark
- Re: pgsql: Re-enable the old code in xlog.c that tried to use Tom Lane
- pgsql: Implement prefetching via posix_fadvise() for bitmap index scans. tgl@postgresql.org (Tom Lane)
- pgsql: Add ONLY support to LOCK and TRUNCATE. petere@postgresql.org (Peter Eisentraut)
- pgsql: Use qualified_name instead of relation_expr for commands that petere@postgresql.org (Peter Eisentraut)
- npgsql - Npgsql2: Use Kana-width-insensitive comparisons supplied by talliesin@pgfoundry.org (User Talliesin)
- pgsql: Add some minimal documentation that the SQL standard requires petere@postgresql.org (Peter Eisentraut)
- pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case tgl@postgresql.org (Tom Lane)
- pgsql: Simplify the writing of amoptions routines by introducing a alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Document how pglesslog can be used to reduce the storage momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove special-handling of usernames with Kerberos mha@postgresql.org (Magnus Hagander)
- pgsql: Throw an error when using -C and -1 at the same time in mha@postgresql.org (Magnus Hagander)
- pgsql: Throw an error when using -C and -1 at the same time in mha@postgresql.org (Magnus Hagander)
- pgsql: Throw an error when using -C and -1 at the same time in mha@postgresql.org (Magnus Hagander)
- pgsql: Backpatch to 7.4 the part of 1.84 (from the 8.0 timeline) that alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Remove useless (and insecure) temp file handling. petere@postgresql.org (Peter Eisentraut)
- pgsql: Remove broken Assertions that failed if a statement executed in heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Remove broken Assertions that failed if a statement executed in heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Remove broken Assertions that failed if a statement executed in heikki@postgresql.org (Heikki Linnakangas)
- pgsql: misc.o depends on pg_config_paths.h when --enable-nls is used. petere@postgresql.org (Peter Eisentraut)
- pgsql: Renable threading build for Solaris 2.5, per report from Andrew momjian@postgresql.org (Bruce Momjian)
- pgsql: Check nsl library for gethostbyname_r() on all platforms (HP-UX momjian@postgresql.org (Bruce Momjian)
- pgsql: Make error messages match backend style. petere@postgresql.org (Peter Eisentraut)
- pgsql: Make the columns is_insertable_into and is_updatable behave petere@postgresql.org (Peter Eisentraut)
- pgsql: Remove empty #ifdef block. momjian@postgresql.org (Bruce Momjian)
- pgsql: Avoid version-control system directories when creating TAGS. petere@postgresql.org (Peter Eisentraut)
- pgsql: Make 'find' syntax consistent; add .git exclusion to make_ctags. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Explicitly bind gettext() to the UTF8 locale when in use. Bruce Momjian
- Re: pgsql: Explicitly bind gettext() to the UTF8 locale when in use. Tom Lane
- pgsql: Add documentation mention that full page writes have to be momjian@postgresql.org (Bruce Momjian)
- pgsql: Modify distdir rule to skip .git directory. momjian@postgresql.org (Bruce Momjian)
- pgsql: Make .pot files depend on the makefiles, so that they are updated petere@postgresql.org (Peter Eisentraut)
- pgsql: Build needed things in src/test/regress/ first. petere@postgresql.org (Peter Eisentraut)
- pgsql: NLS cleanup in ecpglib Replace leftover instances of _() by petere@postgresql.org (Peter Eisentraut)
- pgsql: Remove unneeded GETTEXT_TRIGGERS. petere@postgresql.org (Peter Eisentraut)
- pgsql: Cleanup pass over PL/Python NLS. petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix generation too long headline with ShortWords. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix URL generation in headline. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix generation of too long headline with ShortWords. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix URL generation in headline. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix generation of too long headline with ShortWords. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix URL generation in headline. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix URL generation in headline. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix generation of too long headline with ShortWords. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix generation of too long headline with ShortWords. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix URL generation in headline. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Change explanation of pg_switch_xlog()'s return value to match heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Change explanation of pg_switch_xlog()'s return value to match heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Change explanation of pg_switch_xlog()'s return value to match heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix generation of too long headline with ShortWords. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix URL generation in headline. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Remove period from primary error message. petere@postgresql.org (Peter Eisentraut)
- pgmemcache: pgmemcache COPYING Makefile.pmk README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in pmkfile ormod@pgfoundry.org
- pgmemcache: pgmemcache Makefile NEWS ormod@pgfoundry.org
- pgsql: Wordsmithing petere@postgresql.org (Peter Eisentraut)
- plproxy - plproxy: random thoughts for todo mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: cut 2.0.8 mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: refresh ISC license: and -> and/or; also bump years mkz@pgfoundry.org (User Mkz)
- pgsql: Sync output of tsearch2 regression test teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix uninitialized variables in get_covers teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix uninitialized variables in get_covers teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix uninitialized variables in get_covers teodor@postgresql.org (Teodor Sigaev)
- pgbouncer - pgbouncer: sbuf_close: dont retry event_del() if it fails, mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: add few overlooked contributors mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: NEWS: mention event_del problem mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: win32 todo mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: win32: make service_name alias for job_name mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: NEWS: expand autodb and win32 items mkz@pgfoundry.org (User Mkz)
- pgsql: Add vacuum_freeze_table_age GUC option, to control when VACUUM heikki@postgresql.org (Heikki Linnakangas)
- pgbouncer - pgbouncer: doc/Makefile: build also html for README mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: README: win32 info mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: tag 1.3rc1 mkz@pgfoundry.org (User Mkz)
- libpqtypes - libpqtypes: change return of PQgeterror from a const char* achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: updated changelog achernow@pgfoundry.org (User Achernow)
- pgbouncer - pgbouncer: event_loopbreak compat for libevent 1.3 mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: add missing win32 files to tgz mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: README: mention reserve_pool feature mkz@pgfoundry.org (User Mkz)
- npgsql - Npgsql2: Short-cut some potentially expensive equality talliesin@pgfoundry.org (User Talliesin)
- libpqtypes - libpqtypes: update libpqtypes.h so PQgeterror returns a achernow@pgfoundry.org (User Achernow)
- npgsql - Npgsql2: Seed hashcodes for NpgsqlPath and NpgsqlPolygon talliesin@pgfoundry.org (User Talliesin)
- pgsql: plpython_error.out is for Python 2.4, plpython_error_3.out is for petere@postgresql.org (Peter Eisentraut)
- pgsql: Manual attempt to update this file. petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix typo. neilc@postgresql.org (Neil Conway)
- pgsql: Fix an ungrammatical statement. neilc@postgresql.org (Neil Conway)
- pgmemcache: pgmemcache pgmemcache.c ormod@pgfoundry.org
- pgmemcache: pgmemcache Makefile test.sql ormod@pgfoundry.org
- pgmemcache: pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in ormod@pgfoundry.org
- psqlodbc - psqlodbc: 1) Fix a bug reported by Milen Manev that SQLExec hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: take some notes. h-saito@pgfoundry.org (User H-saito)
- pgsql: Fix a pg_dump output ordering problem introduced in 8.3 by the tgl@postgresql.org (Tom Lane)
- pgsql: Fix a pg_dump output ordering problem introduced in 8.3 by the tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Fixed relationships with a simpler query. jbcooley@pgfoundry.org (User Jbcooley)
- orafce - orafce: workaround for executor/spi.h in 8.4. itagaki@pgfoundry.org (User Itagaki)
- reorg - pg_reorg: Move drop function calls to another transaction which itagaki@pgfoundry.org (User Itagaki)
- pgsql: Message wordsmithing petere@postgresql.org (Peter Eisentraut)
- pgsql: Alter the regression test cases that rely on the sort order of petere@postgresql.org (Peter Eisentraut)
- pgsql: Alter regression test cases that rely on the sort order of "aa". petere@postgresql.org (Peter Eisentraut)
- pgsql: Avoid regression test cases that fail in locales that sort "v" petere@postgresql.org (Peter Eisentraut)
- pgsql: Use the new text domain names ("postgres-8.4" instead of mha@postgresql.org (Magnus Hagander)
- pgsql: Fix accidental (I suppose) introduction of non-ASCII quote marks. tgl@postgresql.org (Tom Lane)
- Re: pgsql: Fix accidental (I suppose) introduction of non-ASCII quote marks. Magnus Hagander
- pgsql: Document RELKIND_SPECIAL reference in psql, from <= 8.1.X. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Fix accidental (I suppose) introduction of non-ASCII quote marks. Tom Lane
- libpqtypes - libpqtypes: PQgeterror was returning "" but its return achernow@pgfoundry.org (User Achernow)
- pgsql: Make psql \d and \dt consistent for system tables, i.e prevent \d momjian@postgresql.org (Bruce Momjian)
- pgsql: Update \d*S documentation to be more accurate; system objects momjian@postgresql.org (Bruce Momjian)
- backports - min_update: Imported Sources dim@pgfoundry.org (User Dim)
- pgsql: Revise the permission checking on user mapping DDL commands. petere@postgresql.org (Peter Eisentraut)
- pgsql: Do not msgmerge against /dev/null; merge against the pot file petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix erroneous memory context switch in autovacuum, which was alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix erroneous memory context switch in autovacuum, which was alvherre@postgresql.org (Alvaro Herrera)
- muninpgplugins - muninpgplugins: * minor fix to install.sh * major c2main@pgfoundry.org (User C2main)
- pgsql: Add a new option to RestoreBkpBlocks() to indicate if a cleanup heikki@postgresql.org (Heikki Linnakangas)
- reorg - pg_reorg: New Directory itagaki@pgfoundry.org (User Itagaki)
- reorg - pg_reorg: New Directory itagaki@pgfoundry.org (User Itagaki)
- reorg - pg_reorg: workaround for toast tables. itagaki@pgfoundry.org (User Itagaki)
-
pgsql: Install .mo files for NLS as
- mha@postgresql.org (Magnus Hagander).mo when building - pgsql: Make some strings translatable again that were accidentally mha@postgresql.org (Magnus Hagander)
- pgsql: Make win32 builds always do SetEnvironmentVariable() when doing mha@postgresql.org (Magnus Hagander)
- pgsql: Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Forgot to handle the new SPI_OK_REWRITTEN result code in a couple heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Remove stray ' character at end of line. mha@postgresql.org (Magnus Hagander)
- backports - min_update: New Directory dim@pgfoundry.org (User Dim)
- backports - min_update: New Directory dim@pgfoundry.org (User Dim)
- backports - min_update: Importing sources dim@pgfoundry.org (User Dim)
- muninpgplugins - muninpgplugins: tagging 0.2.1 (fix stat_database) c2main@pgfoundry.org (User C2main)
- pgsql: Explicitly bind gettext to the correct encoding on Windows. mha@postgresql.org (Magnus Hagander)
- pgsql: Automatic view update rules Bernd Helmle petere@postgresql.org (Peter Eisentraut)
- pgsql: Update comments to reflect that tgenabled is not a boolean heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Only skip pages marked as clean in the visibility map, if the heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Support column-level privileges, as required by SQL standard. tgl@postgresql.org (Tom Lane)
- pgsql: Recreate ecpg_config.h with a stamp file created by petere@postgresql.org (Peter Eisentraut)
- pgsql: Document that SELECT FOR UPDATE/SHARE with ORDER BY might return momjian@postgresql.org (Bruce Momjian)
- reorg - pg_reorg: Fixed a bug reorganizing tables without toast tables. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Put back fast-path for the case that there's no backup blocks in heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Message style review petere@postgresql.org (Peter Eisentraut)
- pgsql: Document that SELECT ... momjian@postgresql.org (Bruce Momjian)
- fb2pg - fb2pg: Imported Sources alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- libpqtypes - libpqtypes: changed PGchar typedef to be signed char, AIX achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: AIX busted inet/cidr types by not properly achernow@pgfoundry.org (User Achernow)
- pgsql: Tweak the existing special case for AIX in pg_getaddrinfo_all() tgl@postgresql.org (Tom Lane)
- libpqtypes - libpqtypes: backed out a change made during debugging achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: Update ChangeLog and added -fsigned-char to achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: removed unwanted tabs from ChangeLog, made them achernow@pgfoundry.org (User Achernow)
- fb2pg - fb2pg: Imported Sources alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: New Directory alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: LICENSE.TXT alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: alp@pgfoundry.org (User Alp)
- fb2pg - fb2pg: alp@pgfoundry.org (User Alp)
- pgmemcache: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in test.sql ormod@pgfoundry.org
- pgmemcache: pgmemcache NEWS ormod@pgfoundry.org
- pgmemcache: pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in ormod@pgfoundry.org
- pgmemcache: pgmemcache Makefile ormod@pgfoundry.org
- libpqtypes - libpqtypes: Renemaned PGinet.sa_len to sa_buf_len due to achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: fix a few compiler warnings achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: fix a few compiler warnings achernow@pgfoundry.org (User Achernow)
- pginstaller - pginst: Ship the updated version of gettext, as required dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Ship the updated version of gettext, as required dpage@pgfoundry.org (Dave Page)
- pgsql: Message format tuning petere@postgresql.org (Peter Eisentraut)
- pgsql: Allow extracting and parsing of reloptions from a bare pg_class alvherre@postgresql.org (Alvaro Herrera)
- reorg - pg_reorg: workaround with 8.2. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Revert updatable views petere@postgresql.org (Peter Eisentraut)
- pgsql: Silence compiler warnings in new win32 locale code when building mha@postgresql.org (Magnus Hagander)
- pgsql: Silence compiler warning on win32. mha@postgresql.org (Magnus Hagander)
- Re: pgsql: Silence compiler warning on win32. Tom Lane
- Re: pgsql: Silence compiler warning on win32. Magnus Hagander
- Re: pgsql: Silence compiler warning on win32. Tom Lane
- pgbouncer - pgbouncer: duh, seems we did not include COPYRIGHT file in mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: include COPYRIGHT in tgz mkz@pgfoundry.org (User Mkz)
- pgsql: Support running as a service on Windows 7, by not specifying the mha@postgresql.org (Magnus Hagander)
- pgsql: Support running as a service on Windows 7, by not specifying the mha@postgresql.org (Magnus Hagander)
- pgbouncer - pgbouncer: Apply ISC license clarification, bump copyright mkz@pgfoundry.org (User Mkz)
- pgsql: Go over all OpenSSL return values and make sure we compare them mha@postgresql.org (Magnus Hagander)
- pgsql: Go over all OpenSSL return values and make sure we compare them mha@postgresql.org (Magnus Hagander)
- pgsql: Go over all OpenSSL return values and make sure we compare them mha@postgresql.org (Magnus Hagander)
- pgsql: Go over all OpenSSL return values and make sure we compare them mha@postgresql.org (Magnus Hagander)
- pgsql: Go over all OpenSSL return values and make sure we compare them mha@postgresql.org (Magnus Hagander)
- pgsql: Go over all OpenSSL return values and make sure we compare them mha@postgresql.org (Magnus Hagander)
- pgsql: Change warning-silencing code not to cast the pointer type, mha@postgresql.org (Magnus Hagander)
- pgsql: Fix bug with multiple evaluation of tsearch2 compatibility teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix bug with multiple evaluation of tsearch2 compatibility teodor@postgresql.org (Teodor Sigaev)
- libpqtypes - libpqtypes: va_arg was passed as an argument to the achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: updated changelog achernow@pgfoundry.org (User Achernow)
- pgsql: Message fix petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix incorrect dereferencing of char* to array's index. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix incorrect dereferencing of char* to array's index. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Replace argument-checking Asserts with regular test-and-elog tgl@postgresql.org (Tom Lane)
- pgsql: Replace argument-checking Asserts with regular test-and-elog tgl@postgresql.org (Tom Lane)
- pgsql: Replace argument-checking Asserts with regular test-and-elog tgl@postgresql.org (Tom Lane)
- pgsql: Replace argument-checking Asserts with regular test-and-elog tgl@postgresql.org (Tom Lane)
- pgsql: Replace argument-checking Asserts with regular test-and-elog tgl@postgresql.org (Tom Lane)
- pgsql: Replace argument-checking Asserts with regular test-and-elog tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2009a: introduces tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2009a: introduces tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2009a: introduces tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2009a: introduces tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2009a: introduces tgl@postgresql.org (Tom Lane)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: tag for 8.3.6 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tag 8.2.12 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tagging 8.1.16 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tag 7.4.24 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: commit first then tag 8.0.20 scrappy@postgresql.org (Marc G. Fournier)
- pginstaller - pginst: Fix a couple of typos dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Update for 8.2.12 dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Update for new version of Gettext dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Update for new version of Gettext dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Update for 8.3.6 dpage@pgfoundry.org (Dave Page)
- pgsql: Whitespace fix in message petere@postgresql.org (Peter Eisentraut)
- pgsql: Make messages consistent with existing ones petere@postgresql.org (Peter Eisentraut)
- pgsql: Defend against null input in analyze_requires_snapshot(), per tgl@postgresql.org (Tom Lane)
- pgsql: Defend against null input in analyze_requires_snapshot(), per tgl@postgresql.org (Tom Lane)
- pgsql: Check that connection limit is within valid range. heikki@postgresql.org (Heikki Linnakangas)
- pgbouncer - pgbouncer: win32: improve service description Hiroshi Saito mkz@pgfoundry.org (User Mkz)
- pgsql: Fix unnest() to handle a toasted input array safely. tgl@postgresql.org (Tom Lane)
- libpqtypes - libpqtypes: Fixed spelling error in ChangeLog achernow@pgfoundry.org (User Achernow)