pgsql-committers since 2008-12-15 00:00

Notification of git commits are sent to this list. Do not post here!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

Dec. 15, 2008

Thread Author Time
npgsql - Npgsql2: Updated ReleaseNotes and ChangeLog for 2.0.2 release. User Fxjr 03:00
npgsql - Npgsql2: Updated version for 2.0.2 release. User Jbcooley 03:11
npgsql - Npgsql2: Change ExpectedException attriubte to pass type. User Jbcooley 03:42
npgsql - Npgsql2: Updated changelog for 2.0.2 release User Fxjr 03:53
textsearch-ja - textsearch-ja: workaround for 8.3. User Itagaki 08:21
pgsql: Support specifying filename for SSL certificate, key, root Magnus Hagander 10:28
pgsql: Remove our dependencies on MB_CUR_MAX in favor of believing that Tom Lane 14:55
pgsql: Reduce the scaling factor for attstattarget to number-of-lexemes Tom Lane 15:06
pgsql: Do not try to change a const variable. Michael Meskes 15:34
pgsql: Remove newly-added regression test cases that referenced Tom Lane 16:52
pgsql: Arrange for the pg_foo_is_visible and has_foo_privilege families Tom Lane 18:09
Re: pgsql: Do not try to change a const variable. Simon Riggs 18:30
pgsql: Fix cast-away-const problem as well as bogus calculation of Tom Lane 19:07
Re: pgsql: Do not try to change a const variable. Tom Lane 19:09
pgsql: Add missing 'break' in Win32 switch statement, reported by Martin Bruce Momjian 21:11
pgsql: Code review for CREATE OR REPLACE VIEW patch. Tom Lane 21:35
pgsql: Add comment about GNUWin32's cp not having the file system Bruce Momjian 21:39
pgsql: Add documentation that pg_standby sleeps on Win32 because of Bruce Momjian 22:08
pgsql: Improve comment about why sleep is used by pg_standby to handle Bruce Momjian 22:13

Dec. 16, 2008

Thread Author Time
Re: pgsql: Adjust things so that the query_string of a cached plan and the Bruce Momjian 00:07
Re: pgsql: Adjust things so that the query_string of a cached plan and the Tom Lane 00:18
pgsql: Department of second thoughts: further experimentation with Tom Lane 00:56
libpqtypes - libpqtypes: made errFields implementation more memory User Achernow 02:08
libpqtypes - libpqtypes: Updated ChangeLog, added changes since v1.2e User Achernow 03:02
pgsql: Fix wording of section comparing triggers and rules; old wording Bruce Momjian 03:12
Re: pgsql: Append major version number and for libraries soname major Dave Page 10:13
Re: pgsql: Append major version number and for libraries soname major Peter Eisentraut 10:47
Re: pgsql: Append major version number and for libraries soname major Dave Page 11:01
Re: pgsql: Append major version number and for libraries soname major Tom Lane 14:53
pgsql: Attempt to fix MSVC breakage from Major Version patch. Andrew Dunstan 15:42
Re: pgsql: Append major version number and for libraries soname major Andrew Dunstan 15:43
pgsql: Make heap_update() set newtup->t_tableOid correctly, for Tom Lane 16:26
pgsql: Make heap_update() set newtup->t_tableOid correctly, for Tom Lane 16:26
pgsql: Make heap_update() set newtup->t_tableOid correctly, for Tom Lane 16:26
pgsql: Add note to the shared memory sizing table about needing to use Alvaro Herrera 19:30

Dec. 17, 2008

Thread Author Time
pgbulkload - pgbulkload: Accept CR+LF text files in CSV mode. User Itagaki 01:02
pgsql: The attached patch contains a couple of fixes in the existing Bruce Momjian 01:39
pgsql: Don't reset pg_class.reltuples and relpages in VACUUM, if any Heikki Linnakangas 09:15
pgsql: Applied patch by ITAGAKI Takahiro Michael Meskes 16:52
plproxy - plproxy: Clear ->tuning bit on connection close. User Mkz 21:21

Dec. 18, 2008

Thread Author Time
pgbouncer - pgbouncer: pgbevent: make g_module static var User Mkz 00:16
pgbouncer - pgbouncer: dlltool seems to need --export-all-symbols to User Mkz 00:21
pgsql: Add note that TRUNCATE uses an access exclusive lock. Peter Eisentraut 10:45
pgsql: Update documentation table describing how shared memory is used Bruce Momjian 17:03
pgsql: Code review for function default parameters patch. Tom Lane 18:20
pgsql: Fix oversight in my recent patch to allow ExecMakeFunctionResult Tom Lane 19:38
plpsm - plpgpsm: new branch for 8.4 User Okbob 20:53
pgsql: Clarify documentation that journaling is not required for WAL or Bruce Momjian 22:21
plpsm - plpgpsm: first upgrade for 8.4 User Okbob 22:26
pgsql: Add "not" to wal journaling text. Bruce Momjian 22:34

Dec. 19, 2008

