Mailing lists [pgsql-committers]
- psqlodbc - psqlodbc: Some changes. h-saito@pgfoundry.org (User H-saito)
- pgsql: Since sort_bounded_heap makes state changes that should be made tgl@postgresql.org (Tom Lane)
- pgsql: Properly indent SGML source of libpq.sgml. momjian@postgresql.org (Bruce Momjian)
- pgsql: More SGML alignment cleanups. momjian@postgresql.org (Bruce Momjian)
- pgsql: Clean up whitespace. momjian@postgresql.org (Bruce Momjian)
- docbot - docbot: Fixed typo spotted by mastermind pjmodos@pgfoundry.org (User Pjmodos)
- pgsql: Implement function-local GUC parameter settings, as per recent tgl@postgresql.org (Tom Lane)
- pgsql: Fix breakage of GIN support for varchar[] and cidr[] that I tgl@postgresql.org (Tom Lane)
- pgsql: Add an ORDER BY to nail down the expected row order from a query tgl@postgresql.org (Tom Lane)
- pgsql: Improve stylistic consistency of descriptions of built-in objects tgl@postgresql.org (Tom Lane)
- pgsql: Fix MSVC build (I think) for recent pg_proc.h column addition. tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql: 2008-09-03 Francisco Figueiredo Jr. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql: 2007-09-03 Francisco Figueiredo Jr. fxjr@pgfoundry.org (User Fxjr)
- Re: pgsql: Improve stylistic consistency of descriptions of built-in objects Bruce Momjian
- pgsql: Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER tgl@postgresql.org (Tom Lane)
- Re: pgsql: Improve stylistic consistency of descriptions of built-in objects Tom Lane
- Re: pgsql: Improve stylistic consistency of descriptions of built-in objects Bruce Momjian
- Re: pgsql: Improve stylistic consistency of descriptions of built-in objects Tom Lane
- pllolcode - tmp: Start killing off shift/reduce errors eggyknap@pgfoundry.org (User Eggyknap)
- pllolcode - tmp: Getting closer -- now working on MEBBE eggyknap@pgfoundry.org (User Eggyknap)
- pgsql: Restrict tsearch config file base names to contain a-z, 0-9, and tgl@postgresql.org (Tom Lane)
- pgsql: Sync examples of psql \dF output with current CVS HEAD behavior. tgl@postgresql.org (Tom Lane)
- pgsql: Synced parser and keyword list. meskes@postgresql.org (Michael Meskes)
- pgsql: Provide for binary input/output of enums, to fix complaint from adunstan@postgresql.org (Andrew Dunstan)
- jdbccache - jdbccache: Imported Sources davecramer@pgfoundry.org (User Davecramer)
- jdbccache - jdbccache: auto-load database drivers based on url prefix kocka@pgfoundry.org (User Kocka)
- psqlodbc - psqlodbc: Prep Ver 08.02.0500. h-saito@pgfoundry.org (User H-saito)
- pgsql: Implement lazy XID allocation: transactions that do not modify tgl@postgresql.org (Tom Lane)
- pgsql: Quick hack to make the VXID of a prepared transaction be -1/XID, tgl@postgresql.org (Tom Lane)
- pgsql: Volatile-qualify the ProcArray PGPROC pointer in a bunch of tgl@postgresql.org (Tom Lane)
- pgsql: Done: < * Reduce XID consumption of read-only queries < < momjian@postgresql.org (Bruce Momjian)
- pgsql: Make eval_const_expressions() preserve typmod when simplifying tgl@postgresql.org (Tom Lane)
- pgbouncer - pgbouncer: doc updates - check if asciidoc & xmlto - accept mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: rename disable_varcache to track_parameters mkz@pgfoundry.org (User Mkz)
- jdbccache - jdbccache: uberjar kocka@pgfoundry.org (User Kocka)
- pgbouncer - pgbouncer: long-lived logfile fd mkz@pgfoundry.org (User Mkz)
- pgsql: Allow CREATE INDEX CONCURRENTLY to disregard transactions in tgl@postgresql.org (Tom Lane)
- pgbouncer - pgbouncer: older asciidoc prints ver into stderr mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: mention loglived logfd mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: remove track_parameters knob, no good usage mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: new libevent wants clock_gettime() in -lrt mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: code still tried to close fd, fix and clean up mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: dont close logfile on first load mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: hack to use [,] in regex mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: todo update mkz@pgfoundry.org (User Mkz)
- pgsql: Add turkish stopword list. teodor@postgresql.org (Teodor Sigaev)
-
pgsql: Refactoring by Heikki Linnakangas
with teodor@postgresql.org (Teodor Sigaev) - pgsql: Improving various checks by Heikki Linnakangas teodor@postgresql.org (Teodor Sigaev)
-
pgsql: Improvements from Heikki Linnakangas
teodor@postgresql.org (Teodor Sigaev) - pgsql: Fix indefinit loop in rank_cd for some corner queries. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Improve page split in rtree emulation. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Improve page split in rtree emulation. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Improve page split in rtree emulation. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Add Hash thread URL: > momjian@postgresql.org (Bruce Momjian)
- jdbccache - jdbccache: typo fix kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: New Directory kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: New Directory kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: type in package name kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: kocka@pgfoundry.org (User Kocka)
- pgsql: Don't take ProcArrayLock while exiting a transaction that has no tgl@postgresql.org (Tom Lane)
- pgsnmpd - pgsnmpd: Make this work in more than just bash eggyknap@pgfoundry.org (User Eggyknap)
- pgsnmpd - pgsnmpd: Add pg_namespace, pg_opclass, and pg_operator (and eggyknap@pgfoundry.org (User Eggyknap)
- pgsql: Replace the former method of determining snapshot xmax --- to tgl@postgresql.org (Tom Lane)
- malaga-tsearch - CVSROOT: Added malaga-tsearch module hlinnaka@pgfoundry.org (User Hlinnaka)
- malaga-tsearch - CVSROOT: fixed broken format hlinnaka@pgfoundry.org (User Hlinnaka)
- malaga-tsearch - malaga-tsearch: Imported Sources hlinnaka@pgfoundry.org (User Hlinnaka)
- jdbccache - jdbccache: kocka@pgfoundry.org (User Kocka)
- pgsql: Provide for a file specifying non-standard config options for adunstan@postgresql.org (Andrew Dunstan)
- jdbccache - jdbccache: New Directory kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: New Directory kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: New Directory kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: New Directory kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: New Directory kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: New Directory kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: kocka@pgfoundry.org (User Kocka)
- pgsql: fix typo in regression Makefile. adunstan@postgresql.org (Andrew Dunstan)
- pgbuildfarm - client-code: use new extra_config setting on temp regress andrewd@pgfoundry.org (User Andrewd)
- pgbuildfarm - client-code: use extra config in installed db as well. andrewd@pgfoundry.org (User Andrewd)
- jdbccache - jdbccache: changes to add PGSimpleDataSource to build davecramer@pgfoundry.org (User Davecramer)
- jdbccache - jdbccache: made test succeed without system parameters davecramer@pgfoundry.org (User Davecramer)
- jdbccache - jdbccache: New Directory davecramer@pgfoundry.org (User Davecramer)
- jdbccache - jdbccache: added PGSimpleDataSource to replace the one in davecramer@pgfoundry.org (User Davecramer)
- pgsql: Code review for GUC revert-values-if-removed-from-postgresql.conf tgl@postgresql.org (Tom Lane)
- pgsql: Set the correct context (PGC_SIGHUP) for log_autovacuum, per tgl@postgresql.org (Tom Lane)
- pgtray - pgtray: New Directory andrei@pgfoundry.org (User Andrei)
- pgtray - pgtray: New Directory andrei@pgfoundry.org (User Andrei)
- pgtray - pgtray: New Directory andrei@pgfoundry.org (User Andrei)
- pgtray - pgtray: New Directory andrei@pgfoundry.org (User Andrei)
- pgtray - pgtray: Added win32 installer, based on PgFoundry's setupkit. andrei@pgfoundry.org (User Andrei)
- pgsql: Revert temporary patch that made synchronous_commit default to tgl@postgresql.org (Tom Lane)
- pgtray - pgtray: Added win32 installer, based on PgFoundry's setupkit. andrei@pgfoundry.org (User Andrei)
-
pgsql: Fixes from Heikki Linnakangas
: teodor@postgresql.org (Teodor Sigaev) - pgsql: Change void* opaque argument to Datum type, add argument's teodor@postgresql.org (Teodor Sigaev)
- pgsql: Remove the vacuum_delay_point call in count_nondeletable_pages, alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Remove the vacuum_delay_point call in count_nondeletable_pages, alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Remove the vacuum_delay_point call in count_nondeletable_pages, alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Remove the vacuum_delay_point call in count_nondeletable_pages, alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix recently introduced bugs about parsing ispell/hunspell files. teodor@postgresql.org (Teodor Sigaev)
-
pgsql: Heikki Linnakangas
: Add tsearch teodor@postgresql.org (Teodor Sigaev) - pgsql: Release the exclusive lock on the table early after truncating it alvherre@postgresql.org (Alvaro Herrera)
- malaga-tsearch - malaga-tsearch: Initial version. hlinnaka@pgfoundry.org (User Hlinnaka)
- pgsql: Make CLUSTER and REINDEX silently skip remote temp tables in alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Make CLUSTER and REINDEX silently skip remote temp tables in alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Arrange for SET LOCAL's effects to persist until the end of the tgl@postgresql.org (Tom Lane)
- Re: pgsql: Release the exclusive lock on the table early after truncating it Tom Lane
- Re: pgsql: Release the exclusive lock on the table early after truncating it Alvaro Herrera
- pgsql: Rename recently-added pg_stat_activity column from txn_start to tgl@postgresql.org (Tom Lane)
- dbsamples - pagila: Update pagila schema for 8.3. xzilla@pgfoundry.org (User Xzilla)
- pgsnmpd - pgsnmpd: Finish system tables, fix psqlCatalogTables typo eggyknap@pgfoundry.org (User Eggyknap)
- Re: pgsql: Set the correct context (PGC_SIGHUP) for log_autovacuum, per Gregory Stark
- pgbouncer - pgbouncer: dont load users if auth_type=any mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: tag server dirty if changing vars mkz@pgfoundry.org (User Mkz)
-
pgsql: Refactor from Heikki Linnakangas
: * teodor@postgresql.org (Teodor Sigaev) - pgsql: Fix ts_debug function to prevent unneeded calls of ts_lexize(). teodor@postgresql.org (Teodor Sigaev)
- pginstaller - pginst: Couple of 8.3 updates dpage@pgfoundry.org (User Dpage)
- Re: pgsql: Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro
- textsearch-ja - textsearch-ja: Imported Sources itagaki@pgfoundry.org (User Itagaki)
- textsearch-ja - textsearch-ja: New Directory itagaki@pgfoundry.org (User Itagaki)
- textsearch-ja - textsearch-ja: Initial version. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Add regression tests for ispell, synonym and thesaurus teodor@postgresql.org (Teodor Sigaev)
- pginstaller - pginst: We need to link with secure32.lib now that libpq dpage@pgfoundry.org (User Dpage)
- pginstaller - pginst: Some additional fixes for 8.3 dpage@pgfoundry.org (User Dpage)
- textsearch-ja - textsearch-ja: Fix file layout itagaki@pgfoundry.org (User Itagaki)
- pgsql: Fix header's size of structs defines in ispell. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix header's size of structs defines in ispell. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix header's size of structs defines in ispell. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix header's size of structs defines in ispell. teodor@postgresql.org (Teodor Sigaev)
- pgbouncer - pgbouncer: log disconnections on INFO level if requested mkz@pgfoundry.org (User Mkz)
- pginstaller - pginst: Update to the current status of contrib modules in dpage@pgfoundry.org (User Dpage)
- psqlodbc - psqlodbc: Correct the format of Bind message under 64bit hinoue@pgfoundry.org (User Hinoue)
- pgsql: Remove QueryOperand->istrue flag, it was used only in cover teodor@postgresql.org (Teodor Sigaev)
- pgsql: Include hash table name in all the internal-error elog messages tgl@postgresql.org (Tom Lane)
- pgsql: Make sure that open hash table scans are cleaned up when bgwriter tgl@postgresql.org (Tom Lane)
- pgsql: Make sure that open hash table scans are cleaned up when bgwriter tgl@postgresql.org (Tom Lane)
- pgsql: Make sure that open hash table scans are cleaned up when bgwriter tgl@postgresql.org (Tom Lane)
- pgsql: Make sure that open hash table scans are cleaned up when bgwriter tgl@postgresql.org (Tom Lane)
- pgsql: Stamp momjian@postgresql.org (Bruce Momjian)
- pgsql: Stamp momjian@postgresql.org (Bruce Momjian)
- pgsql: Stamp momjian@postgresql.org (Bruce Momjian)
- pgsql: Stamp momjian@postgresql.org (Bruce Momjian)
- pgsql: Stamp momjian@postgresql.org (Bruce Momjian)
- pgsql: Stamp momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Stamp Bruce Momjian
- pgsql: Upcoming most recent release will be 8.2.5. momjian@postgresql.org (Bruce Momjian)
- pgsql: Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. momjian@postgresql.org (Bruce Momjian)
- pgsql: Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. momjian@postgresql.org (Bruce Momjian)
- pgsql: Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. momjian@postgresql.org (Bruce Momjian)
- pgsql: Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. momjian@postgresql.org (Bruce Momjian)
- pgsql: Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. momjian@postgresql.org (Bruce Momjian)
- pgsql: Sync timezone data with 2007g zic release. tgl@postgresql.org (Tom Lane)
- pgsql: Sync timezone data with 2007g zic release. tgl@postgresql.org (Tom Lane)
- pgsql: Sync timezone data with 2007g zic release. tgl@postgresql.org (Tom Lane)
- pgsql: Sync timezone data with 2007g zic release. tgl@postgresql.org (Tom Lane)
- Re: pgsql: Remove QueryOperand->istrue flag, it was used only in cover Heikki Linnakangas
- pgsql: Give ICC its preferred, documented form of the no-strict-aliasing tgl@postgresql.org (Tom Lane)
- jdbccache - jdbccache: properties added kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: properties added kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: properties added kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: properties added kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: properties added kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: properties added kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: properties added kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: added setter to PGSimpleDataSource and now pass davecramer@pgfoundry.org (User Davecramer)
- pgsql: Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Update Japanese FAQ to current release number. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update Japanese FAQ to current release number. momjian@postgresql.org (Bruce Momjian)
- pgsql: Document an efficient way to create documentation for back momjian@postgresql.org (Bruce Momjian)
- psqlodbc - psqlodbc: Prep Ver 08.02.0500 and Fixed build of without h-saito@pgfoundry.org (User H-saito)
- psqlodbc - psqlodbc: Oops,typo.. h-saito@pgfoundry.org (User H-saito)
- psqlodbc - psqlodbc: Duplication deletion. h-saito@pgfoundry.org (User H-saito)
- Re: pgsql: Remove QueryOperand->istrue flag, it was used only in cover Teodor Sigaev
- pgbouncer - pgbouncer: fix check for authfile changes silly typo made mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: fix check for authfile changes silly typo made mkz@pgfoundry.org (User Mkz)
- pginstaller - pginst: JDBC driver update dpage@pgfoundry.org (User Dpage)
- pginstaller - pginst: JDBC driver update dpage@pgfoundry.org (User Dpage)
- pginstaller - pginst: JDBC driver update dpage@pgfoundry.org (User Dpage)
- pgbouncer - pgbouncer: larger SMALL_PKT mkz@pgfoundry.org (User Mkz)
- pginstaller - pginst: Release prep dpage@pgfoundry.org (User Dpage)
- pginstaller - pginst: Release prep dpage@pgfoundry.org (User Dpage)
- pgbouncer - pgbouncer: proper login log mkz@pgfoundry.org (User Mkz)
- pginstaller - pginst: Release prep dpage@pgfoundry.org (User Dpage)
- pgbouncer - pgbouncer: remove too paranoid fd cleanup mkz@pgfoundry.org (User Mkz)
- pginstaller - pginst: Start the postmaster service with the -w option to dpage@pgfoundry.org (User Dpage)
- pginstaller - pginst: Start the postmaster service with the -w option to dpage@pgfoundry.org (User Dpage)
- pgsql: Install dictionary sample files. mha@postgresql.org (Magnus Hagander)
- pgsql: Revert ill-starred change to ICC anti-aliasing switches. tgl@postgresql.org (Tom Lane)
- pgsql: Fix the database-wide version of CLUSTER to silently skip temp alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix the database-wide version of CLUSTER to silently skip temp alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix the database-wide version of CLUSTER to silently skip temp alvherre@postgresql.org (Alvaro Herrera)
- jdbccache - jdbccache: kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: kocka@pgfoundry.org (User Kocka)
- pgsql: Whitespace improvement. momjian@postgresql.org (Bruce Momjian)
- pgsql: Make REINDEX DATABASE silently skip remote temp tables. alvherre@postgresql.org (Alvaro Herrera)
- Re: pgsql: Release the exclusive lock on the table early after truncating it Alvaro Herrera
- pgsql: Perform post-escaping encoding validity checks on SQL literals adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Redefine the lp_flags field of item pointers as having four tgl@postgresql.org (Tom Lane)
- pgsql: Fix a memory leak in the autovacuum launcher code. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Update Japanese FAQ, backpatch. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update Japanese FAQ, backpatch. momjian@postgresql.org (Bruce Momjian)
- temporal - temporal: removed the old svn directories that never should jdavis@pgfoundry.org (User Jdavis)
- temporal - temporal: Added a few html pages jdavis@pgfoundry.org (User Jdavis)
- temporal - temporal: New Directory jdavis@pgfoundry.org (User Jdavis)
- temporal - temporal: reorganized the files, added a stub file for the jdavis@pgfoundry.org (User Jdavis)
- pgsql: Fix typo in typecasting. teodor@postgresql.org (Teodor Sigaev)
- jdbccache - jdbccache: make sure preparethreshold is 1 davecramer@pgfoundry.org (User Davecramer)
- pgsnmpd - pgsnmpd: Update TODO eggyknap@pgfoundry.org (User Eggyknap)
- pgsnmpd - pgsnmpd: Order of a module header. h-saito@pgfoundry.org (User H-saito)
- Re: pgsql: Implement lazy XID allocation: transactions that do not modify Jan Wieck
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Update documentation to emphasize autovacuum rather than momjian@postgresql.org (Bruce Momjian)
- pgsql: Clarify age() 'months' calculation documentation. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Document that age() adds days, then full months. Bruce Momjian
- snapshot - src: Even when the remote connection is local (remote=local), cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: New Directory cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: New Directory cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: New Directory cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: 1) Using cursors for fetching data (at least when doing cunha17@pgfoundry.org (User Cunha17)
- pgsql: Update documented error text. momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove ill-considered (not to mention undocumented) attempt to tgl@postgresql.org (Tom Lane)
- pgsql: Remove ill-considered (not to mention undocumented) attempt to tgl@postgresql.org (Tom Lane)
- pgsql: Mentino that PAM doesn't work for Unix system authentication momjian@postgresql.org (Bruce Momjian)
- pgsql: Update GNU tar error code documentation. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update GNU tar error code documentation. momjian@postgresql.org (Bruce Momjian)
- pgsql: This is small patch fixes a spi example (PG_MODULE_MAGIC is momjian@postgresql.org (Bruce Momjian)
- pgsql: Add tsearch tab completion support: * adds a few missing words momjian@postgresql.org (Bruce Momjian)
- pgsql: Update tsearch include location in example. momjian@postgresql.org (Bruce Momjian)
- pgsql: Clarify tar documentation about return error codes. momjian@postgresql.org (Bruce Momjian)
- pgsql: Clarify tar documentation about return error codes. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update documentation to mention that autovacuum also does analyze momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix missed version-stamping. tgl@postgresql.org (Tom Lane)
- Re: pgsql: Fix missed version-stamping. Bruce Momjian
- pgsql: Add LDAP URL documentation. momjian@postgresql.org (Bruce Momjian)
- npgsql - Npgsql2: New Directory fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Added Npgsql2 documentation from original Npgsql fxjr@pgfoundry.org (User Fxjr)
- pgsql: Add some links for escape strings. momjian@postgresql.org (Bruce Momjian)
- npgsql - Npgsql2: Fixed UserManual documentation. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Minor editorialization on release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Minor editorialization on release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Minor editorialization on release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Minor editorialization on release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Minor editorialization on release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Minor editorialization on release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Document atan2() as y/x, rather than x/y, to conform to general momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix markup that doesn't work in back branches. tgl@postgresql.org (Tom Lane)
- pgsql: Fix GSS API pointer checking. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix markup that doesn't work in back branches. tgl@postgresql.org (Tom Lane)
- pgsql: Fix markup that doesn't work in back branches. tgl@postgresql.org (Tom Lane)
- pgsql: Fix markup that doesn't work in back branches. tgl@postgresql.org (Tom Lane)
- pgsql: Fix markup that doesn't work in back branches. tgl@postgresql.org (Tom Lane)
- pgsql: Fix markup that doesn't work in back branches. tgl@postgresql.org (Tom Lane)
- pgsql: Remove GIN interface section, which is now documented in SGML. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update to mention alternate project name is "Postgres". momjian@postgresql.org (Bruce Momjian)
- pgsql: Update pronunciation FAQ item. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix markup. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add: > > * Make it possible to use RETURNING together with momjian@postgresql.org (Bruce Momjian)
- pgsql: Add: > > o Prevent long-lived temporary tables from causing momjian@postgresql.org (Bruce Momjian)
- pgsql: update configure for 8.2.5 ... scrappy@postgresql.org (Marc G. Fournier)
- pgsql: update configure for 8.1.10 scrappy@postgresql.org (Marc G. Fournier)
- dbsamples - pagila: remove references to rob role. xzilla@pgfoundry.org (User Xzilla)
- pgsql: tag configure for 8.0.14 scrappy@postgresql.org (Marc G. Fournier)
- snapshot - src: Use cursors for fetching data for "Fast" refreshes. cunha17@pgfoundry.org (User Cunha17)
- pgsql: update configure for 7.4.18 scrappy@postgresql.org (Marc G. Fournier)
- snapshot - src: replace "fetchrow_array" with "fetchrow_arrayref". cunha17@pgfoundry.org (User Cunha17)
- pgsql: tag configure for 7.3.20 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: Update Japanese FAQ. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away tgl@postgresql.org (Tom Lane)
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away tgl@postgresql.org (Tom Lane)
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away tgl@postgresql.org (Tom Lane)
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away tgl@postgresql.org (Tom Lane)
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away tgl@postgresql.org (Tom Lane)
- pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away tgl@postgresql.org (Tom Lane)
- pgsql: Update release notes for last-minute fix. tgl@postgresql.org (Tom Lane)
- pgsql: Update release notes for last-minute fix. tgl@postgresql.org (Tom Lane)
- pgsql: Update release notes for last-minute fix. tgl@postgresql.org (Tom Lane)
- pgsql: Update release notes for last-minute fix. tgl@postgresql.org (Tom Lane)
- pgsql: Update release notes for last-minute fix. tgl@postgresql.org (Tom Lane)
- pgsql: Update release notes for last-minute fix. tgl@postgresql.org (Tom Lane)
- Re: pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away Jan Wieck
- Re: pgsql: Fix aboriginal mistake in lazy VACUUM's code for truncating away Tom Lane
- pgfouine - www: added a hint on how to obtain a vacuum log per report gsmet@pgfoundry.org (User Gsmet)
- pgsql: Fix overflow in extract(epoch from interval) for intervals tgl@postgresql.org (Tom Lane)
- pgsql: Fix overflow in extract(epoch from interval) for intervals tgl@postgresql.org (Tom Lane)
- pgsql: Fix overflow in extract(epoch from interval) for intervals tgl@postgresql.org (Tom Lane)
- pgsql: Remove Assert(BgWriterShmem != NULL), which is rather pointless tgl@postgresql.org (Tom Lane)
- snapshot - src: Fixed [#1008927] SQL syntax error when creating remote cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: Fixed [#1008928] Perl error when creating snapshots. cunha17@pgfoundry.org (User Cunha17)
- snapshot - drivers: Fix oracle function creation order. cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: -Workaround for databases that return "non-wanted" cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: If the statement fail, assume that the snapshot log does cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: New Directory cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: New Directory cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: New Directory cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: Initial release of the support on Sybase, ODBC and cunha17@pgfoundry.org (User Cunha17)
-
Re: pgsql: Fix a portability bug (ye olde not casting a
argument Gregory Stark - snapshot - src: Fixing ODBC function names. cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: Missing newline. cunha17@pgfoundry.org (User Cunha17)
-
Re: pgsql: Fix a portability bug (ye olde not casting a
argument Tom Lane - plpsm - plpgpsm: resync with last plpgsql updates correct format for okbob@pgfoundry.org (User Okbob)
- pgsql: Remove extra tab in postgresql.conf momjian@postgresql.org (Bruce Momjian)
- pgsql: Doc reminder that integer pg version also needs updating. momjian@postgresql.org (Bruce Momjian)
- snapshot - src: Since oracle does return '0' for rowcount, even when cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: Fixing FastRefresh for oracle. cunha17@pgfoundry.org (User Cunha17)
- pgsql: Avoid possibly-unportable initializer, per buildfarm warning per teodor@postgresql.org (Teodor Sigaev)
- snapshot - root: Sample file with Pg::Snapshots usage examples. cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: Support for ODBC and some identation. cunha17@pgfoundry.org (User Cunha17)
- pgsql: Close previously open holes for invalidly encoded data to enter adunstan@postgresql.org (Andrew Dunstan)
- jdbccache - jdbccache: LinkedList handling fix kocka@pgfoundry.org (User Kocka)
- snapshot - src: Fix for [#1008312] Disable internal NOTICE messages in cunha17@pgfoundry.org (User Cunha17)
- pllolcode - tmp: Missing file eggyknap@pgfoundry.org (User Eggyknap)
- pgsql: Remove tabs from SGML file. momjian@postgresql.org (Bruce Momjian)
- jdbccache - jdbccache: kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: added wrapper resultset kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: added wrapper resultset kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: added wrapper resultset kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: added wrapper resultset kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: added wrapper resultset kocka@pgfoundry.org (User Kocka)
- jdbccache - jdbccache: kocka@pgfoundry.org (User Kocka)
- pgsql: Prevent corr() from returning the wrong results for negative neilc@postgresql.org (Neil Conway)
- pgsql: Prevent corr() from returning the wrong results for negative neilc@postgresql.org (Neil Conway)
- npgsql - Npgsql2: Improved connection string parsing. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Fix for bug: [#1007697] Parameter name is not fxjr@pgfoundry.org (User Fxjr)
- pgsql: HOT updates. tgl@postgresql.org (Tom Lane)
-
pgsql: Fix msvc warnings, patch by Hannes Eder
teodor@postgresql.org (Teodor Sigaev) - pgsql: Cleanup items from csvlog changes, per ITAGAKI Takahiro. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Done: > * -Consider shrinking expired tuples to just their momjian@postgresql.org (Bruce Momjian)
- pgsql: Revert ill-fated patch to release exclusive lock early after tgl@postgresql.org (Tom Lane)
- pgsql: Solaris portability fix that was previously made in tgl@postgresql.org (Tom Lane)
- jdbccache - jdbccache: added check for pool size -1 davecramer@pgfoundry.org (User Davecramer)
- pgsql: Insert a hack in pl/tcl to disable Tcl's built-in Notifier tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Fixed SSL authentication by setting an static field fxjr@pgfoundry.org (User Fxjr)
- pgsql: If we're gonna provide an --enable-profiling configure option, tgl@postgresql.org (Tom Lane)
- psqlodbc - psqlodbc: Prep Version 08.02.0500 The document addition which h-saito@pgfoundry.org (User H-saito)
- bizgres - bizgres: MPP-1829. agoldshuv@pgfoundry.org (User Agoldshuv)
- pgsql: Removed superfluous ECPGfree() call. meskes@postgresql.org (Michael Meskes)
- jdbccache - jdbccache: extend JDBC23 instead of JDBC4 DataSource davecramer@pgfoundry.org (User Davecramer)
- jdbccache - jdbccache: New Directory davecramer@pgfoundry.org (User Davecramer)
- jdbccache - jdbccache: moved PGSimpleDataSource to jdbc3 davecramer@pgfoundry.org (User Davecramer)
- pgsql: Fix comments that misspelled TransactionIdIsInProgress, per tgl@postgresql.org (Tom Lane)
- pgsql: Make some simple performance improvements in tgl@postgresql.org (Tom Lane)
- pgsql: Change tqual.c tests to use !TransactionIdIsCurrentTransactionId, tgl@postgresql.org (Tom Lane)
- pgsql: Improve handling of prune/no-prune decisions by storing a page's tgl@postgresql.org (Tom Lane)
- pgsql: Fix regex, LIKE, and some other second-rank text-manipulation tgl@postgresql.org (Tom Lane)
- pgsql: Fix varlena.c routines to allow 1-byte-header text values. tgl@postgresql.org (Tom Lane)
- pgsql: Go back to using a separate method for doing ILIKE for single adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Doh --- what's really happening on buildfarm member grebe is that tgl@postgresql.org (Tom Lane)
- pgsql: Although I'd misdiagnosed the reason for the recent failures on tgl@postgresql.org (Tom Lane)
- pgsql: Parenthesize macro arguments safely. tgl@postgresql.org (Tom Lane)
- pgsql: Fix bogus calculation of potential output string length in tgl@postgresql.org (Tom Lane)
- pgsql: Fix bogus calculation of potential output string length in tgl@postgresql.org (Tom Lane)
- pgsql: Fix bogus calculation of potential output string length in tgl@postgresql.org (Tom Lane)
- pgsql: Fix bogus calculation of potential output string length in tgl@postgresql.org (Tom Lane)
- pgsql: Fix bogus calculation of potential output string length in tgl@postgresql.org (Tom Lane)
- pgsql: Fix bogus calculation of potential output string length in tgl@postgresql.org (Tom Lane)
- pgsql: Fix erroneous Assert() in syslogger process start in EXEC_BACKEND tgl@postgresql.org (Tom Lane)
- pgsql: Fix erroneous Assert() in syslogger process start in EXEC_BACKEND tgl@postgresql.org (Tom Lane)
- pgsql: Replace calls to external dir program with perlish globs and adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Fix cost estimates for EXISTS subqueries that are evaluated as tgl@postgresql.org (Tom Lane)
- pgsql: Document the translations from Postgres message severity levels tgl@postgresql.org (Tom Lane)
- pgsql: Temporarily modify tsearch regression tests to suppress notice tgl@postgresql.org (Tom Lane)
- pgsql: Typo fix from Brendan Jurd. momjian@postgresql.org (Bruce Momjian)
- pgsql: TransactionIdIsInProgress can skip scanning the ProcArray if the tgl@postgresql.org (Tom Lane)
- pgsql: Make autovacuum report the start time of its current activity in tgl@postgresql.org (Tom Lane)
- pgsql: Restrict overly broad searches, and fix typo, in recent fix. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Fix bugs in XML binary I/O functions. tgl@postgresql.org (Tom Lane)
- pgsql: Add perl replacements for build.bat and vcregress.bat. adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Replace linear searches with binary searches in pg_dump's code to tgl@postgresql.org (Tom Lane)
- pgsql: Remove "convert 'blah' using conversion_name" facility, because adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Simplify and rename some GUC variables, per various recent tgl@postgresql.org (Tom Lane)
- Re: pgsql: Remove "convert 'blah' using conversion_name" facility, because Tom Lane
- pgsql: Reduce the size of memory allocations by lazy vacuum when alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Reduce the size of memory allocations by lazy vacuum when alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Reduce the size of memory allocations by lazy vacuum when alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Reduce the size of memory allocations by lazy vacuum when alvherre@postgresql.org (Alvaro Herrera)
- Re: pgsql: Remove "convert 'blah' using conversion_name" facility, because Andrew Dunstan
- pgsql: Avoid having autovacuum read pgstats data too many times in quick alvherre@postgresql.org (Alvaro Herrera)
- Re: pgsql: Add perl replacements for build.bat and vcregress.bat. Magnus Hagander
- Re: pgsql: Add perl replacements for build.bat and vcregress.bat. Andrew Dunstan
- Re: pgsql: Add perl replacements for build.bat and vcregress.bat. Magnus Hagander
- pgsql: Use correct PG_GETARG macro in pg_convert adunstan@postgresql.org (Andrew Dunstan)
- stackbuilder - wizard: When a file to be downloaded already exists but dpage@pgfoundry.org (User Dpage)
- stackbuilder - setupkit: Don't include the package version number in the dpage@pgfoundry.org (User Dpage)
- pgsql: Add comments re text <-> bytea internal equivalence in convert adunstan@postgresql.org (Andrew Dunstan)
- pgsql: fix typo in vcregress.pl adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Use proper search for contrib makefiles in vcregress.pl adunstan@postgresql.org (Andrew Dunstan)
- pgcheck - pokus: Identification of faulty blocks in indexes added. machr2@pgfoundry.org (User Machr2)
- stackbuilder - wizard: Dept. dpage@pgfoundry.org (User Dpage)
- stackbuilder - setupkit: Dept. dpage@pgfoundry.org (User Dpage)
- stackbuilder - installers: Update for Slony 1.2.11 dpage@pgfoundry.org (User Dpage)
- stackbuilder - installers: Update for Slony 1.2.11 dpage@pgfoundry.org (User Dpage)
- pgsql: Small string tweaks petere@postgresql.org (Peter Eisentraut)
- pgsql: Just-in-time background writing strategy. tgl@postgresql.org (Tom Lane)
- pgsql: Dept. tgl@postgresql.org (Tom Lane)
- pgsql: Change on-disk representation of NUMERIC datatype so that the tgl@postgresql.org (Tom Lane)
- pgsql: Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS tgl@postgresql.org (Tom Lane)
- pgsql: In the integer-datetimes case, date2timestamp and tgl@postgresql.org (Tom Lane)
- pgsql: Document that libpq's PQntuples() might overflow. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add: > * Implement Boyer-Moore searching in strpos() > > momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() teodor@postgresql.org (Teodor Sigaev)
- pgsql: Applied patch by ITAGAKI Takahiro meskes@postgresql.org (Michael Meskes)
- pgsql: Properly pass -c parameter to ecpg when building regression mha@postgresql.org (Magnus Hagander)
- Re: pgsql: Parenthesize macro arguments safely. Gregory Stark
- pgsql: Create a function variable "join_search_hook" to let plugins tgl@postgresql.org (Tom Lane)
- pgsql: Adjust the new memory limit in the lazy vacuum code to use alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ. momjian@postgresql.org (Bruce Momjian)
- pgsql: Rename "PostgreSQL" to "Postgres" in 3 places. momjian@postgresql.org (Bruce Momjian)
- pgsql: Minor improvements in backup and recovery: - create a separate tgl@postgresql.org (Tom Lane)
- pgsql: Some small tuptoaster improvements from Greg Stark. tgl@postgresql.org (Tom Lane)
- pllolcode - pllolcode: Using plproxy as a guide (thanks, DarcyB, for the eggyknap@pgfoundry.org (User Eggyknap)
- pgsql: Lowercase all mentions of "PostgreSQL" in URLs, per Magnus. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Some small tuptoaster improvements from Greg Stark. Gregory Stark
- pllolcode - pllolcode: Make test scripts slightly more portable eggyknap@pgfoundry.org (User Eggyknap)
- pllolcode - parser: Imported Sources eggyknap@pgfoundry.org (User Eggyknap)
- pllolcode - pllolcode: Remove tmp/ -- it's now a separate module called eggyknap@pgfoundry.org (User Eggyknap)
- pllolcode - pllolcode: Begin messing with actually creating a parse tree eggyknap@pgfoundry.org (User Eggyknap)
- Re: pgsql: Some small tuptoaster improvements from Greg Stark. Tom Lane
- pgsql: Fix Assert failure in ExpandColumnRefStar --- what I thought was tgl@postgresql.org (Tom Lane)
- pgsql: Fix Assert failure in ExpandColumnRefStar --- what I thought was tgl@postgresql.org (Tom Lane)
- pgsql: Add virtual transaction IDs to CSVLOG output, so that messages tgl@postgresql.org (Tom Lane)
- pgsql: Define the FRONTEND symbol in postgres_fe.h, which allows us to tgl@postgresql.org (Tom Lane)
- pgsql: Tweak pgbench.c to remove the hidden assumption that a WIN32 tgl@postgresql.org (Tom Lane)
- pgsql: Fix typos in two comments. tgl@postgresql.org (Tom Lane)
- pgsql: Turn build and vcregress .bat files into pure one line wrappers adunstan@postgresql.org (Andrew Dunstan)
- Re: pgsql: Turn build and vcregress .bat files into pure one line wrappers Andrew Dunstan
- pgsql: exclude contrib/tsearch2 from regression tests. adunstan@postgresql.org (Andrew Dunstan)
- npgsql - Npgsql2: NpgsqlDataReader.cs, NpgsqlDbType.cs, fxjr@pgfoundry.org (User Fxjr)
- pginstaller - pginst: Update for changes to GUCs in 8.3. dpage@pgfoundry.org (User Dpage)
- pgsql: Tweak initdb's text search configuration selection code so it can tgl@postgresql.org (Tom Lane)
- stackbuilder - installers: Add some missing dependencies, required dpage@pgfoundry.org (User Dpage)
- pgsql: Remove: < * SQL*Net listener that makes PostgreSQL appear as an momjian@postgresql.org (Bruce Momjian)
- pgsql: Change initdb and CREATE DATABASE to actively reject attempts to tgl@postgresql.org (Tom Lane)
- pgsql: Update TCL comment: * We can only fix this with Tcl >= 8.4, momjian@postgresql.org (Bruce Momjian)
- pgsql: On OS X, assume that an empty-string result for tgl@postgresql.org (Tom Lane)
- pgsql: Teach chklocale.c about a few names for frontend-only encodings, tgl@postgresql.org (Tom Lane)
- pgsql: Make use of additional chklocale.c entries to reject locales that tgl@postgresql.org (Tom Lane)
- pgsql: Make archive recovery always start a new timeline, rather than tgl@postgresql.org (Tom Lane)
- pgsql: Make archive recovery always start a new timeline, rather than tgl@postgresql.org (Tom Lane)
- pgsql: Make archive recovery always start a new timeline, rather than tgl@postgresql.org (Tom Lane)
- pgsql: Make archive recovery always start a new timeline, rather than tgl@postgresql.org (Tom Lane)
- pgsql: Defend against openssl libraries that fail on keys longer than tgl@postgresql.org (Tom Lane)
- pgsql: Defend against openssl libraries that fail on keys longer than tgl@postgresql.org (Tom Lane)
- pgsql: Add chklocale.c to pgport files for msvc builds, per buildfarm mha@postgresql.org (Magnus Hagander)
- pgsql: In the release checklist, mention packagers will see the minor momjian@postgresql.org (Bruce Momjian)
- pgsnmpd - pgsnmpd: Add TODO item for reporting on standby servers, per eggyknap@pgfoundry.org (User Eggyknap)
- pllolcode - pllolcode: Add TODO list, with one entry RE: TOAST'd types. eggyknap@pgfoundry.org (User Eggyknap)
- pgsql: Defend against openssl libraries that fail on keys longer than tgl@postgresql.org (Tom Lane)
- pgsql: Improve consistency of the error messages generated when you try tgl@postgresql.org (Tom Lane)
- pgsql: Disallow CLUSTER using an invalid index (that is, one left over tgl@postgresql.org (Tom Lane)
- pgsql: Disallow CLUSTER using an invalid index (that is, one left over tgl@postgresql.org (Tom Lane)
- pgsql: Make recovery show the current input WAL segment name in the tgl@postgresql.org (Tom Lane)
- pgsql: Support functions for index opclasses should be immutable. tgl@postgresql.org (Tom Lane)
- pgsql: Remove bogus commutator marking --- the module doesn't actually tgl@postgresql.org (Tom Lane)
- pgsql: Support functions for index opclasses should be immutable. tgl@postgresql.org (Tom Lane)
- pgsql: Support functions for index opclasses should be immutable. tgl@postgresql.org (Tom Lane)
- pgsql: Support functions for index opclasses should be immutable. tgl@postgresql.org (Tom Lane)
- pgsql: Support functions for index opclasses should be immutable. tgl@postgresql.org (Tom Lane)
- pgsql: Applied another patch by ITAGAKI Takahiro meskes@postgresql.org (Michael Meskes)
- Re: pgsql: Applied another patch by ITAGAKI Takahiro Stefan Kaltenbrunner
- Re: pgsql: Applied another patch by ITAGAKI Takahiro Tom Lane
- pgsql: Support functions for index opclasses should be immutable. tgl@postgresql.org (Tom Lane)
- pgsql: Support functions for index opclasses should be immutable. tgl@postgresql.org (Tom Lane)
- pgsql: Properly mark mergeable/hashable equality operators (found by tgl@postgresql.org (Tom Lane)
- pgsql: Adjust recovery PS display as agreed with Simon: 'waiting for tgl@postgresql.org (Tom Lane)
- pgsql: In hopes of un-breaking the buildfarm, add missing file from tgl@postgresql.org (Tom Lane)
- Re: pgsql: Applied another patch by ITAGAKI Takahiro Tom Lane
- pgsql: Add an extra header byte to TOAST-pointer datums to represent tgl@postgresql.org (Tom Lane)