Notification of git commits are sent to this list. Do not post here!
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix thinko in autovacuum's test to skip temp tables: want to skip | Tom Lane | 15:16 |
| pgsql: Fix thinko in autovacuum's test to skip temp tables: want to skip | Tom Lane | 15:17 |
| pgsql: Update EXPLAIN wording for GEQO usage. | Bruce Momjian | 16:41 |
| pgsql: Update EXPLAIN wording for GEQO usage. | Bruce Momjian | 16:42 |
| pgsql: Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane | 22:46 |
| pgsql: Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane | 22:46 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Add GRANT ON SEQUENCE syntax to support sequence-only | Bruce Momjian | 02:16 |
| pgsql: Repair longstanding bug in slru/clog logic: it is possible for | Tom Lane | 04:38 |
| pgsql: Repair longstanding bug in slru/clog logic: it is possible for | Tom Lane | 04:38 |
| pgsql: Repair longstanding bug in slru/clog logic: it is possible for | Tom Lane | 04:38 |
| pgsql: Repair longstanding bug in slru/clog logic: it is possible for | Tom Lane | 04:38 |
| pgsql: Repair longstanding bug in slru/clog logic: it is possible for | Tom Lane | 04:38 |
| pgbuildfarm - client-code: - add ipcclean option to clean up shared | User Andrewd | 14:07 |
| pgbuildfarm - client-code: update environment stanza comments | User Andrewd | 15:00 |
| pgsql: Fix broken markup. | Tom Lane | 19:05 |
| pgsql: Marginal improvements in the wording of the autovacuum | Tom Lane | 19:34 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Minor improvements to GEQO documentation. | Neil Conway | 03:56 |
| pgsql: Allow an optional alias for the target table to be specified for | Neil Conway | 05:20 |
| pgsql: Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that | Tom Lane | 20:03 |
| pgsql: Improve note about not using the target table name in the SET | Tom Lane | 20:34 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Done: < o Allow an alias to be provided for the target table in | Bruce Momjian | 02:59 |
| pgsql: Fix typeing as Tom suggest | Teodor Sigaev | 14:24 |
| pgsql: Improve wording of descriptions of SIGHUP GUC parameters, as per | Tom Lane | 18:16 |
| pgsql: Use is_cidr in INET/CIDR structure, rather than the generic | Bruce Momjian | 21:45 |
| pgsql: Prototype fix for typo. | Bruce Momjian | 21:49 |
| pgsql: Instead of using a numberOfRequiredKeys count to distinguish | Tom Lane | 22:31 |
| Thread | Author | Time |
|---|---|---|
| pgsql: - Synced parser and keyword list. | Michael Meskes | 11:01 |
| psqlodbc - psqlodbc: [7.3.0260] Release candidate. | User H-saito | 12:03 |
| psqlodbc - psqlodbc: degrade... | User H-saito | 16:33 |
| pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 | Tom Lane | 16:38 |
| pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 | Tom Lane | 16:38 |
| pgfouine - pgfouine: minor fix in command line help | User Gsmet | 22:33 |
| pgfouine - pgfouine: fixed a bug on duration if log_duration and | User Gsmet | 22:35 |
| Thread | Author | Time |
|---|---|---|
| psqlodbc - psqlodbc: Fix the version stamp. | User Dpage | 09:00 |
| psqlodbc - psqlodbc: Notes:psqlODBC 08.01.0107, 08.01.0106 Contents of | User H-saito | 14:32 |
| pgsql: Snowball multibyte. | Teodor Sigaev | 16:32 |
| psqlodbc - psqlodbc: 1) Change the declaration of several API(SQLxxxx) | User Hinoue | 17:43 |
| pgsql: Tweak initdb to reduce verbosity of progress messages, by | Tom Lane | 19:01 |
| psqlodbc - psqlodbc: Add Notes:psqlODBC 08.01.0108 | User H-saito | 23:15 |
| pgpool - pgpool: Add pgpool's man page. | User T-ishii | 23:42 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Per a bug report from Theo Schlossnagle, plperl_return_next() | Neil Conway | 03:28 |
| pgsql: Per a bug report from Theo Schlossnagle, plperl_return_next() | Neil Conway | 03:28 |
| pgsql: Undo perl's nasty locale setting on Windows. | Andrew Dunstan | 16:20 |
| pgsql: Undo perl's nasty locale setting on Windows. | Andrew Dunstan | 16:21 |
| pgsql: Undo perl's nasty locale setting on Windows. | Andrew Dunstan | 16:22 |
| pgaccess - pgaccess: allow loading script from a file | User Cmaj | 22:20 |
| pgaccess - pgaccess: trim query comments to 50 chars in main window | User Cmaj | 22:27 |
| Thread | Author | Time |
|---|---|---|
| pginstaller - pginst: Service start is "demand" not "manual", to compile | User Mha | 17:16 |
| pginstaller - pginst: Sync JDBC version | User Mha | 17:20 |
| pgsql: Fix code that checks to see if an index can be considered to | Tom Lane | 17:27 |
| pgsql: Fix code that checks to see if an index can be considered to | Tom Lane | 17:27 |
| pginstaller - pginst: Show proper error message when trying to create a | User Mha | 17:28 |
| pginstaller - pginst: Backpatch: Show proper error message when trying | User Mha | 17:29 |
| pgsql: Fix Assert that's no longer correct now that RowCompareExpr is | Tom Lane | 17:40 |
| pgsql: When building a bitmap scan, must copy the bitmapqualorig | Tom Lane | 18:55 |
| pgsql: When building a bitmap scan, must copy the bitmapqualorig | Tom Lane | 18:55 |
| Thread | Author | Time |
|---|---|---|
| psqlodbc - psqlodbc: Correction for VC6 compile. | User H-saito | 12:10 |
| psqlodbc - psqlodbc: Ooops,omission in DEBUG mode. | User H-saito | 12:15 |
| pgsql: Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or | Tom Lane | 16:18 |
| pgsql: Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or | Tom Lane | 16:19 |
| pgsql: Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or | Tom Lane | 16:19 |
| dbi-link - dbi-link: Require Perl 5.8, as per docs and Fred Moyer. | User Dfetter | 21:06 |
| Thread | Author | Time |
|---|---|---|
| psqlodbc - psqlodbc: fixed point of failure on x86_64 boxes with | User Luf | 09:47 |
| psqlodbc - psqlodbc: quick hack againist access violation with Disallow | User Luf | 09:53 |
| psqlodbc - psqlodbc: Version number bump. | User Dpage | 13:21 |
| psqlodbc - psqlodbc: Fix typo | User Dpage | 13:31 |
| pgsql: Removed single quotes from connect to example. | Michael Meskes | 13:32 |
| psqlodbc - psqlodbc: Tweak release notes | User Dpage | 13:39 |
| pgsql: Restructure planner's handling of inheritance. | Tom Lane | 21:39 |
| pgsql: Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. | Tom Lane | 22:40 |
| pgsql: Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. | Tom Lane | 22:40 |
| Thread | Author | Time |
|---|---|---|
| psqlodbc - psqlodbc: platform windows. | User H-saito | 00:55 |
| pgsql: More spacing cleanups. | Bruce Momjian | 03:51 |
| psqlodbc - psqlodbc: bug fix:*nix* sslmode connection. | User H-saito | 04:33 |
| pgpool - pgpool: pgpool 2.7.2 | User T-ishii | 08:43 |
| psqlodbc - psqlodbc: More release note tweaks. | User Dpage | 09:07 |
| pgpool - pgpool: Fix wording, per Peter. | User Madness | 21:34 |
| Thread | Author | Time |
|---|---|---|
| pgpool - pgpool: 2.7.2 Spec file | User Devrim | 01:59 |
| pgpool - pgpool: Opps, commit the right spec file | User Devrim | 02:02 |
| pgsql: Improve tab whitespace in file. | Bruce Momjian | 05:38 |
| pgsql: Prevent COPY from using newline or carriage return as delimiter | Bruce Momjian | 12:41 |
| pgsql: Update random() usage so ranges are inclusive/exclusive as | Bruce Momjian | 12:45 |
| psqlodbc - psqlodbc: Change the Windows makefile so that the /DELAYLOAD | User Hinoue | 13:16 |
| pgsql: Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and | Bruce Momjian | 13:53 |
| pgsql: Update tested AIX memset platforms. | Bruce Momjian | 13:56 |
| pgsql: New Directory | Bruce Momjian | 19:04 |
| pgsql: Teach planner to convert simple UNION ALL subqueries into append | Tom Lane | 21:08 |
| Thread | Author | Time |
|---|---|---|
| pgsql: First attempt at removing some AC_CHECK_LIB(foo, main) calls. | Peter Eisentraut | 00:42 |
| pgsql: Move thread_test directory from /tools to /test so source-only | Bruce Momjian | 01:00 |
| pgsql: Update Makefile for new thread_test location. | Bruce Momjian | 01:04 |
| pgsql: In ecpg, automatically double single quotes in $$ strings because | Bruce Momjian | 02:32 |
| pgsql: Add to TODO.detail/walcontrol. | Bruce Momjian | 03:22 |
| pgsql: Update walcontrol item: < * Allow control over which tables are | Bruce Momjian | 03:23 |
| pgsql: Issue a warning if a change-on-restart-only postgresql.conf value | Peter Eisentraut | 12:50 |
| pgsql: DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan | 19:06 |
| pgsql: Added C bit fields to ecpg parser Added some default rules to | Michael Meskes | 20:54 |
| pgsql: Fix broken markup. | Tom Lane | 22:38 |
| pgsql: Fix constraint exclusion to work in inherited UPDATE/DELETE | Tom Lane | 23:03 |
| Thread | Author | Time |
|---|---|---|
| pgpool - pgpool: * Version 3.0.0 * Change copyright to | User Devrim | 01:59 |
| pgpool - pgpool: version 3.0 | User T-ishii | 02:29 |
| pgsql: Update PL/pgSQL trigger example to be clearer about how to | Bruce Momjian | 02:47 |
| pgsql: Update PL/pgSQL trigger example to be clearer about how to | Bruce Momjian | 02:48 |
| pgpool - pgpool: include pgpool.spec and re-release 3.0.0 | User T-ishii | 02:54 |
| pgsql: Improve my initial, rather hacky implementation of joins to | Tom Lane | 02:59 |
| pgsql: Fix typo in configuration docs. | Bruce Momjian | 18:19 |
| pgsql: Fix typo in configuration docs. | Bruce Momjian | 18:19 |
| pgsql: Fix pg_restore to properly discard COPY data when trying to | Tom Lane | 20:58 |
| pgsql: Fix pg_restore to properly discard COPY data when trying to | Tom Lane | 20:58 |
| pgsql: Fix pg_restore to properly discard COPY data when trying to | Tom Lane | 20:59 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix PQprint HTML tag, "centre" -> "center". | Bruce Momjian | 02:23 |
| pgsql: Fix PQprint HTML tag, "centre" -> "center". | Bruce Momjian | 02:23 |
| npgsql - Npgsql: 2006-02-06 Francisco Figueiredo Jr. | User Fxjr | 13:15 |
| psqlodbc - psqlodbc: Improve the dalay load import behavior in case of | User Hinoue | 14:34 |
| pgsql: Check number of affixes to prevent core dump with zero number of | Teodor Sigaev | 15:45 |
| pgsql: Improve the tests to see if ScalarArrayOpExpr is strict. | Tom Lane | 22:21 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix HTML alignment in PQprint. | Bruce Momjian | 00:26 |
| pgsql: Fix HTML alignment in PQprint. | Bruce Momjian | 00:26 |
| pgsql: Split up wal-logging items: < * Allow control over which tables | Bruce Momjian | 02:08 |
| dbsamples - dbsamples: New Directory | User Chriskl | 03:31 |
| dbsamples - dbsamples: New iso-3166 data | User Chriskl | 03:32 |
| dbsamples - dbsamples: Add encoding and transaction and analyze | User Chriskl | 03:39 |
| pgsql: Remove some checks for libraries that no one can identify. | Peter Eisentraut | 11:22 |
| pgsql: Make --version option print fixed program name. | Peter Eisentraut | 11:36 |
| pgsql: Remove question mark: < * %Disallow changing default expression | Bruce Momjian | 14:49 |
| pgsql: I think that NUMERIC datatype has a problem in the performance | Bruce Momjian | 16:03 |
| pgsql: Source code cleanup. | Bruce Momjian | 17:04 |
| pgsql: Remove ancient hack to work around a peculiarity of libcurses on | Tom Lane | 17:36 |
| edb-debugger - workstation: Imported Sources | User Jim_edb | 19:48 |
| Thread | Author | Time |
|---|---|---|
| psqlodbc - psqlodbc: Oops,this recovers. | User H-saito | 00:42 |
| psqlodbc - psqlodbc: fix of ODBCVER=0x0350 and loadlib added. | User H-saito | 00:55 |
| psqlodbc - psqlodbc: adjustment of debuglog. | User H-saito | 01:14 |
| pgsql: Added just another test case. | Michael Meskes | 09:10 |
| npgsql - Npgsql: 2006-02-08 Francisco Figueiredo Jr. | User Fxjr | 13:54 |
| npgsql - Npgsql: 2006-02-08 Francisco Figueiredo Jr. | User Fxjr | 13:57 |
| Re: pgsql: Added just another test case. | Tom Lane | 15:45 |
| Re: pgsql: Added just another test case. | Bruce Momjian | 15:45 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix broken non-YYDEBUG case. | Tom Lane | 00:56 |