Skip site navigation
(1)
Skip section navigation
(2)
Search
Peripheral Links
Text Size:
Normal
/
Large
Donate
Contact
Home
About
Download
Documentation
Community
Developers
Support
Your account
Community
Contributors
Mailing Lists
User lists
Developer lists
pgsql-cluster-hackers
pgsql-committers
pgsql-hackers
pgsql-rrreviewers
pgsql-www
Regional lists
Associations
User groups
Project lists
Inactive lists
IRC
Featured Users
International Sites
Propaganda
Resources
Weekly News
pgsql-committers since 2008-12-27 00:00
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
2008-12-27
libpqtypes - libpqtypes: Add PQparamCount API function, gets number of
User Achernow (13:45)
libpqtypes - libpqtypes: Add PQparamCount.3 to make file so it gets
User Achernow (13:47)
pgsql: Make a couple of small changes to the tuplestore API, for the
Tom Lane (17:39)
libpqtypes - libpqtypes: PQgeterror() is documented as never returning
User Achernow (19:44)
2008-12-28
pgsql: Support window functions a la SQL:2008.
Tom Lane (18:54)
Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any
Devrim GÜNDÜZ (23:32)
Re: Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any
Tom Lane (23:39)
Re: Re: [COMMITTERS] pgsql: SQL/MED catalog manipulationfacilities This doesn't do any
Devrim GÜNDÜZ (23:43)
2008-12-29
pgsql: Tighten up a couple of regression test cases that can have
Tom Lane (02:58)
PostGr and MSSQL
jurijs Nezencevs (03:13)
About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)
Peter Eisentraut (11:25)
Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)
Magnus Hagander (12:49)
Re: PostGr and MSSQL
Robert Haas (14:13)
pgbouncer - pgbouncer: win32: add -A to def generation
User Mkz (14:33)
pgbouncer - pgbouncer: win32: make asynctest compile again By Hiroshi
User Mkz (15:57)
Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)
Dave Page (16:26)
Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)
Tom Lane (16:47)
pgsql: First rounf of whitespace changes.
Michael Meskes (17:07)
pgsql: Finally the last test.
Michael Meskes (17:48)
pgsql: Fix thinko in documentation of default window frame behavior, per
Tom Lane (18:23)
Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)
Jonah H. Harris (21:10)
Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)
Bruce Momjian (21:11)
Re: About CMake (was Re: [COMMITTERS] pgsql: Appendmajor version number and for libraries soname major)
Alvaro Herrera (21:12)
Re: About CMake
Gregory Stark (22:51)
Re: About CMake
Andrew Dunstan (22:59)
Re: About CMake
Magnus Hagander (23:01)
2008-12-30
pgsql: Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new
Tom Lane (03:59)
pgsql: Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new
Tom Lane (03:59)
pgsql: The flag to mark dead tuples is nowadays called LP_DEAD, not
Heikki Linnakangas (16:24)
pgsql: Reduce the last group of parallel regression tests to 19 tests,
Tom Lane (17:11)
2008-12-31
pgsql: Add some basic support for window frame clauses to the
Tom Lane (00:08)
pgsql: Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump
Tom Lane (02:25)
pgsql: Consistently use multi-line formatting for all ACL columns
Tom Lane (18:07)
pgsql: Fix another problem in SQL-MED \d displays: should have a clean
Tom Lane (18:33)
Re: About CMake
James Mansion (23:37)
pgsql: Throw error if a <window definition> references a window that
Tom Lane (23:42)
2009-01-01
pgsql: Fix an oversight in my patch of a couple weeks ago that ensured a
Tom Lane (17:12)
pgsql: Fix an oversight in my patch of a couple weeks ago that ensured a
Tom Lane (17:12)
pgsql: Fix a couple of missed copyright dates.
Tom Lane (17:59)
pgsql: Add comma so this copyright notice is picked up in 2010.
Bruce Momjian (18:21)
pgsql: Make comma optional for copyright text change.
Bruce Momjian (18:21)
pgsql: Mention src/interfaces/libpq/libpq.rc.in needs to be updated for
Bruce Momjian (18:23)
pgsql: Be smarter --- accept missing comma, and force comma if missing.
Bruce Momjian (18:31)
2009-01-02
pgsql: Tweak guc.c to allow underscores in the names of custom variable
Tom Lane (01:16)
pgsql: write_nondefault_variables must take care to write
Tom Lane (02:02)
pgsql: Make it possible to change Kerberos/GSSAPI parameters without
Magnus Hagander (10:33)
pgbouncer - pgbouncer: check if connection was accepted before logging
User Mkz (10:45)
pgbouncer - pgbouncer: Reserve pool implementation.
User Mkz (10:54)
pgsql: Remove comments that say restart is required for changing of
Magnus Hagander (11:26)
pgsql: Fix cut/paste error that caused all errors from
Magnus Hagander (11:34)
pgsql: Today is find-typo-in-old-patches day.
Magnus Hagander (11:51)
pgbouncer - pgbouncer: draft news for 1.3
User Mkz (12:40)
pgbouncer - pgbouncer: minor cleanups - avoid use of non-const fmt
User Mkz (13:23)
pgsql: Split the ecpg translation support into a separate catalog for
Peter Eisentraut (13:26)
plproxy - plproxy: allow direct argument references for RUN statement:
User Mkz (14:49)
plproxy - plproxy: add FAQ to cvs
User Mkz (15:00)
plproxy - plproxy: mention new syntax in docs
User Mkz (15:09)
Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without
Tom Lane (15:10)
pgsql: Initialize .pot files with some useful default values.
Peter Eisentraut (15:15)
plproxy - plproxy: tag 2.0.8rc1
User Mkz (15:16)
pgsql: Include a pointer to the query's source text in QueryDesc
Tom Lane (20:42)
2009-01-03
libpqtypes - libpqtypes: Update copyright notice in LICENSE file
User Achernow (01:12)
libpqtypes - libpqtypes: Update copyrights in man pages
User Achernow (02:27)
libpqtypes - libpqtypes: Update copyrights in source files
User Achernow (02:30)
pgsql: Create a "shmem_startup_hook" to be called at the end of shared
Tom Lane (17:08)
pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for
Joe Conway (19:57)
pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for
Joe Conway (19:58)
pgsql: Allow loadable modules to create PGC_POSTMASTER GUC variables,
Tom Lane (20:03)
2009-01-04
pgsql: Allow configure to deal with Python 3.0.
Peter Eisentraut (00:54)
psqlodbc - psqlodbc: 1.Take domain types into account in SQLColumns()
User Hinoue (02:40)
psqlodbc - psqlodbc: Adjustment gcc conditions.
User H-saito (05:19)
psqlodbc - psqlodbc: take some notes.
User H-saito (05:26)
pgsql: Fix embarrassing bug in recent smgr refactoring patch: WAL
Heikki Linnakangas (14:59)
pgsql: Add a pg_encoding_mbcliplen() function that is just like
Tom Lane (18:37)
pgsql: New Directory
Tom Lane (22:14)
pgsql: Add contrib/pg_stat_statements for server-wide tracking of
Tom Lane (22:19)
2009-01-05
pgsql: Export IsUnderPostmaster on win32.
Alvaro Herrera (02:27)
pgsql: Allow out-of-tree builds on mingw and cygwin Author: Richard
Peter Eisentraut (09:27)
pgsql: Fix for cross-compilation between mingw32 and something else.
Peter Eisentraut (09:54)
pgsql: When cross-compiling, allow and require an external zic program
Peter Eisentraut (10:25)
pgsql: Fix define_custom_variable to preserve any sourcefile/sourceline
Tom Lane (13:23)
pgsql: Add EmitWarningsOnPlaceholders calls to contrib modules that are
Tom Lane (13:35)
pgsql: Quiet repeated "loaded library" messages from child backends that
Tom Lane (13:57)
pgsql: Update Japanese FAQ.
Bruce Momjian (15:04)
pgsnap - pgsnap: Forgot the php keyword in <? line and the copyright on
User Gleu (16:12)
pgsnap - pgsnap: Copyright update.
User Gleu (16:18)
pgsnap - pgsnap: Forgot the php keyword in <? line and the copyright on
User Gleu (16:29)
pgsql: Add a --role option to pg_dump, pg_dumpall, and pg_restore.
Tom Lane (16:54)
pgsql: Change the reloptions machinery to use a table-based parser, and
Alvaro Herrera (17:14)
2009-01-06
pgsql: Fix an oversight in the function-default-arguments patch: after
Tom Lane (01:23)
pgsql: Add some comments about why function parameter default
Tom Lane (02:01)
pgsql: Fix new timezone cross-compile rule to avoid a bug in gmake
Bruce Momjian (02:25)
pgsql: Supress compiler warning.
Bruce Momjian (02:44)
pgsql: Update SELECT version() to show whether it is a 32 or 64-bit
Bruce Momjian (03:05)
pgsql: Suppress compiler warning in a different way, per Alvaro.
Bruce Momjian (03:15)
textsearch-ja - textsearch-ja: Update copyright and add documentation.
User Itagaki (08:16)
pgsql: Remove outdated Japanese README files per discussion.
Tatsuo Ishii (13:43)
pgsql: Fix string reloption handling, per KaiGai Kohei.
Alvaro Herrera (14:47)
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to
Heikki Linnakangas (14:55)
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to
Heikki Linnakangas (14:55)
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to
Heikki Linnakangas (14:55)
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to
Heikki Linnakangas (14:55)
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to
Heikki Linnakangas (14:56)
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to
Heikki Linnakangas (14:56)
pgsql: Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *)
Tom Lane (15:38)
pgsql: Revert the default toast compression strategy to the former
Tom Lane (15:51)
pgsql: Change a couple of ill-advised uses of INFO elog level to
Tom Lane (16:39)
pgsql: Update pg_restore --help text to match the SGML documentation.
Bruce Momjian (17:18)
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists
Tom Lane (17:27)
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists
Tom Lane (17:27)
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists
Tom Lane (17:27)
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists
Tom Lane (17:27)
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists
Tom Lane (17:28)
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists
Tom Lane (17:28)
pgsql: Make pg_dump and pg_dumpall --clean options match the SGML docs,
Bruce Momjian (18:01)
pgsql: Make the MSVC build output "32-bit" at the end of the version
Magnus Hagander (18:37)
Re: pgsql: Make the MSVC build output "32-bit" at the end of the version
Jaime Casanova (19:34)
Re: pgsql: Make the MSVC build output "32-bit" at the end of the version
Bruce Momjian (19:41)
pgsql: Document that Cygwin does not support OpenSSL.
Bruce Momjian (19:42)
pgsql: This makes all the \dX commands (most importantly to most: \df)
Bruce Momjian (21:10)
Re: pgsql: This makes all the \dX commands (most importantly to most: \df)
Tom Lane (21:21)
Re: pgsql: This makes all the \dX commands (most importantly to most: \df)
Bruce Momjian (21:23)
Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Bruce Momjian (23:01)
pgsql: Add documentation for new \d*S* patch, and clean up some of the
Bruce Momjian (23:01)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Bruce Momjian (23:08)
pgsql: Improve \z psql \? help display.
Bruce Momjian (23:09)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Joshua D. Drake (23:16)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Bruce Momjian (23:22)
pgsql: Clarify a confusing comment about MCVs vs histogram entries.
Tom Lane (23:46)
2009-01-07
pgsql: Add spaces around psql \d* columns, per idea from Joshua Drake.
Bruce Momjian (00:05)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Bruce Momjian (00:06)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Joshua D. Drake (00:08)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Bruce Momjian (00:13)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Joshua D. Drake (00:18)
Re: Re: [COMMITTERS] pgsql: This makes all the \dXcommands (most importantly to most: \df)
Alvaro Herrera (00:58)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Joshua D. Drake (01:14)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Bruce Momjian (01:26)
Re: Re: [COMMITTERS] pgsql: This makes all the \dXcommands (most importantly to most: \df)
Alvaro Herrera (01:36)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Bruce Momjian (01:51)
Re: Re: [COMMITTERS] pgsql: This makes all the \dXcommands (most importantly to most: \df)
Alvaro Herrera (02:13)
pgsql: Removeduplicate \dd psql help mention.
Bruce Momjian (03:05)
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Bruce Momjian (03:29)
pgsql: Update MinGW so it handles fseeko() similar to Unix.
Bruce Momjian (03:39)
pgsql: Make the log output of 'vxid' between csvlog and stderr/syslog
Bruce Momjian (04:26)
pgsql: Break out \distv into four separate lines in the psql
Bruce Momjian (04:51)
pgsql: Produce a full version string for Sun Studio.
Peter Eisentraut (10:38)
pgsql: Don't require pqGetHomeDirectory to succeed if the user has
Magnus Hagander (12:02)
pgsql: Add appropriate text for SIGHUP parameters instead of just
Magnus Hagander (12:21)
Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without
Magnus Hagander (12:21)
pgsql: Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname
Magnus Hagander (12:38)
pgsql: Add hba parameter include_realm to krb5, gss and sspi
Magnus Hagander (13:09)
pgsql: Fix executor/spi.h to follow our usual conventions for include
Tom Lane (13:44)
pgsql: define HAVE_FSEEKO for MSVC
Andrew Dunstan (13:51)
npgsql - Npgsql2: Fix for string representation of some negative
User Talliesin (18:48)
pgsql: Update comment associated with 'debug_query_string'.
Bruce Momjian (19:35)
pgsql: Add comment that it is difficult to access the more accurate
Bruce Momjian (19:51)
Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the
Bruce Momjian (19:53)
Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the
Tom Lane (20:20)
pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,
Tom Lane (20:38)
pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,
Tom Lane (20:39)
pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,
Tom Lane (20:39)
pgsql: Have current_query() use ActivePortal->sourceText rather than
Bruce Momjian (21:48)
Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the
Bruce Momjian (21:48)
pgsql: Create a third option named "partition" for constraint_exclusion,
Tom Lane (22:40)
pgsql: Add comment about why BETWEEN uses operator strings and not
Bruce Momjian (22:54)
Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the
Tom Lane (22:56)
Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the
Bruce Momjian (23:33)
Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the
Tom Lane (23:46)
Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the
Tom Lane (23:58)
2009-01-08
pgsql: Revert current_query() change to use debug_query_string again;
Bruce Momjian (00:13)
Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the
Bruce Momjian (00:15)
pgsql: Document current_query() as being the _client_ query.
Bruce Momjian (00:44)
Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree.
Bruce Momjian (03:24)
edb-debugger - server: Fix the debugger plugin following the header
Dave Page (09:56)
pgsql: Add note that not all SQL commands support ONLY in the same way.
Peter Eisentraut (12:47)
pgsql: Defend against null input in analyze_requires_snapshot(), per
Tom Lane (13:42)
pgsql: Document that txid_visible_in_snapshot() cannot be used with
Bruce Momjian (14:46)
pgsql: A couple further reloptions improvements, per KaiGai Kohei: add a
Alvaro Herrera (19:34)
pgsql: Fix memory leak for file name if expect file name contains a dot,
Bruce Momjian (20:09)
2009-01-09
pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention
Bruce Momjian (01:46)
pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention
Bruce Momjian (01:46)
pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention
Bruce Momjian (01:47)
pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention
Bruce Momjian (01:47)
pgsql: Document values for pg_constraint confupdtype, confdeltype and
Andrew Dunstan (01:53)
pgsql: Make krb_realm and krb_server_hostname be pg_hba options only,
Magnus Hagander (10:13)
pgsql: Rewrite update-po target, so that it works less like a shell
Peter Eisentraut (10:54)
pgsql: More portable use of "find".
Peter Eisentraut (12:37)
pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware
Magnus Hagander (13:03)
pgsql: Change chapter titles thus: III.
Peter Eisentraut (13:37)
Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware
Tom Lane (13:41)
Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware
Magnus Hagander (13:52)
Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware
Tom Lane (13:55)
Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware
Magnus Hagander (14:05)
pgsql: Code review of strftime patch, per comments from Tom: * Use
Magnus Hagander (14:07)
pgsql: Remove fairly useless mixed-case identifier test that causes
Peter Eisentraut (14:50)
pgsql: Remove tabs from SGML docs.
Bruce Momjian (15:02)
pgsql: Arrange for function default arguments to be processed properly
Tom Lane (15:46)
pgsql: Fix libpq so that it reports PGRES_EMPTY_QUERY not
Tom Lane (18:50)
pgsql: A further attempt at clarifying the \distv business.
Tom Lane (19:27)
Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.
Bruce Momjian (20:03)
Prev
|
Next
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group