Thread Author Time
npgsql - Npgsql2: GetOrdinal fixes for kana-width insensitivity and User Talliesin 01:26
pgsql: Add a couple of cross-references to the docs about enum types, Tom Lane 01:34
orafce - orafce: Add utl_file_fcopy(). User Itagaki 03:46
pgsql: When we added the ability to have zero-element ARRAY[] constructs Tom Lane 05:04
pgbouncer - pgbouncer: win32: no need for -subservice switch, instead User Mkz 12:18
npgsql - Npgsql2: Change check for string elements in User Talliesin 12:31
pgsql: Have psql's \d+ print reloptions. Alvaro Herrera 14:39
pgsql: New Directory Peter Eisentraut 16:20
pgsql: New Directory Peter Eisentraut 16:20
pgsql: New Directory Peter Eisentraut 16:21
pgsql: New Directory Peter Eisentraut 16:21
pgsql: SQL/MED catalog manipulation facilities This doesn't do any Peter Eisentraut 16:25
pgsql: Add a new column proiswindow to pg_proc. Tom Lane 18:25

Dec. 20, 2008

Thread Author Time
Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any Tom Lane 04:39
Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any Sergey E. Koposov 07:34
pgsql: Don't use OidIsValid to check the return value of Heikki Linnakangas 09:40
Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any Heikki Linnakangas 09:44
libpqtypes - libpqtypes: cranked the output buffer for PQputvf in User Achernow 13:04
libpqtypes - libpqtypes: backed out buffer size change in PQputvf, set User Achernow 13:39
Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any Alvaro Herrera 13:41
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Peter Eisentraut 15:27
Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any 📎 Martin Pihlak 15:27
pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions Tom Lane 15:51
Re: [COMMITTERS] pgsql: Don't use OidIsValid to check the return value of Tom Lane 15:55
Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any Tom Lane 15:58
pgsql: Add missing semicolon, per buildfarm results. Tom Lane 16:02
Re: pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions Andrew Dunstan 16:05
Re: [COMMITTERS] pgsql: Don't use OidIsValid to check the return value of Heikki Linnakangas 16:11
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Tom Lane 16:17
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Magnus Hagander 17:31
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Bruce Momjian 17:32
npgsql - Npgsql2: Cope with standard_conforming_strings being "on". User Talliesin 17:43
npgsql - Npgsql2: Cope with standard_conforming_strings being "on". User Talliesin 17:43
npgsql - Npgsql2: updated assembly version for development. User Jbcooley 19:07
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Magnus Hagander 19:08
npgsql - Npgsql2: Remove (now pointless and only recently added) version User Talliesin 19:25
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Tom Lane 21:37
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Magnus Hagander 21:39
pgsql: Teach MSVC build system about building foreign data wrappers. Magnus Hagander 22:04
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Andrew Dunstan 22:44
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Alvaro Herrera 22:59
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Andrew Dunstan 23:07
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Tom Lane 23:58

Dec. 21, 2008

Thread Author Time
npgsql - Npgsql2: User Talliesin 01:57
npgsql - Npgsql2: User Talliesin 01:58
Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major Magnus Hagander 13:03

Dec. 22, 2008

Thread Author Time
npgsql - Npgsql2: Make money datatype handling locale-independent (see User Talliesin 00:03
npgsql - Npgsql2: Make money datatype handling locale-independent (see User Talliesin 00:03
pgsnap - pgsnap: Add "useless indexes" report (from an idea of Josh User Gleu 07:50
npgsql - Npgsql2: Greater concurrency on creation of User Talliesin 10:07
npgsql - Npgsql2: Even greater concurrency on creation of User Talliesin 10:12

Dec. 24, 2008

Thread Author Time
npgsql - Npgsql2: Support for bit strings. User Talliesin 00:17
npgsql - Npgsql2: BitString handling: 1 minor bug fix, comments on some User Talliesin 11:35
npgsql - Npgsql2: User Talliesin 11:41
pgsql: Change the name of dtrace wal tracepoints: Bruce Momjian 20:41

Dec. 25, 2008

Thread Author Time
npgsql - Npgsql2: Improved efficiency in serialising bytea values from User Talliesin 16:35
libpqtypes - libpqtypes: reformtted code to match postgresql project, User Achernow 16:54
libpqtypes - libpqtypes: fixed typo from code reformat change User Achernow 16:56
npgsql - Npgsql2: More explicit serialisation of numeric types, for User Talliesin 17:21
npgsql - Npgsql2: Fix lack of parameter length in certain cases (bug User Talliesin 23:34

Dec. 26, 2008

Thread Author Time
npgsql - Npgsql2: Fix lack of parameter length in another case. User Talliesin 15:24
npgsql - Npgsql2: Only produce SQLSent string from stringbuilder if User Talliesin 16:08
pgsql: Remove unused include file, per ITAGAKI Takahiro. Tom Lane 17:51
edb-debugger - server: Update for further changes to the internal API in Dave Page 20:37

Dec. 27, 2008

Thread Author Time
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

Dec. 28, 2008

Thread Author Time
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 manipulation facilities This doesn't do any Devrim GÜNDÜZ 23:43

Dec. 29, 2008

Thread Author Time
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: Append major 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

Dec. 30, 2008

Thread Author Time
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

Dec. 31, 2008

Thread Author Time
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

Jan. 1, 2009

Thread Author Time
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

Jan. 2, 2009

Thread Author Time
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

Jan. 3, 2009

Thread Author Time
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

Jan. 4, 2009

Thread Author Time
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

Jan. 5, 2009

Thread Author Time
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

Browse Archives

Prev | Next