pgsql-committers since 2008-12-08 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. 8, 2008

Thread Author Time
pgsql: Don't try to optimize EXISTS subqueries with empty FROM-lists: we Tom Lane 00:16
reorg - pg_reorg: Imported Sources User Itagaki 04:32
pgsql: Add note that autovacuum can use up several times Magnus Hagander 15:11
pgsql: Add note that autovacuum can use up several times Magnus Hagander 15:11
pgsql: Teach pgstat_vacuum_stat to not bother scanning pg_proc in the Tom Lane 15:44
pgsql: Clearify how processes are started by autovacuum, and what the Magnus Hagander 20:30
pgsql: Clearify how processes are started by autovacuum, and what the Magnus Hagander 20:31
Re: [COMMITTERS] pgsql: Properly unregister OpenSSL callbacks when libpq is done with Tom Lane 20:45
Re: [COMMITTERS] pgsql: Properly unregister OpenSSL callbacks when libpq is done with Magnus Hagander 20:49

Dec. 9, 2008

Thread Author Time
pgsql: Provide support for multiplexing SIGUSR1 signal. Heikki Linnakangas 14:28
pgsql: Revert SIGUSR1 multiplexing patch, per Tom's objection. Heikki Linnakangas 15:59
pgsql: Add a specific example of parenthesizing when extracting a field Tom Lane 20:52

Dec. 10, 2008

Thread Author Time
npgsql - Npgsql2: Support ISinglePhaseNotification to simplify some User Jbcooley 04:09
npgsql - Npgsql2: Handle case where same connection object is closed and User Jbcooley 04:39
npgsql - Npgsql2: Add connection pool tests User Jbcooley 04:39
npgsql - Npgsql2: Reuse connection in transaction - test provided by User Jbcooley 04:42
pgsql: Update journaling performance docs based on comments by Michael Bruce Momjian 11:05
pgsql: Tweak the tree descent loop in fsm_search_avail to not look at Tom Lane 17:11

Dec. 11, 2008

Thread Author Time
snapshot - src: Fix for internal NOTICE messages in production User Cunha17 00:58
snapshot - src: Cosmetic fix User Cunha17 00:58
pgsql: Append major version number and for libraries soname major Peter Eisentraut 07:34
pgsql: Move carefully obscured SunOS 4 specific #include out of c.h into Peter Eisentraut 09:17
pgsql: The macros NULL_DEV and DEVNULL were both used to work around Peter Eisentraut 10:25
pgsql: To reduce confusion over whether VACUUM FULL is needed for Tom Lane 18:16

Dec. 12, 2008

Thread Author Time
Re: pgsql: Append major version number and for libraries soname major Tom Lane 00:41
pgsql: Using clause has to accept signed numeric constants too. Michael Meskes 12:14
pgsql: Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h. Alvaro Herrera 22:56

Dec. 13, 2008

Thread Author Time
pgsql: Fix failure to ensure that a snapshot is available to datatype Tom Lane 02:00
pgsql: Fix failure to ensure that a snapshot is available to datatype Tom Lane 02:00
pgsql: Fix failure to ensure that a snapshot is available to datatype Tom Lane 02:00
pgsql: Remove pg_plan_queries()'s now-useless needSnapshot parameter. Tom Lane 02:29
pgsql: Increase the default value of default_statistics_target from 10 Tom Lane 19:13

Dec. 14, 2008

Thread Author Time
Re: pgsql: Document that non-data journaling is a recommended mount option. Jaime Casanova 06:02
Re: pgsql: Document that non-data journaling is a recommended mount option. Bruce Momjian 14:18
pgsql: Replace both send and receive BIO routines in the SSL code with Magnus Hagander 19:39
pgsql: Restore enforce_generic_type_consistency's pre-8.3 behavior of Tom Lane 19:45
pgsql: Restore enforce_generic_type_consistency's pre-8.3 behavior of Tom Lane 19:46

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

Browse Archives

Prev | Next