Mailing lists [pgsql-committers]
- pgsql: In pg_upgrade, rename "CLUSTERNAME" to "CLUSTER_NAME". Bruce Momjian
- pgsql: In pg_upgrade, remove use of whichCluster, and just pass old/new Bruce Momjian
- pgsql: Furter pg_upgrade optimizations to reduce function call argument Bruce Momjian
- pgsql: Stamp copyrights for year 2011. Bruce Momjian
-
pgsql: Add #include
to pg_ctl.c to fix compiler warning. Bruce Momjian - pgsql: Allow casting a table's row type to the table's supertype if it' Peter Eisentraut
- pgsql: Minor wordsmithing. Robert Haas
- pgsql: Fix pg_dump support for security labels on columns. Robert Haas
- pgsql: Basic foreign table support. Robert Haas
- pgsql: Fix typo. Robert Haas
- pgsql: Implement remaining fields of information_schema.sequences view Peter Eisentraut
- pgsql: perltidy run on the MSVC build system Magnus Hagander
- pgsql: Add missing part of replication role docs Magnus Hagander
- pgsql: Add views and functions to monitor hot standby query conflicts Magnus Hagander
- pgsql: Bump catversion, forgot in previous commit. Magnus Hagander
- pgsql: Update comments in RecordTransactionCommit() to mention unlogged Robert Haas
- pgsql: Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. Robert Haas
- pgsql: Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATIO Itagaki Takahiro
- pgsql: Work around header misdefines in modern Windows SDK when _WIN32_ Andrew Dunstan
- pgsql: Work around header misdefines in modern Windows SDK when _WIN32_ Andrew Dunstan
- pgsql: Work around header misdefines in modern Windows SDK when _WIN32_ Andrew Dunstan
- pgsql: Allow older branches to be built with Visual Studio 2008. This i Andrew Dunstan
- pgsql: Allow older branches to be built with Visual Studio 2008. This i Andrew Dunstan
- pgsql: Allow older branches to be built with Visual Studio 2008. This i Andrew Dunstan
- pgsql: Simplify functions and parameters used by pg_upgrade. Bruce Momjian
- pgsql: In pg_upgrade, fix backward logging display of link operations. Bruce Momjian
- pgsql: In pg_upgrade, fix backward logging display of link operations. Bruce Momjian
- pgsql: In pg_upgrade, copy pg_largeobject_metadata and its index for 9. Bruce Momjian
- pgsql: In pg_upgrade, copy pg_largeobject_metadata and its index for 9. Bruce Momjian
-
pgstatsinfo - pg_statsinfo: Add missingl include file
. itagaki@pgfoundry.org (User Itagaki) - pgsql: Give superusers REPLIACTION permission by default Magnus Hagander
- pgsql: Clarify pg_upgrade's creation of the map file structure. Also c Bruce Momjian
- pgsql: In pg_upgrade, adjust transfer_relfile()'s parameters to be more Bruce Momjian
- pgsql: Fix for recent pg_upgrade commit to fix large objects relfilenod Bruce Momjian
- pgsql: Update pg_upgrade C comments. Bruce Momjian
- pgsql: Rename pg_upgrade variables, for clarity. Bruce Momjian
- pgsql: Update documentation to say that \lo_import sets :LASTOID, not Bruce Momjian
- pgsql: Update documentation to say that \lo_import sets :LASTOID, not Bruce Momjian
- reorg - pg_reorg: Use one of not-null unique keys to identify rows when itagaki@pgfoundry.org (User Itagaki)
- pgsql: Update sequence_1.out for recent changes in sequence regression Tom Lane
- pgsql: Improve markup of unnest example Peter Eisentraut
- pgsql: Improve array_upper example Peter Eisentraut
- pgsql: Improve C comments about backend variables set by pg_upgrade_sup Bruce Momjian
- pgsql: New system view pg_stat_replication displays activity of wal sen Itagaki Takahiro
- textsearch-ja - textsearch-ja: Use PGXS automatically even if USE_PGXS itagaki@pgfoundry.org (User Itagaki)
- Re: pgsql: New system view pg_stat_replication displays activity of wal sen Magnus Hagander
- Re: pgsql: New system view pg_stat_replication displays activity of wal sen Tom Lane
- pgsql: Improve recovery.conf.sample comments. Robert Haas
- pgsql: Document pg_stat_replication, bump catversion since that was ove Robert Haas
- pgsql: Fix GIN to support null keys, empty and null items, and full ind Tom Lane
- pgsql: Fix the built-in GIN support procedure declarations in pg_proc.h Tom Lane
- pgsql: Ooops, forgot to fix contrib/tsearch2's references to GIN suppor Tom Lane
- pgsql: Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfil Bruce Momjian
- pgsql: Fix pg_upgrade of large object permissions by preserving pg_auth Bruce Momjian
- pgsql: Fix C indenting in pg_upgrade function. Bruce Momjian
- pgsql: In pg_upgrade, track only one copy of namespace/relname in FileN Bruce Momjian
- pgsql: Simplify pg_upgrade C comment about what is preserved. Bruce Momjian
- pgsql: More pg_upgrade relfilenode C comments added. Bruce Momjian
- pgsql: Document why pg_upgrade preserves pg_auth.oid (because they are Bruce Momjian
- pgsql: Update GIN support function definitions for contrib/intarray. Tom Lane
- pgsql: Remove bogus claims regarding createuser defaults. Robert Haas
- pgsql: Remove bogus claims regarding createuser defaults. Robert Haas
- pgsql: In pg_upgrade, remove unnecessary separate handling of toast tab Bruce Momjian
- pgsql: In pg_upgrade, clarify use of install_db_support_functions(). Bruce Momjian
- pgsql: In pg_upgrade, remove functions that did sequential array scans Bruce Momjian
- pgsql: Refactor GIN's handling of duplicate search entries. Tom Lane
- pgsql: Remove pg_am.amindexnulls. Tom Lane
- pgsql: In ecpg's parser removed a fixed length limit for constants defi Michael Meskes
- pgsql: In ecpg's parser removed a fixed length limit for constants defi Michael Meskes
- pgsql: Add array_contains_nulls() function in arrayfuncs.c. Tom Lane
- pgsql: Fix up gincostestimate for new extractQuery API. Tom Lane
- pgsql: Fix assorted corner-case bugs in contrib/intarray. Tom Lane
- pgsql: There is no need to have to identical functions in ecpg thus rem Michael Meskes
- pgsql: Add pgreadlink() on Windows to read junction points Magnus Hagander
- pgsql: Properly install gram.h on MSVC builds Magnus Hagander
- pgsql: Properly install gram.h on MSVC builds Magnus Hagander
- pgsql: Properly install gram.h on MSVC builds Magnus Hagander
- pgsql: Properly install gram.h on MSVC builds Magnus Hagander
- pgsql: Ensure the directory for gram.h is created on win32 Magnus Hagander
- pgsql: Ensure the directory for gram.h is created on win32 Magnus Hagander
- pgsql: Ensure the directory for gram.h is created on win32 Magnus Hagander
- pgsql: Ensure the directory for gram.h is created on win32 Magnus Hagander
- pgsql: Use array_contains_nulls instead of ARR_HASNULL on user-supplied Tom Lane
- pgsql: Fix up core tsquery GIN support for new extractQuery API. Tom Lane
- pgsql: Fix crash in the new GiST insertion code, when an update splits Heikki Linnakangas
- pgsql: Split pg_start_backup() and pg_stop_backup() into two pieces Magnus Hagander
- pgsql: Improve comment. Tom Lane
- pgsql: Update contrib/hstore for new GIN extractQuery API. Tom Lane
- pgsql: Update contrib/pg_trgm for new GIN extractQuery API. Tom Lane
- pgstatspack - pgstatspack: fix issue with uninstalled module uwebartels@pgfoundry.org (User Uwebartels)
- pgstatspack - pgstatspack: add new function for retrieving unused uwebartels@pgfoundry.org (User Uwebartels)
- pgsql: Backend support for streaming base backups Magnus Hagander
- pgsql: A toast relid field are no longer needed in pg_upgrade's rel arr Bruce Momjian
- pgsql: Leave temporary files out of streaming base backups. Heikki Linnakangas
- pgstatspack - pgstatspack: add support for 8.1 uwebartels@pgfoundry.org (User Uwebartels)
- pgsql: Set process title to indicate base backup is running Magnus Hagander
- pgstatspack - pgstatspack: install pgstatspack on template1 as well uwebartels@pgfoundry.org (User Uwebartels)
- pgstatspack - pgstatspack: updated frtis email information uwebartels@pgfoundry.org (User Uwebartels)
- pgstatspack - pgstatspack: add mising semicolon uwebartels@pgfoundry.org (User Uwebartels)
- pgstatspack - pgstatspack: replace select with perform for function call uwebartels@pgfoundry.org (User Uwebartels)
- pgsql: Reset walsender ps title in the main loop Magnus Hagander
- pgsql: Typo fix Magnus Hagander
- pgsql: Typo fix Magnus Hagander
- pgsql: Revert installation of gram.h in 8.3 Magnus Hagander
- pgsql: Tweak create_index_paths()'s test for whether to consider a bitm Tom Lane
- pgsql: Adjust basebackup.c to suppress compiler warnings. Tom Lane
- Re: pgsql: Adjust basebackup.c to suppress compiler warnings. Magnus Hagander
- Re: pgsql: Adjust basebackup.c to suppress compiler warnings. Tom Lane
- Re: pgsql: Adjust basebackup.c to suppress compiler warnings. Alvaro Herrera
- pgsql: Add missing function prototype, for consistency Magnus Hagander
- pgsql: Track walsender state in shared memory and expose in pg_stat_rep Magnus Hagander
- pgsql: Add some subsection headings Peter Eisentraut
- pgsql: Re-add recursive coverage target in src/backend/ Peter Eisentraut
- pgsql: Unbreak regression tests, apparently broken by commit 4c8e20f Andrew Dunstan
- pgsql: Add support for logging the current role. Robert Haas
- pgsql: Revert patch adding support for logging the current role. Robert Haas
- pgsql: Fix PlanRowMark/ExecRowMark structures to handle inheritance cor Tom Lane
- pgsql: Fix PlanRowMark/ExecRowMark structures to handle inheritance cor Tom Lane
- pgsql: Apply libpq documentation patches submitted by Leslie S Satenste Bruce Momjian
- pgsql: Don't run regression tests in SQL_ASCII encoding by default Peter Eisentraut
- pgsql: Workaround for recursive make breakage Peter Eisentraut
- pgsql: Fix the logic in libpqrcv_receive() to determine if there's any Heikki Linnakangas
- pgsql: Fix the logic in libpqrcv_receive() to determine if there's any Heikki Linnakangas
- pgsql: More libpq documentation adjustments from Leslie S Satenstein, r Bruce Momjian
- pgsql: Make sure walsender state is only read while holding the spinloc Magnus Hagander
- pgsql: Revert incorrect memory-conservation hack in inheritance_planner Tom Lane
- pgsql: Code review for postmaster.pid contents changes. Tom Lane
- pgsql: Exit from base backups when shutdown is requested Magnus Hagander
- Re: pgsql: Exit from base backups when shutdown is requested Simon Riggs
- pgsql: Use a lexer and grammar for parsing walsender commands Magnus Hagander
- pgsql: Treat a WAL sender process that hasn't started streaming yet as Heikki Linnakangas
- pgsql: Apply patch for test_fsync to add tests for O_DIRECT. Bruce Momjian
- pgsql: Improve output display of test_fsync. Bruce Momjian
- pgsql: Enumerate available tablespaces after starting the backup Magnus Hagander
- pgsql: Restructure test_fync to use modular C so there is less duplicat Bruce Momjian
- pgsql: Have test_fsync output details that fdatasync is the default Bruce Momjian
- pgsql: Add .gitignore to silence git complaints about parser/scanner ou Tom Lane
- pgsql: Move a couple of declarations to reflect where the routines real Tom Lane
- pgsql: In test_fsync, warn about options without o_direct that are not Bruce Momjian
- pgsql: Reverse number of stars used for test_fsync details. Bruce Momjian
- pgsql: Use O_DIRECT in O_SYNC test of different size. Restructure O_DI Bruce Momjian
- pgsql: Before exiting walreceiver, fsync() all the WAL received. Heikki Linnakangas
- pgsql: Before exiting walreceiver, fsync() all the WAL received. Heikki Linnakangas
- pgsql: Set fallback_application_name in walreceiver Magnus Hagander
- pgbulkload - pgbulkload: optimize binary parser. mhasegawa@pgfoundry.org (User Mhasegawa)
- pgsql: Add getopt() support to test_fsync; also fix printf() format pr Bruce Momjian
- pgsql: Increment Py_None refcount for NULL array elements Alvaro Herrera
- pgsql: Increment Py_None refcount for NULL array elements Alvaro Herrera
- pgsql: Fix miscalculation of itemsafter in array_set_slice(). Tom Lane
- pgsql: Fix miscalculation of itemsafter in array_set_slice(). Tom Lane
- pgsql: Fix miscalculation of itemsafter in array_set_slice(). Tom Lane
- pgsql: Fix miscalculation of itemsafter in array_set_slice(). Tom Lane
- pgsql: Fix miscalculation of itemsafter in array_set_slice(). Tom Lane
- pgsql: Use HTABs instead of Python dictionary objects to cache procedur Peter Eisentraut
- pgfiledump - Import of Red Hat release 9.0.0: Imported Sources tgl@pgfoundry.org (User Tgl)
- pgfiledump - pg_filedump: Imported Sources tgl@pgfoundry.org (User Tgl)
- pgfiledump - pg_filedump: Assorted adjustments to prepare pg_filedump tgl@pgfoundry.org (User Tgl)
- pgsql: In the docs, better distinguish server from client SSL settings Bruce Momjian
- pgsql: github test Bruce Momjian
- pgfiledump - pg_filedump: Fix odd printout of hasnulls/hasvarwidths tgl@pgfoundry.org (User Tgl)
- pgsql: Remove "github test" that somehow got into my tree. Sorry. Bruce Momjian
- Re: pgsql: github test Bruce Momjian
- pgsql: Fix thinko in comment. Spotted by Jim Nasby. Heikki Linnakangas
- pgsql: Log replication connections only when log_connections is on Magnus Hagander
- pgsql: Avoid detoast in texteq/textne/byteaeq/byteane for unequal-lengt Tom Lane
- pgsql: In test_fsync, adjust test headings to match wal_sync_method val Bruce Momjian
- pgsql: Skip dropped attributes when converting Python objects to tuples Peter Eisentraut
- pgsql: Fix an error when a set-returning function fails halfway through Peter Eisentraut
- pgsql: Free plan values in the PLyPlanObject dealloc function Peter Eisentraut
- pgsql: Use palloc in TopMemoryContext instead of malloc Peter Eisentraut
- pgsql: Use PyObject_New instead of PyObject_NEW Peter Eisentraut
- pgsql: Improve message for errors in compiling anonymous PL/Python bloc Peter Eisentraut
- pgbulkload - pgbulkload: Fix some typos in Japanese document. masao_fujii@pgfoundry.org (User Masao_fujii)
- pgbulkload - pgbulkload: Fix typo. masao_fujii@pgfoundry.org (User Masao_fujii)
- pgsql: Add braces around an if block, for readability Peter Eisentraut
- pgsql: Show correct datatype for pg_class.relpersistence, plus a typo f Tom Lane
- pgbulkload - pgbulkload: Ensure that the PostgreSQL server shutdown has masao_fujii@pgfoundry.org (User Masao_fujii)
- pgsql: Document that WITH queries are also called Common Table Expressi Robert Haas
- pgsql: Document that WITH queries are also called Common Table Expressi Robert Haas
- pgsql: Document that WITH queries are also called Common Table Expressi Robert Haas
- pgbulkload - pgbulkload: Support build for 32bit and 64bit binaries for itagaki@pgfoundry.org (User Itagaki)
- pgsql: Add new psql command \dL to list languages. Robert Haas
- pgtcl - libpgtcl: * added call to Tcl_ExternalToUtfDString for bschwarz@pgfoundry.org (User Bschwarz)
- pgbulkload - pgbulkload: Include the command name in an error message of masao_fujii@pgfoundry.org (User Masao_fujii)
- pgbulkload - pgbulkload: Skip recovery when LSF directory doesn't exist masao_fujii@pgfoundry.org (User Masao_fujii)
- pgbulkload - pgbulkload: Fix typo. masao_fujii@pgfoundry.org (User Masao_fujii)
- pgsql: Fix wrong comment Peter Eisentraut
- pgsql: Factor out functions responsible for caching I/O routines Peter Eisentraut
- pgsql: Fix typo Peter Eisentraut
- pgsql: Make ALTER TABLE revalidate uniqueness and exclusion constraints Robert Haas
- pgsql: Make ALTER TABLE revalidate uniqueness and exclusion constraints Robert Haas
- pgsql: Don't require usage privileges on the foreign data wrapper when Heikki Linnakangas
- pgsql: Move test_fsync to /contrib. Bruce Momjian
- pgsql: Update C banner on new pg_test_fsync file. Bruce Momjian
- pgsql: Update SGML docs to point to new /contrib/pg_test_fsync. Bruce Momjian
- pgsql: Emphasize where OVER needs to be when using a window function. Robert Haas
- pgsql: Fix pg_restore to do the right thing when escaping large objects Tom Lane
- pgsql: Fix pg_restore to do the right thing when escaping large objects Tom Lane
- pgsql: Fix pg_restore to do the right thing when escaping large objects Tom Lane
- pgsql: Correctly add exceptions to the plpy module for Python 3 Peter Eisentraut
- pgsql: Fix broken markup, also minor copy-editing. Tom Lane
- pgsql: Clean up pg_test_fsync commit. Tom Lane
- pgsql: More pg_test_fsync cleanup. Tom Lane
- pgsql: Code cleanup for assign_XactIsoLevel. Robert Haas
- pgsql: Avoid treating WAL senders as normal backends. Robert Haas
- pgsql: Link libpgport into pg_test_fsync on msvc Magnus Hagander
- pgsql: Suppress unused-variables warning when OPEN_SYNC_FLAG isn't defi Tom Lane
- pgsql: More pg_test_fsync fixups. Tom Lane
- pgsql: Get rid of the global variable holding the error state Peter Eisentraut
- Re: pgsql: Get rid of the global variable holding the error state Tom Lane
- snapshot - src: FIX: for forum thead cunha17@pgfoundry.org (User Cunha17)
- pgsql: Suppress possibly-uninitialized-variable warnings from gcc 4.5. Tom Lane
- pgsql: Suppress "control reaches end of non-void function" warning from Tom Lane
- pgsql: Allow the wal_buffers setting to be auto-tuned to a reasonable v Tom Lane
- pgsql: Quick hack to un-break plpython regression tests. Tom Lane
- pgsql: Code cleanup for assign_transaction_read_only. Robert Haas
- pgsql: Add pg_basebackup tool for streaming base backups Magnus Hagander
- pgsql: filemode is parsed on win32 even if never used Magnus Hagander
- snapshot - src: FIX: on prebuilt table not disabling trigger ENH: cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: ENH: message functions cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: FIX: retrieval of schema and tablename cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: FIX: Disable trigger BUG cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: Missing variable declaration. cunha17@pgfoundry.org (User Cunha17)
- snapshot - src: FIX: trigger status messages cunha17@pgfoundry.org (User Cunha17)
- pgsql: Only show pg_stat_replication details to superusers Magnus Hagander
- pgsql: Use pg_strcasecmp instead of strcasecmp for portability Magnus Hagander
- Re: pgsql: Add pg_basebackup tool for streaming base backups Tom Lane
- Re: pgsql: Add pg_basebackup tool for streaming base backups Magnus Hagander
- Re: pgsql: Add pg_basebackup tool for streaming base backups Tom Lane
- pgsql: Silence flex warnings about DOS file paths in MSVC builds Andrew Dunstan
- pgsql: Add .gitignore file to silence complaints about pg_basebackup. Tom Lane
- pgsql: Suppress uninitialized-variable warning. Tom Lane
- Re: pgsql: Suppress uninitialized-variable warning. Magnus Hagander
- pgsql: Revert "Factor out functions responsible for caching I/O routine Tom Lane
- Re: pgsql: Suppress uninitialized-variable warning. Tom Lane
- Re: pgsql: Suppress uninitialized-variable warning. Magnus Hagander
- Re: pgsql: Suppress uninitialized-variable warning. Tom Lane
- Re: pgsql: Suppress uninitialized-variable warning. Magnus Hagander
- Re: pgsql: Suppress uninitialized-variable warning. Devrim GÜNDÜZ
- pgsql: Improve getObjectDescription's display of pg_amop and pg_amproc Tom Lane
- pgsql: Fix another portability issue in pg_basebackup. Tom Lane
- pgsql: Add 'directory' format to pg_dump. The new directory format is c Heikki Linnakangas
- pgsql: Reorder includes to unbreak MSVC Magnus Hagander
- pgsql: Make walsender options order-independent Magnus Hagander
- pgsql: sepgsql, an SE-Linux integration for PostgreSQL Robert Haas
- Re: pgsql: sepgsql, an SE-Linux integration for PostgreSQL Thom Brown
- pgsql: First round of cleanup of sepgsql code and documentation. Robert Haas
- Re: pgsql: sepgsql, an SE-Linux integration for PostgreSQL Robert Haas
- pgsql: Blind attempt to exclude sepgsql from MSVC build system. Robert Haas
- pgsql: PGXS support for contrib/hstore Robert Haas
- pgsql: Silence compiler warning about uninitialized variable, noted by Heikki Linnakangas
- pgsql: Exclude sepgsql from MSVC regression testing as well Magnus Hagander
- pgsql: Fix typo in the psql \d query handling, so that we use the corre Heikki Linnakangas
- Re: pgsql: sepgsql, an SE-Linux integration for PostgreSQL Thom Brown
- pgsql: More documentation cleanup for sepgsql. Robert Haas
- Re: pgsql: sepgsql, an SE-Linux integration for PostgreSQL Robert Haas
- Re: pgsql: sepgsql, an SE-Linux integration for PostgreSQL Thom Brown
- pgsql: Refactor PLy_spi_prepare to save two levels of indentation Peter Eisentraut
- pgsql: Call PLy_spi_execute_fetch_result inside the try/catch block Peter Eisentraut
- pgsql: Document the "S" option for psql's \dn command in the psql help Peter Eisentraut
- pgsql: In test_open_sync(), writes kilobytes as intended, not by bytes. Bruce Momjian
- pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu Bruce Momjian
- pgsql: Use consistent spacing for PGAPPICON Makefile option. Bruce Momjian
- reorg - pg_reorg: Added project configuration files for MSVC 2010 itagaki@pgfoundry.org (User Itagaki)
- pgsql: Typo fix for MemSet size. Magnus Hagander
- pgsql: Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. Tom Lane
- [PGBuildFarm/server-code] ffe3a5: remove options not used in failures case noreply@github.com
- pgsql: Replace pg_class.relhasexclusion with pg_index.indisexclusion. Tom Lane
- pgsql: Fix thinko in ALTER FOREIGN TABLE documentation. Robert Haas
- pgsql: Remove old claim that ExclusiveLock is sometimes taken on system Tom Lane
- pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation Robert Haas
- pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation Robert Haas
- pgsql: Update warning about synchronous-commit durability, per suggesti Bruce Momjian
- Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu Tom Lane
- Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu Bruce Momjian
- Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu Tom Lane
- Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu Bruce Momjian
- Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu Tom Lane
- Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu Bruce Momjian
- pgsql: Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rath Bruce Momjian
- Re: pgsql: Update warning about synchronous-commit durability, per suggesti Robert Haas
- pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction. Robert Haas
- pgsql: Add a comment explaining why we force physical removal of OIDs. Robert Haas
- orafce - orafce: New Directory itagaki@pgfoundry.org (User Itagaki)
- orafce - orafce: Support build for 32bit and 64bit binaries for Windows itagaki@pgfoundry.org (User Itagaki)
- pgsql: Make 'on' uppercase in a sql example. Itagaki Takahiro
- Re: pgsql: Update warning about synchronous-commit durability, per suggesti Bruce Momjian
- pgsql: Update sync commit performance documentation to be consistent wi Bruce Momjian
- pgsql: Update contrib documention mentions to point to actual documenta Bruce Momjian
- pgsql: In pg_test_fsync, use K(1024) rather than k(1000) for write size Bruce Momjian
- pgsql: Per Peter E, use 'kB' for kilobyte, not 'K'. Bruce Momjian
- pgsql: Fix compiler warnings Peter Eisentraut
- pgsql: autoreconf Peter Eisentraut
- pgsql: Also save the error detail in SPIError Peter Eisentraut
- pgsql: Improve exception usage in PL/Python Peter Eisentraut
- pgsql: Do not prefix error messages with the string "PL/Python: " Peter Eisentraut
- pgsql: Use -Wformat-security when available Peter Eisentraut
- pgsql: Change inv_truncate() to not repeat its systable_getnext_ordered Tom Lane
- pgsql: Restructure streaming docs so streaming seems more integrated in Bruce Momjian
- pgsql: Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction. Robert Haas
- pgsql: Update non-durable docs about non-synchronous-commit allowing Bruce Momjian
- pgsql: Improve grammar and spelling in durability discussion. Tom Lane
- pgsql: Update psql's \copyright to match the text we have in the COPYRI Heikki Linnakangas
- pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2. Tom Lane
- pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2. Tom Lane
- pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2. Tom Lane
- pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2. Tom Lane
- pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2. Tom Lane
- pgsql: Translation updates for release 8.3.14 Peter Eisentraut
- pgsql: Translation updates for release 8.4.7 Peter Eisentraut
- pgsql: Translation updates for release 9.0.3 Peter Eisentraut
- pgsql: Translation updates for release 8.2.20 Peter Eisentraut
-
pgsql: Don't include
unnecessarily. Tom Lane -
pgsql: Don't include
unnecessarily. Tom Lane -
pgsql: Don't include
unnecessarily. Tom Lane -
pgsql: Don't include
unnecessarily. Tom Lane -
pgsql: Don't include
unnecessarily. Tom Lane - pgsql: Rephrase pg_conversion description to avoid splitting link acros Tom Lane
- pgsql: Tag 9.0.3 Marc G. Fournier
- pgsql: Tag 8.4.7 Marc G. Fournier
- pgsql: Tag 8.3.14 Marc G. Fournier
- pgsql: Tag 8.2.20 Marc G. Fournier
- pginstaller - pginst: Update version number. dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Update version number. dpage@pgfoundry.org (Dave Page)
- pgsql: Update release notes. Tom Lane
- pgsql: Update release notes. Tom Lane
- pgsql: Update release notes. Tom Lane
- pgsql: Update release notes. Tom Lane
- npgsql - Npgsql2: [#1010973] specified cast is invalid - datetime fxjr@pgfoundry.org (User Fxjr)
- pgsql: Copy-edit a paragraph in the contrib/seg documentation. Tom Lane
- pgsql: Try to avoid running with a full fsync request queue. Robert Haas
- pgsql: Use GSSAPI library for SSPI auth, when native SSPI is not availa Magnus Hagander
- pgsql: Make installation.sgml build standalone again. Tom Lane
- pgsql: Properly capitalize documentation headings; some only had initi Bruce Momjian
- pgsql: Add option to include WAL in base backup Magnus Hagander
- pgsql: Make reduce_outer_joins() smarter about semijoins. Tom Lane
- pgsql: Make reduce_outer_joins() smarter about semijoins. Tom Lane
- pgsql: Make reduce_outer_joins() smarter about semijoins. Tom Lane
- pgsql: Enable building with the Mingw64 compiler. Andrew Dunstan
- Re: pgsql: Enable building with the Mingw64 compiler. Tom Lane
- pgsql: Fix typo Andrew Dunstan
- pgsql: Tag refs/tags/REL9_0_3 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL8_2_20 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL8_4_7 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL8_3_14 was created pgsql@postgresql.org
- Re: pgsql: Enable building with the Mingw64 compiler. Andrew Dunstan
- pgsql: Support multiple concurrent pg_basebackup backups. Heikki Linnakangas
- pgsql: Fix typo Heikki Linnakangas
- Re: pgsql: Support multiple concurrent pg_basebackup backups. Thom Brown
- pgsql: Move upgrade instructions into its own section under "Server Set Bruce Momjian
- pgsql: Update docs on building for Windows to accomodate current realit Andrew Dunstan
- pgsql: Fix error code for canceling statement due to conflict with reco Simon Riggs
- pgsql: Fix error code for canceling statement due to conflict with reco Simon Riggs
- pgsql: Fix SGML markup for upgrade doc addition. Bruce Momjian
- pgsql: Update pg_upgrade docs to mention its use in a less risk-warning Bruce Momjian
- pgsql: Remove spurious word, spotted by Thom Brown. Heikki Linnakangas
- Re: pgsql: Support multiple concurrent pg_basebackup backups. Heikki Linnakangas
- pgsql: Create new errcode for recovery conflict caused by db drop on ma Simon Riggs