pgsql-committers since 2008-10-30 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

Oct. 30, 2008

Thread Author Time
orafce - orafce: - Add utl_file.fremove(). User Itagaki 03:30
pgsql: Fix recoveryLastXTime logic so that it actually does what one Tom Lane 04:06
pgsql: Fix recoveryLastXTime logic so that it actually does what one Tom Lane 04:06
pgsql: Improve new message Peter Eisentraut 08:51
pgsql: Missing space in error message Peter Eisentraut 12:16
pgsql: Missing space in error message Peter Eisentraut 12:24
pgsql: Missing space in error message Peter Eisentraut 12:25
pgsql: Missing space in error message Peter Eisentraut 12:27
pgsql: Missing space in error message Peter Eisentraut 12:28
pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane 13:16
pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane 13:17
pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane 13:17
pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane 13:17
pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane 13:17
pgsql: Revert previous patch to put the shared memory segment on win32 Magnus Hagander 17:04
pgsql: Revert previous patch to put the shared memory segment on win32 Magnus Hagander 17:04
pgsql: Translation updates Peter Eisentraut 19:19
pgsql: Translation updates Peter Eisentraut 19:21
pgsql: Translation updates Peter Eisentraut 19:23
pgsql: Translation updates Peter Eisentraut 20:12
pgsql: Translation updates Peter Eisentraut 21:30
pgsql: Update back-branch release notes. Tom Lane 22:22
pgsql: Update back-branch release notes. Tom Lane 22:22
pgsql: Update back-branch release notes. Tom Lane 22:22
pgsql: Update back-branch release notes. Tom Lane 22:23
pgsql: Update back-branch release notes. Tom Lane 22:23
pgsql: Update back-branch release notes. Tom Lane 22:23

Oct. 31, 2008

Thread Author Time
pgsql: commit for 8.3.5 Marc G. Fournier 02:38
pgsql: tag 8.2.11 Marc G. Fournier 02:44
pgsql: tag 8.1.15 Marc G. Fournier 02:49
pgsql: tag for 8.0.19 Marc G. Fournier 02:54
pgsql: tag 7.4.23 Marc G. Fournier 03:15
pgsql: Message improvement (also backported to 8.3) Peter Eisentraut 07:15
pgsql: Add support for user-defined I/O conversion casts. Heikki Linnakangas 08:39
pgsql: Add test case for CREATE CAST. Heikki Linnakangas 09:17
pginstaller - pginst: Prep for 8.2.11 Dave Page 09:58
pginstaller - pginst: Add release process documentation for the 8.2 Dave Page 10:29
pginstaller - pginst: Use a slightly more logical ordering of the build Dave Page 10:42
pginstaller - pginst: Use a slightly more logical ordering of the build Dave Page 10:48
pginstaller - pginst: Use a slightly more logical ordering of the build Dave Page 10:50
pginstaller - pginst: Update for 8.3.5 Dave Page 11:34
pgsql: The conversion rule from postgres.sgml to postgres.xml didn't Peter Eisentraut 14:35
pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Heikki Linnakangas 15:05
pgsql: Added missing ';' Michael Meskes 16:36
pgsql: Allow SQL-language functions to return the output of an Tom Lane 19:37
pgsql: Update FSM on WAL replay. Heikki Linnakangas 19:40
Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Simon Riggs 20:37
pgsql: Simplify ExecutorRun's API and save some trivial number of cycles Tom Lane 21:07

Nov. 1, 2008

Thread Author Time
pgsql: Do not eat memory even in case of an out-of-memory error. Michael Meskes 08:55
Re: pgsql: Allow SQL-language functions to return the output of an Greg Stark 12:17
pgsql: Use string component in index structure. Michael Meskes 12:42
Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Heikki Linnakangas 13:18
Re: [COMMITTERS] pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Simon Riggs 15:01
Re: pgsql: Allow SQL-language functions to return the output of an Tom Lane 17:44
pgsql: Move from strcmp to strncmp to be more tolerant for changes to Michael Meskes 19:53

Nov. 2, 2008

Thread Author Time
pgsql: Remove all uses of the deprecated functions heap_formtuple, Tom Lane 01:45
Re: [COMMITTERS] pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Heikki Linnakangas 20:25
pgsql: Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. Tom Lane 21:24

