Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2006-02 Thread Index (1/3)
Last updated: Wed Jan 18 01:52:13 2012
412 messages
- pgsql: Add pg_service.conf documentation for libpq. Bruce Momjian (Wed 01 00:23)
- fsutil - fsutil: Initial load onto pgfoundry. User Kgrittn (Tue 28 22:42)
- pgsql: Allow the syntax CREATE TYPE foo, with no parameters, to permit Tom Lane (Tue 28 22:37)
- pgsql: Back out libpq changes for service --- not ready yet. Bruce Momjian (Tue 28 22:35)
- pgsql: Fix PG_VERSION_NUM for different awk -F handling. Bruce Momjian (Tue 28 22:34)
- fsutil - fsutil: New Directory User Kgrittn (Tue 28 22:31)
- pgsql: Fix PG_VERSION_NUM awk -F parameter. Bruce Momjian (Tue 28 21:59)
- pgsql: Tweak the error message emitted when a void-returning PL/Python Neil Conway (Tue 28 20:56)
- pgsql: Allow PL/Python functions to return void, per gripe from James Neil Conway (Tue 28 20:03)
- pgsql: Add: * Split out libpq pgpass and environment documentation Bruce Momjian (Tue 28 19:48)
- pgsql: Add PG_VERSION_NUM for use by 3rd party applications wanting to Bruce Momjian (Tue 28 16:41)
- npgsql - Npgsql: 2006-02-28 Francisco Figueiredo Jr. User Fxjr (Tue 28 13:51)
- pgsql: Teach nodeSort and nodeMaterial to optimize out unnecessary Tom Lane (Tue 28 05:48)
- pgsql: Extend the ExecInitNode API so that plan nodes receive a set of Tom Lane (Tue 28 04:10)
- pgsql: Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, Peter Eisentraut (Mon 27 16:09)
- pgsql: contrib uninstall scripts by David Fetter Peter Eisentraut (Mon 27 12:54)
- python - fe: Refactor tracenull Fitting. James William Pye (Mon 27 04:54)
- python - fe: Add some progress messages. James William Pye (Mon 27 04:45)
- python - fe: Don't check type. James William Pye (Mon 27 04:43)
- python - be: Squish some bugs. James William Pye (Mon 27 04:41)
- python - be: Add tests to validate the use of in session replacements. James William Pye (Mon 27 04:19)
- python - be: Fix Query allocation issue. James William Pye (Mon 27 02:18)
- python - be: Minor refactoring. James William Pye (Mon 27 02:17)
- python - be: Add python.interact function to template. James William Pye (Mon 27 02:07)
- pgsql: Add mention that tid perhaps someday should be output as a Bruce Momjian (Mon 27 01:41)
- pgsql: Improve sorting speed by pre-extracting the first sort-key column Tom Lane (Sun 26 22:58)
- pgsql: Fix a few minor typos in comments in PL/Perl. Neil Conway (Sun 26 22:26)
- python - pq: Reference pack directly to avoid function overhead. James William Pye (Sun 26 22:19)
- pgsql: Done: > * -Add 'tid != tid ' operator for use in corruption Bruce Momjian (Sun 26 21:22)
- pgsql: Implement the <> operator for the tid type. Neil Conway (Sun 26 18:36)
- psqlodbc - psqlodbc: typo "Miscellanous". User H-saito (Sun 26 16:43)
- pgsql: Minor SGML work: add some more hyperlinks, where appropriate. Neil Conway (Sun 26 03:20)
- livecd - knoppix: New Directory User Snaga (Sun 26 02:23)
- livecd - knoppix: typo fixed. User Snaga (Sun 26 02:13)
- livecd - knoppix: Database encoding changed. User Snaga (Sun 26 02:12)
- livecd - knoppix: Imported Sources User Snaga (Sun 26 02:08)
- pgsql: TODO updates: - "Add ON COMMIT capability to CREATE TABLE AS ... Neil Conway (Sun 26 01:21)
- python - be: Not setting the procid is bad. James William Pye (Sat 25 20:52)
- pgsql: Remove ora2pg; now available at Peter Eisentraut (Sat 25 19:19)
- pgsql: Add intervals: > o Allow infinite dates and intervals just like Bruce Momjian (Sat 25 16:34)
- npgsql - Npgsql: 2006-02-25 Francisco Figueiredo Jr. User Fxjr (Sat 25 16:06)
- pgsql: Fix computation of sample table size. Bruce Momjian (Sat 25 04:28)
- pgsql: Remove duplicate: < o %Disallow dropping of an inherited Bruce Momjian (Sat 25 03:40)
- pgsql: Backpatch FAQ changes to 8.1.X. Bruce Momjian (Fri 24 15:00)
- pgsql: Remove mention of MIN/MAX() not using indexes. Bruce Momjian (Fri 24 14:59)
- psqlodbc - psqlodbc: Enable delay load import under VC6 also. User Hinoue (Fri 24 14:58)
- pgsql: Mention that the archive history file has the wal start/stop file Bruce Momjian (Fri 24 14:03)
- pgsql: The Makefile was invoking perl scripts as ./script.pl. Peter Eisentraut (Fri 24 13:25)
- orafce - orafce: typo clearing User Okbob (Fri 24 05:32)
- npgsql - npgsql: Setup changed User Jbcooley (Fri 24 04:09)
- npgsql - npgsql: Imported Sources User Jbcooley (Fri 24 04:06)
- pgsql: Make restricted_exec feature for Windows more robust by using Andrew Dunstan (Fri 24 02:02)
- pgsql: make initdb -U username work as advertised; back out bogus patch Andrew Dunstan (Fri 24 00:54)
- orafce - orafce: Added simple real emulation of Oracle's package User Okbob (Thu 23 22:49)
- pgsql: Fix vacuumlo to avoid unnecessary use of backslash in search Tom Lane (Thu 23 22:34)
- npgsql - Npgsql: 2006-02-23 Francisco Figueiredo Jr. User Fxjr (Thu 23 13:17)
- Regarding Postgres access through C Krishnaprasad (Thu 23 09:16)
- python - fe: Remove unused attribute. James William Pye (Thu 23 00:42)
- psqlodbc - psqlodbc: GCC doesn't like declaring variables in case User Dpage (Wed 22 15:12)
- psqlodbc - psqlodbc: Add an installer for the enhanced branch User Dpage (Wed 22 13:40)
- psqlodbc - psqlodbc: Standard build patch.(libpq,ssleay32) This is User H-saito (Wed 22 11:30)
- pgsql: Cleanup the usage of ScanDirection: use the symbolic names for Neil Conway (Tue 21 23:01)
- pgsql: Fix old pg_dump oversight: default values for domains really need Tom Lane (Tue 21 18:01)
- pgsql: Adjust probe for getaddrinfo to cope with macro-ized definitions, Tom Lane (Tue 21 06:06)
- psqlodbc - psqlodbc: Fix Typo (UNICDOE) and define deletion of User H-saito (Tue 21 05:14)
- psqlodbc - psqlodbc: Change xxxx_COMMON_CS macros in case of User Hinoue (Mon 20 21:36)
- python - fe: Add DB-API 2.0 interface module. James William Pye (Mon 20 20:33)
- pgsql: Fix three Python reference leaks in PLy_traceback(). Neil Conway (Mon 20 20:10)
- psqlodbc - psqlodbc: CRLF line code is corrected to LF. User H-saito (Mon 20 18:04)
- pgsql: Fixing and improve compound word support. Teodor Sigaev (Mon 20 17:51)
- psqlodbc - psqlodbc: fixed define(HAVE_LONG_LONG SIZEOF_LONG) as config. User H-saito (Mon 20 17:43)
- psqlodbc - psqlodbc: fixed SQLLEN define(iODBC). User H-saito (Mon 20 16:36)
- python - fe: Implement nowait option. James William Pye (Mon 20 16:08)
- orafce - orafce: definition of PG_VERSION_XX_COMPAT User Okbob (Mon 20 16:03)
- orafce - orafce: Corection of NVL, NVL2 functions. User Okbob (Mon 20 16:02)
- psqlodbc - psqlodbc: Put back a change I removed by mistake. User Hinoue (Mon 20 15:10)
- phppgbind - CVSROOT: Send commit messages to phppgbind-commits list User Devrim (Mon 20 08:05)
- bizgres - bizgres: On disk bitmap index, coded by Jie Zhang (continued) User Llonergan (Mon 20 05:15)
- python - fe: Test Portal and Query persistence across transactions and James William Pye (Mon 20 05:14)
- bizgres - bizgres: On disk bitmap index, coded by Jie Zhang User Llonergan (Mon 20 04:51)
- pgsql: Update obsolete comment. Tom Lane (Sun 19 19:59)
- python - pq: Fix error handling in Query and Function. James William Pye (Sun 19 06:12)
- pgsql: Modify logtape.c so that the initial LogicalTapeSetCreate call Tom Lane (Sun 19 05:58)
- pgsql: Improve tuplesort.c to support variable merge order. Tom Lane (Sun 19 05:54)
- pgsql: Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. Neil Conway (Sun 19 00:04)
- pgsql: Minor SGML style police work. Neil Conway (Sat 18 23:14)
- pgsql: ' is not valid HTML 4.01, so print the plain character Peter Eisentraut (Sat 18 22:54)
- pgsql: Patch from Marko Kreen: pgcrypto crypt()/md5 and hmac() leak Neil Conway (Sat 18 20:48)
- pgsql: Add support for Windows codepages 1253, 1254, 1255, and 1257 and Peter Eisentraut (Sat 18 16:15)
- pgsql: Mark unescape_single_char() "static": as far as I can see this Neil Conway (Sat 18 01:44)
- python - fe: Implement more mapping interfaces. James William Pye (Fri 17 20:35)
- python - fe: Make __iter__ be an implicit __call__. James William Pye (Fri 17 16:41)
- pgsql: Fix typo in comment. Neil Conway (Fri 17 03:29)
- pgsql: Change MemSet to use long instead of int32, for better Peter Eisentraut (Thu 16 23:23)
- bizgres - bizgres: Re-enabled ESCAPE clause in COPY text format after User Agoldshuv (Thu 16 22:10)
- psqlodbc - psqlodbc: Fix a typo. User Hinoue (Thu 16 21:13)
- pgpool - CVSROOT: mail to pgpool-committers(at)pgfoundry(dot)org User T-ishii (Thu 16 14:30)
- pgsql: Put the first section of a chapter in its own chunk. Peter Eisentraut (Thu 16 01:03)
- pgsql: Since we only use libld on AIX, don't include it in LIBS on any Tom Lane (Wed 15 17:23)
- python - be: Add and use interface to deleting function cache entries. James William Pye (Wed 15 06:30)
- python - be: Use snprintf instead of asprintf. James William Pye (Wed 15 04:47)
- pgsql: Repair --single-transaction patch so it handles blobs correctly. Tom Lane (Tue 14 23:30)
- bizgres - bizgres: Updated version number to 2.0.13 User Agoldshuv (Tue 14 23:25)
- pgsql: Move btbulkdelete's vacuum_delay_point() call to a place in the Tom Lane (Tue 14 17:20)
- pgsql: Add some missing vacuum_delay_point calls in GIST vacuuming. Tom Lane (Tue 14 16:39)
- psqlodbc - psqlodbc: Correction of Dialog font. User H-saito (Tue 14 15:50)
- pgsql: AllocSetStats should probably be using unsigned format to show Tom Lane (Tue 14 15:34)
- pgsql: Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake. Tom Lane (Tue 14 15:04)
- npgsql - Npgsql2: Imported Sources User Fxjr (Tue 14 13:29)
- pgpool - pgpool: Version 3.0.1 User T-ishii (Tue 14 08:24)
- pgpool - pgpool: Fix master/slave mode breakage in 2.7.2 Fix bug with User T-ishii (Tue 14 08:19)
- pgsql: Document that GRANT on a table does not affect sequence Bruce Momjian (Tue 14 03:32)
- bizgres - bizgres: Multiple LOAD statements in one control file are now User Agoldshuv (Tue 14 02:43)
- python - fe: Reduce the identifier size for prepared statements. James William Pye (Tue 14 02:18)
- bizgres - bizgres: Added error debug information when transactions fail. User Agoldshuv (Tue 14 02:16)
- pgsql: Document that xact commit/abort stats are collected if any stat Bruce Momjian (Tue 14 02:04)
- pgsql: Add positive defense against trying to connect when the Tom Lane (Mon 13 22:33)
- pgsql: IMHO, --single-transaction should wrap *all* the commands in Tom Lane (Mon 13 21:30)
- pgsql: Improve documentation of --single-transaction option: fix markup, Tom Lane (Mon 13 21:29)
- python - be: Link against LIBS var to make Python happy. James William Pye (Mon 13 18:27)
- pgsql: Place function names in first column for consistency. Bruce Momjian (Mon 13 17:09)
- pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving Tom Lane (Mon 13 16:22)
- pgsql: Fix build failure when not USE_READLINE. Tom Lane (Mon 13 14:57)
- pginstaller - pginst: Updates for 8.0.7 User Dpage (Mon 13 09:30)
- python - pq: A PANIC is also fatal. James William Pye (Mon 13 04:53)
- pgsql: Add: > > o Allow pg_hba.conf to specify host names along with Bruce Momjian (Mon 13 03:55)
- autodoc - autodoc: Add in very simple inheritance documentation. User Rbt (Mon 13 01:15)
- pgsql: Revert because C locale uses "" for thousands_sep, meaning "n/a", Bruce Momjian (Sun 12 23:48)
- pgsql: Stamp 7.3.14. Tom Lane (Sun 12 22:39)
- pgsql: Stamp 7.4.12. Tom Lane (Sun 12 22:38)
- pgsql: Stamp 8.0.7. Tom Lane (Sun 12 22:38)
- pgsql: Stamp 8.1.3. Tom Lane (Sun 12 22:37)
- pgsql: Update release notes. Tom Lane (Sun 12 22:35)
- pgsql: Fix bug in SET SESSION AUTHORIZATION that allows unprivileged Tom Lane (Sun 12 22:33)
- pgsql: Fix bug that allowed any logged-in user to SET ROLE to any other Tom Lane (Sun 12 22:32)
- pgsql: Throw a warning rather than an error on invalid character from Bruce Momjian (Sun 12 21:15)
- autodoc - autodoc: Display index information in HTML output. User Rbt (Sun 12 20:28)
Mail converted by MHonArc