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