Nov. 3, 2008

Thread Author Time
pgsql: Change the pgstat logic so that the stats collector writes the Tom Lane 01:17
pgsql: Fix incorrect comment in SSL code Magnus Hagander 14:18
pgsql: Fix mistakes in comment headers Alvaro Herrera 15:10
Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Alvaro Herrera 15:14
pgsql: Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini. Alvaro Herrera 15:39
pgsql: Small shell syntax improvement. Bruce Momjian 15:56
pgsql: Add pg_typeof() function. Tom Lane 17:51
pgsql: Reduce the acceptable staleness of pgstat data for autovacuum, Alvaro Herrera 19:03
pgsql: Fix two error-recovery bugs in describeOneTableDetails(), and Tom Lane 19:08
pgsql: Fix TransactionIdSetStatusBit so that it doesn't try to change a Alvaro Herrera 19:24
pgsql: Fix silly typo in previous commit. Alvaro Herrera 19:26
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Alvaro Herrera 19:28
pgsql: suppress_redundant_updates_trigger function. Andrew Dunstan 20:17
pgsql: Clean up the messy semantics (not to mention inefficiency) of Tom Lane 20:47
pgsql: Dept of second thoughts: seems it'd be safer if pg_typeof is Tom Lane 21:09
pgsql: Allow uuid_in() to parse a wider variety of variant input formats Peter Eisentraut 22:14
pgsql: Use bool for a boolean flag. Tom Lane 23:49

Nov. 4, 2008

Thread Author Time
npgsql - Npgsql2: Change constructors so the Microsoft C# compiler User Jbcooley 00:17
Re: pgsql: suppress_redundant_updates_trigger function. Alex Hunsaker 00:20
pgsql: Fix compiler warnings (including a seriously bogus elog call); Tom Lane 00:29
pgsql: Disallow LOCK TABLE outside a transaction block (or function), Tom Lane 00:57
pgsql: Remove tabs from SGML file. Bruce Momjian 00:59
Re: pgsql: suppress_redundant_updates_trigger function. Tom Lane 01:01
npgsql - Npgsql2: Add schema qualification to table name when fetching User Jbcooley 02:32
npgsql - Npgsql2: Embedded NpgsqlMetaData.xml as a resource. User Jbcooley 03:23
npgsql - Npgsql2: Updated release notes for 2.0.1 release User Fxjr 03:28
npgsql - Npgsql2: Updated assembly info for 2.0.1 release User Fxjr 03:38
pgsql: Add missing colon to docs. Bruce Momjian 04:18
orafce - orafce: Add frename and fgetattr in utl_file. User Itagaki 10:16
pgsql: Fix compiler warning about uninitialized variable Peter Eisentraut 11:04
pgsql: ADD array_ndims function Author: Robert Haas Peter Eisentraut 14:49
pgsql: Experimental new support for building man pages via docbook2x, an Peter Eisentraut 14:58
pgsql: Fix bug introduced in recent patch to make plpython cope with OUT Tom Lane 15:16
psqlodbc - psqlodbc: Fixed Soalris compiller error. User H-saito 15:48
Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Heikki Linnakangas 15:55
pgsql: Remove unused rfno from PLpgSQL_recfield Jonah Harris Alvaro Herrera 20:58
pgsql: Revert unwanted patch, per Tom. Alvaro Herrera 21:00
npgsql - Npgsql2: Updated varchar maximum length. User Jbcooley 22:01
pgsql: Document that 'sslmode' is ignored for Unix domain socket Bruce Momjian 22:36
pgsql: Document that 'sslmode' is ignored for Unix domain socket Bruce Momjian 22:36
pgsql: Document that SSL is only possible on tcp/ip connections in the Bruce Momjian 22:40

Nov. 5, 2008

Thread Author Time
pgsql: Rename several aliases for PLpgSQL_datum.dno to also be called Tom Lane 00:07
pgsql: A few additional test cases for array functionality Peter Eisentraut 12:27
pgtcl - libpgtcl: Makefile, the making of which will generate a User Karl 17:34
pgsql: fix suppress_redundant_updates_trigger() where relation has Oids, Andrew Dunstan 18:49
pgsql: change fix for suppress_redundant_updates_trigger() where Andrew Dunstan 19:15
pgsql: This maneuver really requires a comment ... Tom Lane 20:17

