Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2005-08 Thread Index (2/3)
Last updated: Wed Jan 18 01:52:36 2012
422 messages
- pgsql: Rewrite gather-write patch into something less obviously bolted Tom Lane (Mon 22 23:59)
- pgsql: Update documentation that non-super users can now do ALTER OWNER. Bruce Momjian (Mon 22 21:32)
- pgsql: Back out incorrect use of E'' escape addition. Bruce Momjian (Mon 22 20:25)
- pgsql: Cause ALTER INDEX OWNER to generate a warning and do nothing, Tom Lane (Mon 22 19:40)
- pgsql: Fix unwanted denial of ALTER OWNER rights to superusers. Tom Lane (Mon 22 17:38)
- pgsql: enable_constraint_exclusion => constraint_exclusion Also improve Bruce Momjian (Mon 22 17:35)
- bizgres - bizgres: Default port changed to 5432. User Llonergan (Mon 22 17:14)
- pgsql: Improve xid wraparound message (the server isn't really shut Bruce Momjian (Mon 22 16:59)
- bizgres - bizgres: Spelled the word "Geographic" correctly. User Bklawans (Mon 22 16:57)
- pgsql: Use an initdb-time test to see if the local version of Tom Lane (Mon 22 16:27)
- pgsql: Fix some inconsistent choices of datatypes in xlog.c. Tom Lane (Mon 22 00:41)
- pgsql: Minor GUC cleanups: document krb_server_hostname and Tom Lane (Sun 21 03:40)
- pgsql: Add: > * Fix problems with wrong runtime encoding conversion for Bruce Momjian (Sun 21 01:04)
- pgsql: Seems that the childXids list would be better based on Oid lists Tom Lane (Sat 20 23:45)
- pgsql: Convert the arithmetic for shared memory size calculation from Tom Lane (Sat 20 23:26)
- python - pq: Add classifiers and fix copyright dates. James William Pye (Sat 20 23:19)
- python - pq: Fix potential deadlock. James William Pye (Sat 20 23:15)
- python - web: Exclude /static from the sync. James William Pye (Sat 20 20:41)
- pgsql: Invoke mksafefunc and mkunsafefunc with :: decoration. Tom Lane (Sat 20 19:19)
- pgsql: Make GetMultiXactIdMembers() a public function. Tatsuo Ishii (Sat 20 01:29)
- pgsql: Add BackendXidGetPid(). Tatsuo Ishii (Sat 20 01:26)
- pgsql: Repair problems with VACUUM destroying t_ctid chains too soon, Tom Lane (Sat 20 00:41)
- bizgres - bizgres: Added support for detecting and using the version of User Bklawans (Fri 19 19:21)
- bizgres - bizgres: Added support for building from csh (or one of its User Bklawans (Fri 19 19:14)
- bizgres - bizgres: Updated the build instructions to set the devoBuild User Bklawans (Fri 19 19:11)
- pgsql: Fix LRU/ALL description mismatch for GUC parameter. Bruce Momjian (Fri 19 18:58)
- pginstaller - pginst: Add PgOleDb licence and support details. User Dpage (Fri 19 12:39)
- pgsql: Consistently align comments in postgresql.conf, move some Bruce Momjian (Fri 19 01:55)
- pgsql: Update some obsolete comments --- code is using t_self now, not Tom Lane (Thu 18 21:34)
- pgsql: Fix up LIMIT/OFFSET planning so that we cope with non-constant Tom Lane (Thu 18 17:51)
- pgsql: Add: > o Remove unnecessary abstractions in pg_dump source code Bruce Momjian (Thu 18 14:14)
- pgsql: Add hint for to_char(interval) invalid format specifications. Bruce Momjian (Thu 18 13:43)
- pgsql: Done: > * -Prevent to_char() on interval from returning Bruce Momjian (Thu 18 04:42)
- pgsql: Fix to_char(interval) to return proper year and century values. Bruce Momjian (Thu 18 04:37)
- pgsql: Avoid an Assert failure if OuterUserId hasn't been set yet during Tom Lane (Wed 17 22:14)
- pgsql: More formatting.c cleanups. Bruce Momjian (Wed 17 22:06)
- pgbuildfarm - client-code: test for existence of inst before trying to User Andrewd (Wed 17 21:59)
- pgsql: Small cleanup. Bruce Momjian (Wed 17 21:54)
- pgsql: Adjust to_char/from_char code to use boolean "is_to_char" rather Bruce Momjian (Wed 17 21:48)
- pgsql: Remove unnecessary configure test for inet_ntop(), per Andrew Tom Lane (Wed 17 20:20)
- pgsql: Fix declaration of dumpacl, per Alvaro. Tom Lane (Wed 17 19:45)
- python - ex: Add a few exceptions and rename a few. James William Pye (Wed 17 05:20)
- python - be: Limit Postgres.Query to 1 command. James William Pye (Wed 17 05:06)
- pgsql: Fix FSM warning to mention increasing max_fsm_pages. Bruce Momjian (Wed 17 03:51)
- python - be: Fix Portal seeking. James William Pye (Wed 17 02:23)
- pgsql: Minor cleanup. Bruce Momjian (Wed 17 01:45)
- python - be: Bug squishing in utils and tupledesc. James William Pye (Wed 17 01:24)
- tablelog - tablelog: - make it working on windows - comment out some User Andreas (Tue 16 22:39)
- tablelog - tablelog: - docu updated - some cleanups User Andreas (Tue 16 22:36)
- tablelog - tablelog: functions now in tablelog_init.sql User Andreas (Tue 16 22:36)
- tablelog - tablelog: - move functions from tablelog_columnnames.sql - User Andreas (Tue 16 22:35)
- pgsql: Improve comment. Bruce Momjian (Tue 16 19:23)
- pgsql: Update pgcvslog comment on how to find branch start time. Bruce Momjian (Tue 16 17:46)
- pgpool - pgpool: Fix show pool_status command bug. User T-ishii (Tue 16 13:42)
- pgsql: Remove registration message in all the supported back branches; Tom Lane (Tue 16 03:33)
- python - be: James William Pye (Tue 16 02:08)
- python - be: Increment the Command Counter in execute(). James William Pye (Tue 16 02:08)
- python - be: Do error checking on repr and getitem in htup_repr. James William Pye (Tue 16 02:06)
- pgsql: Reject operator names >= NAMEDATALEN characters. Tom Lane (Tue 16 00:48)
- pgsql: Rename pg_stat_file columns to be more consistent. Bruce Momjian (Mon 15 23:00)
- pgsql: Clean up recent patch for PL handler functions in pg_catalog: the Tom Lane (Mon 15 21:50)
- pgsql: Make createlang and droplang proof against weird search_path Tom Lane (Mon 15 21:02)
- pgsql: array_in() and array_recv() need to be more paranoid about Tom Lane (Mon 15 19:40)
- pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra Tom Lane (Mon 15 19:05)
- pgsql: Allow the pgstat views to show toast tables as well as regular Tom Lane (Mon 15 16:25)
- pgsql: Clean up some stray remaining references to pg_shadow, pg_user, Tom Lane (Mon 15 02:40)
- pgsql: Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, Tom Lane (Mon 15 02:36)
- pgsql: Update administrator's guide chapters for ROLEs patch. Tom Lane (Sun 14 23:35)
- pgsql: Change standard_compliant_strings to standard_conforming_strings. Peter Eisentraut (Sun 14 22:19)
- pgsql: Update the createuser utility for the ROLEs world. Tom Lane (Sun 14 20:16)
- pgsql: Fix psql's \d commands to use pg_roles instead of pg_user, so Tom Lane (Sun 14 19:20)
- pgsql: Fix up tab completion for ROLEs and add some more completion Tom Lane (Sun 14 18:49)
- pgsql: Tweak catalog cache management algorithms to reduce cost of Tom Lane (Sat 13 22:18)
- pgsql: Make pg_stat_file() use OUT parameters so that the user doesn't Tom Lane (Sat 13 19:02)
- pgsql: Remove API file. Bruce Momjian (Sat 13 15:27)
- pgsql: CREATE TABLE has optional column names, so change {} to []. Bruce Momjian (Sat 13 02:48)
- pgsql: The large one adds support for RSA keys and reorganizes the Bruce Momjian (Sat 13 02:06)
- pgsql: Add documentation: >>>I think a more accurate description would Bruce Momjian (Sat 13 01:55)
- pgsql: Disable strtoul() ERANGE check on Win32, because it isn't thread Bruce Momjian (Sat 13 01:34)
- pgsql: Reverse out Assert addition. Bruce Momjian (Fri 12 23:13)
- pgsql: Pass the type OID as the typioparam for all non-array types, Tom Lane (Fri 12 21:49)
- pgsql: Back out plpython makefile change. Bruce Momjian (Fri 12 21:44)
- pgsql: Improve documention on loading large data sets into plperl. Bruce Momjian (Fri 12 21:42)
- pgsql: This patch fixes the event type used to log output from the Bruce Momjian (Fri 12 21:37)
- pgsql: Un-break plperl for non-set case. Tom Lane (Fri 12 21:26)
- pgsql: [ backpatched to 8.0.X.] > >> 3) I restarted the postmaster both Bruce Momjian (Fri 12 21:23)
- pgsql: > Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> writes: > > I ran across Bruce Momjian (Fri 12 21:20)
- pgsql: More rsi assignment line too. Bruce Momjian (Fri 12 21:09)
- pgsql: Fix up canonicalize_path to do the right thing in all cases (I Tom Lane (Fri 12 21:07)
- pgsql: Fix this: $ ./configure --without-docdir .. Bruce Momjian (Fri 12 21:02)
- pgsql: Cleanups for FreeBSD linking (PIC) and plpython compiles. Bruce Momjian (Fri 12 20:57)
- pgsql: > The attached patch moves a plperl sanity check into the correct Bruce Momjian (Fri 12 20:48)
- pgsql: No server version of snprintf needed, so remove Makefile rule. Bruce Momjian (Fri 12 19:45)
- pgsql: Reverse out changes to canonicalize_path(), per suggestion from Bruce Momjian (Fri 12 19:43)
- pgsql: Modify canonicalize_path() so if we would return a trailing "..", Bruce Momjian (Fri 12 19:42)
- pgsql: Code & docs review for server instrumentation patch. Tom Lane (Fri 12 18:24)
- bizgres - bizgres: coalesce added to status_id, to default to -1 in the User Nwakefield (Fri 12 17:48)
- bizgres - bizgres: port 10000 needs to be explicit User Nwakefield (Fri 12 17:22)
- bizgres - bizgres: Sequence for site_id needs to start at 1 not 0, or User Nwakefield (Fri 12 17:12)
- pgsql: Add markup for GUC mention in docs. Bruce Momjian (Fri 12 15:58)
- pgsql: Change a couple of "can't happen" error messages to be a shade Tom Lane (Fri 12 14:34)
- python - be: Move metaend's LargeObject class into prime.py. James William Pye (Fri 12 05:07)
- pgsql: Remove BufferBlockPointers array in favor of a base + (bufnum) * Tom Lane (Fri 12 05:05)
- python - be: Expected is always filled in now, so it cannot be used as James William Pye (Fri 12 04:26)
- pgsql: Add files to do read I/O on the cluster directory: Bruce Momjian (Fri 12 03:25)
- pgsql: Update comments. Bruce Momjian (Fri 12 03:07)
- pgsql: Document why we only handle trailing "..". Bruce Momjian (Fri 12 02:48)
- pgsql: Solve the problem of OID collisions by probing for duplicate OIDs Tom Lane (Fri 12 01:36)
- pgsql: Backpatch fseeko fix for seeking from end of file. Bruce Momjian (Fri 12 00:29)
- tablelog - tablelog: - add function for getting column names of a table User Andreas (Fri 12 00:05)
- pgsql: Fix BSD fseeko to seek from the end of the file. Bruce Momjian (Thu 11 23:05)
- pgsql: EINTR return from connect() should be treated exactly the same as Tom Lane (Thu 11 22:53)
- python - pq: Refine extended protocol transactions. James William Pye (Thu 11 22:16)
- python - pq: Use () instead of tuple(), and make Describe, Close, and James William Pye (Thu 11 22:03)
- pgsql: Autovacuum loose end mop-up. Tom Lane (Thu 11 21:11)
- pgsql: Backpatch new CVS home page URL. Bruce Momjian (Thu 11 13:54)
- pgsql: Update for new CVS homepage. Bruce Momjian (Thu 11 13:52)
- pgsql: Mention MD5 function index for indexing long values. Bruce Momjian (Thu 11 13:22)
- pgsql: Update MD5 mention for long values. Bruce Momjian (Thu 11 13:22)
- pgsql: Fix canonicalize_path so "../.." isn't stripped off and ignored. Bruce Momjian (Thu 11 03:53)
- uri - uri: Fix by DarcyB to compile against 7.x User Applejack (Thu 11 00:45)
- pgsql: Make new hints follow style guide. Tom Lane (Wed 10 22:39)
- pgsql: Add hints to cases where indexes fail because of values that are Bruce Momjian (Wed 10 21:36)
- python - pq: Remove superfluous fatality state. James William Pye (Wed 10 21:13)
- bizgres - bizgres: added $BIZHOME User Nitin (Wed 10 20:27)
- pgsql: Document why Win32 loops over rename/unlink are necessary. Bruce Momjian (Wed 10 19:52)
- bizgres - bizgres: changed java vm memory settings to 128m and 512m User Nitin (Wed 10 19:50)
- python - be: Add SXid() and Transact() module functions. James William Pye (Wed 10 19:50)
- pgsql: Add new FAQ information. Bruce Momjian (Wed 10 19:30)
- python - be: Only do handler based Python identification. James William Pye (Wed 10 19:06)
- python - be: If the call's iterator hits the end, it will return NULL James William Pye (Wed 10 18:52)
- pgpool - pgpool: If invalid non-switch args are given (for example, User T-ishii (Wed 10 12:11)
- pgsql: Extend pg_config to be able to report the build-time values of Tom Lane (Tue 09 22:47)
- pgsql: Make backends that are reading the pgstats file verify each Tom Lane (Tue 09 21:14)
- pgsql: Combine entries: < inheritance < * Allow Bruce Momjian (Tue 09 20:24)
- pgsql: Done: > * -Add C code on Unix to copy directories for use in Bruce Momjian (Tue 09 17:14)
- pgsql: Update postgresql.conf to show default ordering for Bruce Momjian (Tue 09 05:44)
- pgsql: Remove unintended file change. Bruce Momjian (Tue 09 05:14)
- pgsql: Fix ordering of default sync options to match code. Bruce Momjian (Tue 09 05:01)
- pgsql: Update patches queue URL, description. Bruce Momjian (Tue 09 04:56)
- pgsql: Done: > * -Allow multiple blocks to be written to WAL with one Bruce Momjian (Tue 09 04:51)
- pgsql: Clarify wal_sync_method options in documentation. Bruce Momjian (Tue 09 04:50)
- pgsql: Fix crash when reading 'timezone = unknown' from postgresql.conf Tom Lane (Mon 08 23:39)
- pgsql: Done: > o -Allow FOR UPDATE queries to do NOWAIT locks Bruce Momjian (Mon 08 20:27)
- pgsql: Avoid useless loop overhead in AtEOXact routines when the backend Tom Lane (Mon 08 19:44)
- pgsql: Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume Tom Lane (Mon 08 19:17)
- bizgres - bizgres: Added key transformation stand-in classes for User Nwakefield (Mon 08 15:22)
- pgsql: Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier Tom Lane (Mon 08 03:35)
- pgsql: Cause ShutdownPostgres to do a normal transaction abort during Tom Lane (Mon 08 03:12)
- python - pq: Remove Argument, improve performance, use __slots__. James William Pye (Mon 08 01:39)
- pgsql: Set shlib naming convention on Cygwin to 'cygFOO.dll', which Tom Lane (Sun 07 19:02)
- pgsql: Fix count_usable_fds() to stop trying to open files once it Tom Lane (Sun 07 18:47)
- pgbuildfarm - client-code: split --from-source into two options - one User Andrewd (Sat 06 23:19)
- pgsql: COPY performance improvements. Tom Lane (Sat 06 20:42)
- pgsql: Actually, this macro had worse problems than a bogus name ... Tom Lane (Fri 05 15:01)
- pgsql: Fix misspelled macro name. Tom Lane (Fri 05 14:36)
- pgbuildfarm - client-code: fail at CVS stage if the repo has local User Andrewd (Thu 04 15:29)
- python - lo: Add protocol space. James William Pye (Thu 04 02:30)
- python - lo: New Directory James William Pye (Thu 04 02:29)
- python - lo: Add server options, process, and SSL requirement options. James William Pye (Thu 04 02:28)
- pgsql: ALTER TABLE OWNER must change the ownership of the table's Tom Lane (Thu 04 01:09)
Mail converted by MHonArc