Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2007-02 Chronological Index (1/3)
Last updated: Wed Jan 18 01:51:34 2012
521 messages
27 February 2007
pgsql: Update release timeline to use unnumber lists HTML. Bruce Momjian (23:12)
pgsql: Update DEV FAQ for CVS/SVN issue. Bruce Momjian (21:07)
pgsql: Remove Kerberos mention in Solaris FAQ. Bruce Momjian (19:10)
pgsql: Allow information schema definitions to work without requiring Peter Eisentraut (18:49)
python - be: Fix overflow checks(again). James William Pye (17:01)
pgsql: Make build.bat return a proper errorcode if the build fails. Magnus Hagander (15:21)
pginstaller - pginst: Fix spelling error, per Keith Turner User Mha (13:40)
pginstaller - pginst: Fix spelling error, per Keith Turner User Mha (13:39)
pgsql: Backported bug fix for #2956. Michael Meskes (13:27)
pgsql: Backported bug fix for #2956. Michael Meskes (13:27)
pgsql: Backported bug fix for #2956. Michael Meskes (13:27)
pgsql: Backported bug fix for #2956. Michael Meskes (13:26)
pgsql: Get rid of the separate EState for subplans, and just let them Tom Lane (01:11)
python - be: The garbage collector *can* run while compiling. James William Pye (00:31)
python - be: Turn on assert checking by default. James William Pye (00:30)
python - fe: read or write while EINTR. James William Pye (00:17)
26 February 2007
python - rc: Fix for 2.4. James William Pye (15:26)
python - be: Allow empty queries. James William Pye (15:05)
python - be: Make the linecache override work in 2.5. James William Pye (15:01)
python - be: Add 'closed' attribute. James William Pye (14:59)
25 February 2007
pgsql: Update 7.x variant horology files to match the new US DST rules. Tom Lane (22:37)
pgsql: Update 7.x variant horology files to match the new US DST rules. Tom Lane (22:37)
python - rc: Fix localfile's f.read() and override __builtins__.file to James William Pye (21:23)
python - ip: Add 'parameters' arguments(default SETs) and correct James William Pye (21:17)
pgsql: Put back copyObject() call I removed in a fit of brain fade. Tom Lane (17:44)
24 February 2007
23 February 2007
pgsql: Update Solaris FAQ. Bruce Momjian (23:22)
Re: [HACKERS] pgsql: Update Solaris FAQ. Bruce Momjian (23:22)
pgsql: Now that plans have flat rangetable lists, it's a lot easier to Tom Lane (21:59)
pgsql: Move BLCKSZ < 1024 check to guc.c. Bruce Momjian (21:36)
Re: pgsql: Update Solaris FAQ wording, per Peter. Bruce Momjian (20:38)
pgsql: Spelling fix. Bruce Momjian (20:38)
Re: pgsql: Update Solaris FAQ wording, per Peter. Stefan Kaltenbrunner (20:35)
Re: [HACKERS] pgsql: Update Solaris FAQ. Joshua D. Drake (20:31)
pgsql: Update Solaris FAQ wording, per Peter. Bruce Momjian (20:30)
Re: [HACKERS] pgsql: Update Solaris FAQ. Bruce Momjian (20:29)
Re: pgsql: Update Solaris FAQ. Peter Eisentraut (19:52)
pgsql: Update upgrade FAQ info. Bruce Momjian (19:06)
pgsql: Update Solaris FAQ. Bruce Momjian (18:38)
pgsql: Add psql \prompt capability. Bruce Momjian (18:21)
Re: pgsql: Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into Peter Eisentraut (09:37)
22 February 2007
pgsql: Fix bug I introduced in recent patch to make hash joins discard Tom Lane (22:49)
pgsql: Turn the rangetable used by the executor into a flat list, and Tom Lane (22:00)
21 February 2007
pgsql: Remove tabs from SGML reference files, so their addition can be Bruce Momjian (23:21)
pgsql: Update upgrade wording. Bruce Momjian (22:54)
pgsql: Update new optional VACUUM FULL hint for translations, per Bruce Momjian (22:47)
pgsql: Move increase FSM warning to after lazy_truncate_heap() because Bruce Momjian (22:15)
pgsql: btree source code cleanups: I refactored findsplitloc and Bruce Momjian (20:02)
pgsql: Update FAQ about minor updates. Bruce Momjian (19:48)
Re: pgsql: Update Chinese FAQs to have two versions, a traditional Chinese Robert Treat (19:41)
pgsql: Update Japanese FAQ. Bruce Momjian (17:24)
pgsql: Update URL in German FAQ for bug form, per Schima, Fabian Bruce Momjian (16:49)
pgsql: Update Chinese FAQs to have two versions, a traditional Chinese Bruce Momjian (16:42)
pgsql: Update Chinese FAQs to have two versions, a traditional Chinese Bruce Momjian (16:42)
Re: pgsql: Update upgrade text. Bruce Momjian (16:09)
pgsql: Fix typo, per Dave Page. Bruce Momjian (16:09)
pgsql: Update minor release text. Bruce Momjian (16:08)
Re: pgsql: Update upgrade text. Dave Page (15:53)
pgsql: Add configure --enable-profiling to enable GCC profiling. Bruce Momjian (15:13)
pgsql: Update upgrade text. Bruce Momjian (15:07)
pgsql: Revert changes to process pg_proc.h entries without OIDs. Magnus Hagander (12:28)
pgsql: Update URL for set-returning functions. Bruce Momjian (03:51)
pgsql: Allow pltcl args to spi_prepare and plpython args to plpy.prepare Andrew Dunstan (03:27)
pgsql: Add URL for: o Allow row and record variables to be set to Bruce Momjian (01:09)
20 February 2007
pgsql: Add: > > * Consider decreasing the amount of memory used by Bruce Momjian (23:39)
pgsql: Fix markup. Bruce Momjian (23:14)
pgsql: Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into Bruce Momjian (22:46)
pgsql: Add: > * Increase locking when DROPing objects so dependent Bruce Momjian (22:29)
pgsql: Add URL for: o Allow UPDATE/DELETE WHERE CURRENT OF Bruce Momjian (22:23)
pgsql: Add: > > * Add missing operators for geometric data types > > Bruce Momjian (21:22)
Re: pgsql: Update information_schema documentation to match system tables. Bruce Momjian (20:38)
Re: pgsql: Update information_schema documentation to match system tables. Peter Eisentraut (20:31)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Andrew Dunstan (20:30)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Dave Page (20:07)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Magnus Hagander (20:03)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Dave Page (19:59)
pgsql: Update "encode" documentation to mention that 'escape' only Bruce Momjian (19:59)
pgsql: Update "encode" documentation to mention that 'escape' only Bruce Momjian (19:59)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Dave Page (19:55)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Magnus Hagander (19:47)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Andrew Dunstan (19:46)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Dave Page (19:43)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Bruce Momjian (19:35)
pgsql: Update pgpass Win32 wording. Bruce Momjian (19:35)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Magnus Hagander (19:29)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Dave Page (19:24)
pgsql: Update information_schema documentation to match system tables. Bruce Momjian (18:47)
pgsql: Update information_schema documentation to match system tables. Bruce Momjian (18:47)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Tom Lane (18:44)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Andrew Dunstan (18:44)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Magnus Hagander (18:43)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Bruce Momjian (18:41)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Magnus Hagander (18:39)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Bruce Momjian (18:34)
Re: pgsql: Adjust user-facing documentation to explain why we don't check Andrew Dunstan (18:23)
pgsql: Wording improvement. Bruce Momjian (18:18)
pgsql: More clearly document that most PostgreSQL utilities support Bruce Momjian (18:11)
pgsql: More clearly document that most PostgreSQL utilities support Bruce Momjian (18:11)
pgsql: Adjust user-facing documentation to explain why we don't check Tom Lane (17:47)
pgsql: Remove the Query structure from the executor's API. Tom Lane (17:32)
pgsql: Remove, item not needed for Win32: < o Check .pgpass file Bruce Momjian (15:21)
pgsql: Add comment that on Win32, we don't need to check the .pgpass Bruce Momjian (15:21)
pgsql: Remove "History" sections for pg_dump and pg_restore. Bruce Momjian (15:01)
pgsql: Spell check on array patch. Bruce Momjian (14:54)
pgsql: Spell check on array patch. Bruce Momjian (14:54)
pgsql: Add for WIN32: < > o Check .pgpass file permissions Bruce Momjian (14:48)
pgsql: Update array slice documentation to be clearer. Bruce Momjian (14:34)
pgsql: Update array slice documentation to be clearer. Bruce Momjian (14:34)
pgsql: Add: > * Fix IS OF so it matches the ISO specification, and add Bruce Momjian (14:17)
pgsql: Comment-out documentation for IS OF because it doesn't conform to Bruce Momjian (14:05)
pgsql: Comment-out documentation for IS OF because it doesn't conform to Bruce Momjian (14:04)
stackbuilder - wizard: Warn the user before deselecting dependency User Dpage (12:20)
stackbuilder - wizard: Refactor tree handling to allow reloading should User Dpage (10:52)
pgsql: Identify schema of inherited table in psql \d when necessary. Peter Eisentraut (10:23)
pgsql: Add missing OIDs to pg_proc. Peter Eisentraut (10:00)
pginstaller - pginst: Add LongName attribute for xxid.v80.sql, per User Dpage (09:18)
pginstaller - pginst: Add LongName attribute for xxid.v80.sql, per User Dpage (09:00)
pginstaller - pginst: Add LongName attribute for xxid.v80.sql, per User Dpage (08:59)
pgsql: Remove item: < o ARRAY[[1,2],[3,4]])[1] should return the same Bruce Momjian (03:47)
pgsql: Document IS [NOT] OF, which was added in 7.3. Bruce Momjian (00:25)
pgsql: Document IS [NOT] OF, which was added in 7.3. Bruce Momjian (00:25)
19 February 2007
pgsql: Document that to_char('J'/Julian) is midnight-based, per report Bruce Momjian (22:51)
pgsql: Wording improvement. Bruce Momjian (22:10)
pgsql: Update PQfree() documentation to be clearer, backpatch to 8.2.X. Bruce Momjian (22:06)
pgsql: Update PQfree() documentation to be clearer, backpatch to 8.2.X. Bruce Momjian (22:06)
pgsql: Update wording: < * Consider allowing configuration of TOAST Bruce Momjian (21:08)
pgsql: Add: > * Consider allowing configuration of TOAST thresholds > Bruce Momjian (21:07)
pgsql: Add newlines. Bruce Momjian (20:42)
pgsql: Add: > * Allow UPDATEs on only non-referential integrity columns Bruce Momjian (20:41)
pgsql: Add: > * Allow INSERT/UPDATE ... Bruce Momjian (20:07)
pgsql: Clarify documentation that initdb -A or editing pg_hba.conf is Bruce Momjian (18:57)
pgsql: Clarify documentation for "day of the week" handling for Bruce Momjian (18:20)
pgsql: Done: > * -Add ISO day of week format 'ID' to to_char() where Bruce Momjian (17:58)
pgsql: Add "isodow" option to EXTRACT() and date_part() where Sunday = Bruce Momjian (17:41)
pgsql: Done: > * -Add a field 'isoyear' to extract(), based on the ISO Bruce Momjian (17:21)
pgsql: Done: < o Add long file support for binary pg_dump output < < Bruce Momjian (16:36)
pgsql: Fix pg_dump on win32 to properly dump files larger than 2Gb when Magnus Hagander (15:05)
pgsql: Fix pg_dump on win32 to properly dump files larger than 2Gb when Magnus Hagander (15:05)
stackbuilder - wizard: Use an XPM for the background, rather than an User Dpage (14:22)
pgsql: Parse pg_proc.h with entries without OIDs. Magnus Hagander (14:05)
plpsm - plpgpsm: mall text correctures User Okbob (12:59)
plpsm - plpgpsm: merge patch: Improve plpgsql's error message when a User Okbob (12:57)
stackbuilder - setupkit: Remove some RoR specific stuff from the User Dpage (10:15)
stackbuilder - setupkit: Initial import of the setup kit User Dpage (10:01)
stackbuilder - setupkit: New Directory User Dpage (10:00)
stackbuilder - setupkit: Imported Sources User Dpage (09:58)
stackbuilder - wizard: Initial import of the StackBuilder wizard code User Dpage (09:57)
stackbuilder - installers: Initial import of the pgRails installer User Dpage (09:51)
stackbuilder - installers: New Directory User Dpage (09:49)
stackbuilder - installers: Imported Sources User Dpage (09:46)
stackbuilder - installers: Imported Sources User Dpage (09:46)
stackbuilder - wizard: New Directory User Dpage (09:45)
stackbuilder - wizard: New Directory User Dpage (09:45)
stackbuilder - wizard: Imported Sources User Dpage (09:43)
stackbuilder - setupkit: Imported Sources User Dpage (09:38)
stackbuilder - installers: Imported Sources User Dpage (09:37)
stackbuilder - installers: Imported Sources User Dpage (09:35)
pgsql: Get rid of some old and crufty global variables in the planner. Tom Lane (07:03)
pgsql: Improve plpgsql's error message when a datatype declaration is Tom Lane (03:18)
pgsql: Put function expressions and values lists into FunctionScan and Tom Lane (02:23)
18 February 2007
pgsql: Fix portal management code to support non-default command Tom Lane (19:49)
pgsql: Fix portal management code to support non-default command Tom Lane (19:49)
pgsql: Fix portal management code to support non-default command Tom Lane (19:49)
pgsql: Fix portal management code to support non-default command Tom Lane (19:49)
Re: pgsql: Better fix for determining minimum and maximum int64 values that Peter Eisentraut (16:56)
plpsm - plpgpsm: enhanced diagnostics for warnings User Okbob (12:22)
pgsql: Document limitation of SPI_execute() using multiple queries in a Bruce Momjian (01:47)
pgsql: Update wording: < Currently, ALTER USER and ALTER DATABASE Bruce Momjian (01:34)