Nov. 6, 2008

Thread Author Time
pgsql: The logic in systable_beginscan to translate heap attribute Heikki Linnakangas 13:07
pgsql: Improve psql's \dC command to take a pattern parameter. Tom Lane 15:18
pgsql: Improve bulk-insert performance by keeping the current target Tom Lane 20:51

Nov. 7, 2008

Thread Author Time
pgexternaltable - externaltable: Imported Sources User Yibo1976 03:27
pgexternaltable - src: Imported Sources User Yibo1976 03:43
pgexternaltable - src: New Directory User Yibo1976 03:44
pgexternaltable - src: New Directory User Yibo1976 03:44
pgexternaltable - src: New Directory User Yibo1976 03:44
pgexternaltable - src: New Directory User Yibo1976 03:44
pgexternaltable - src: New Directory User Yibo1976 03:45
pgexternaltable - src: New Directory User Yibo1976 03:45
pgexternaltable - src: New Directory User Yibo1976 03:45
pgexternaltable - src: New Directory User Yibo1976 03:45
pgexternaltable - src: New Directory User Yibo1976 03:45
pgexternaltable - src: New Directory User Yibo1976 03:45
pgexternaltable - src: New Directory User Yibo1976 03:45
pgexternaltable - src: New Directory User Yibo1976 03:45
pgexternaltable - src: New Directory User Yibo1976 03:46
pgexternaltable - src: New Directory User Yibo1976 03:46
pgexternaltable - src: New Directory User Yibo1976 03:46
pgexternaltable - src: New Directory User Yibo1976 03:46
pgexternaltable - src: New Directory User Yibo1976 03:47
pgexternaltable - src: New Directory User Yibo1976 03:47
pgexternaltable - src: New Directory User Yibo1976 03:47
pgexternaltable - src: New Directory User Yibo1976 03:48
pgexternaltable - src: Imported Sources User Yibo1976 05:38
pgexternaltable - src: User Yibo1976 05:41
pgexternaltable - src: User Yibo1976 05:42
pgexternaltable - src: User Yibo1976 05:42
pgexternaltable - doc: Imported Sources User Yibo1976 05:45
psqlodbc - psqlodbc: Prep release Version 08.03.0400. User H-saito 13:33
psqlodbc - psqlodbc: falls pgenlist.def. User H-saito 14:07
psqlodbc - psqlodbc: Oops, falls xalibname.c. User H-saito 14:37
pgsql: Implement ALTER DATABASE SET TABLESPACE to move a whole database Tom Lane 18:25
pgsql: Improve documentation of pg_typeof, per gripe from David Wheeler. Tom Lane 22:54
pgsql: Add some more citext test cases, per David Wheeler. Tom Lane 23:17

Nov. 8, 2008

Thread Author Time
pgsql: Fix recently added code for SQL years-months interval syntax so Tom Lane 20:51

Nov. 9, 2008

Thread Author Time
pgsql: Add a new GUC variable called "IntervalStyle" that decouples Tom Lane 00:28
pgsql: Add some documentation about handling of fractions in interval Tom Lane 17:09
pgsql: Add a startup check that pg_xlog and pg_xlog/archive_status Tom Lane 17:51
pgsql: Replace pg_class.reltriggers with relhastriggers, which is just a Tom Lane 21:24

Nov. 10, 2008

Thread Author Time
pgsql: Make relhasrules and relhastriggers work like relhasindex, namely Tom Lane 00:49
pgsql: Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the Tom Lane 14:57
pgsql: Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the Tom Lane 14:57
pgsql: Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the Tom Lane 14:57
pgsql: pg_do_encoding_conversion cannot return NULL (at least not unless Tom Lane 15:18
pgsql: Add a --locale switch to createdb, to ease the creation of Alvaro Herrera 16:25
pgsql: Fix 'Q' format char parsing in the new to_timestamp() code. Heikki Linnakangas 17:36
Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Heikki Linnakangas 17:59
pgsql: Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were Tom Lane 18:02
pgsql: Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were Tom Lane 18:02
libpqtypes - libpqtypes: pqt_vsnprintf in port.c had #elif User Achernow 19:29
pgsql: Fix a case of string building. Alvaro Herrera 21:49

Nov. 11, 2008

Thread Author Time
pgsql: Add support for input and output of interval values formatted per Tom Lane 02:42
pgsql: Add an explicit caution about how to use Tom Lane 03:01
uuid81 - trunk: Imported Sources User Alexk 07:35
pgsql: Replaced manually synced preproc.y by the one created by the new Michael Meskes 11:41
libpqtypes - libpqtypes: added specifier format string caching to User Achernow 12:51
libpqtypes - libpqtypes: added version to most recent change log entry User Achernow 12:52
libpqtypes - libpqtypes: bumped configure.ac version from 1.2a to 1.2b User Achernow 12:56
pgsql: Change error messages to print the physical path, like Heikki Linnakangas 13:19
pgsql: Fix sloppy omission of now-required #include's. Tom Lane 14:17
Re: pgsql: Fix sloppy omission of now-required #include's. Heikki Linnakangas 14:38
pgsql: Make psql report "SSL connection (unknown cipher)" when libpq has Magnus Hagander 15:01
npgsql - Npgsql2: Fixed a typo which prevented DateTime.MaxValue to User Fxjr 16:58
npgsql - Npgsql2: [#1010495] Bad performance calling a (empty) function User Fxjr 17:58
pgsql: Get rid of adjust_appendrel_attr_needed(), which has been broken Tom Lane 18:13
pgsql: Get rid of adjust_appendrel_attr_needed(), which has been broken Tom Lane 18:13
pgsql: Get rid of adjust_appendrel_attr_needed(), which has been broken Tom Lane 18:13
pgsql: Ensure that the phrels sets of PlaceHolderVars appearing in an Tom Lane 19:05
pgsql: Mention the tup_fetched column in pg_stat_database. Magnus Hagander 20:06
pgsql: Mention the tup_fetched column in pg_stat_database. Magnus Hagander 20:06

Nov. 12, 2008

Thread Author Time
pgsql: Detect and error out on inability to get proper linkage Andrew Dunstan 00:00
pgsql: Detect and error out on inability to get proper linkage Andrew Dunstan 00:00
pgsql: Detect and error out on inability to get proper linkage Andrew Dunstan 00:00
pgsql: Detect and error out on inability to get proper linkage Andrew Dunstan 00:01
pgsql: Clean up the ancient decision to show only two fractional-seconds Tom Lane 01:36
libpqtypes - libpqtypes: Made PQtypesRegister a function to hide User Achernow 04:49
libpqtypes - libpqtypes: Made include assignment append, INC += -Isrc, User Achernow 05:08
pgsql: Fix off-by-one error in autovacuum shmem struct sizing. Heikki Linnakangas 10:10
pgsql: Fix off-by-one error in autovacuum shmem struct sizing. Heikki Linnakangas 10:10
libpqtypes - libpqtypes: updated makefile to be more configurable User Achernow 12:40
pgsql: array_length() function, and for SQL compatibility also Peter Eisentraut 13:09
libpqtypes - libpqtypes: updated mingw32/cygwin makefile. User Achernow 13:11
libpqtypes - libpqtypes: updated ChangeLog and INSTALL files User Achernow 13:17
libpqtypes - libpqtypes: renamed --enable-threads configure option to User Achernow 13:30
pgsql: If we're going to use a SQL function for this, at least make it Tom Lane 13:38
pgsql: Support of multibyte encoding for pg_trgm Teodor Sigaev 13:43
pgsql: Do not use ICONST/SCONST in rules other than Iconst/Sconst. Michael Meskes 15:50
pgsql: Add refentrytitle elements to refentry pages. Peter Eisentraut 15:52
pgsql: Remove unnecessary whitespace in refname elements. Peter Eisentraut 15:53
pgsql: Support for man page links, if a man page has more than one Peter Eisentraut 16:01
pgsql: Update URL to Ross Williams' CRC paper. Alvaro Herrera 21:53
pgsql: In predtest.c, install a limit on the number of branches we will Tom Lane 23:08
pgsql: In predtest.c, install a limit on the number of branches we will Tom Lane 23:08

Browse Archives

Prev | Next