Mailing lists [pgsql-committers]
- pgsql: Provide some static-assertion functionality on all compilers. Tom Lane
- pgsql: The max shared_buffers value that initdb will choose was raised, Heikki Linnakangas
- pgsql: Remove collations from generic ALTER test Alvaro Herrera
- pgsql: Add C comment that IsBackendPid() is called by external modules, Bruce Momjian
- pgsql: Fix access past end of string in date parsing. Heikki Linnakangas
- pgsql: Fix access past end of string in date parsing. Heikki Linnakangas
- pgsql: Fix access past end of string in date parsing. Heikki Linnakangas
- pgsql: Fix access past end of string in date parsing. Heikki Linnakangas
- pgsql: Fix access past end of string in date parsing. Heikki Linnakangas
- pgsql: Fix access past end of string in date parsing. Heikki Linnakangas
- pgsql: Split off functions related to timeline history files and XLOG a Heikki Linnakangas
- Re: pgsql: Split off functions related to timeline history files and XLOG a Simon Riggs
- Re: pgsql: Split off functions related to timeline history files and XLOG a Tom Lane
- pgsql: Add #includes needed on some platforms in the new files. Heikki Linnakangas
- pgsql: Allow a few seconds for Windows to catch up with a directory ren Andrew Dunstan
- pgsql: Allow a few seconds for Windows to catch up with a directory ren Andrew Dunstan
- pgsql: Silence compiler warning about pointer type mismatch on some pla Heikki Linnakangas
- pgsql: Silence compiler warning about pointer type mismatch on some pla Heikki Linnakangas
- Re: pgsql: Split off functions related to timeline history files and XLOG a Heikki Linnakangas
- pgsql: In pg_upgrade, try to convert the locale names to canonical form Bruce Momjian
- pgsql: In pg_upgrade, try to convert the locale names to canonical form Bruce Momjian
- pgsql: Adjust pg_upgrade query so toast tables related to system catalo Bruce Momjian
- pgsql: Adjust pg_upgrade query so toast tables related to system catalo Bruce Momjian
- pgsql: In pg_upgrade, improve error reporting when the number of relati Bruce Momjian
- pgsql: In pg_upgrade, improve error reporting when the number of relati Bruce Momjian
- Re: pgsql: Disable _FORTIFY_SOURCE with ICC Peter Geoghegan
- Re: pgsql: Silence compiler warning about pointer type mismatch on some pla Fujii Masao
- pgsql: Fix typo in previous warning-silencing patch. Heikki Linnakangas
- pgsql: Fix typo in previous warning-silencing patch. Heikki Linnakangas
- Re: pgsql: Silence compiler warning about pointer type mismatch on some pla Heikki Linnakangas
- Re: pgsql: Split off functions related to timeline history files and XLOG a Fujii Masao
- pgsql: Standardize naming of malloc/realloc/strdup wrapper functions. Tom Lane
- pgsql: Refactor "ALTER some-obj SET SCHEMA" implementation Alvaro Herrera
- pgsql: Work around unportable behavior of malloc(0) and realloc(NULL, 0 Tom Lane
- pgsql: Work around unportable behavior of malloc(0) and realloc(NULL, 0 Tom Lane
- pgsql: In pg_upgrade, use full path name for analyze_new_cluster.sh scr Bruce Momjian
- pgsql: In pg_upgrade, use full path name for analyze_new_cluster.sh scr Bruce Momjian
- pgsql: Improve some LDAP authentication error messages Peter Eisentraut
- pgsql: Fix two bugs introduced in the xlog.c split. Heikki Linnakangas
- Re: pgsql: Split off functions related to timeline history files and XLOG a Heikki Linnakangas
- pgsql: Return the number of rows processed when COPY is executed throug Heikki Linnakangas
- pgsql: Add --sampling-rate option to pgbench. Heikki Linnakangas
- pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera
- pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera
- pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera
- pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera
- pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera
- pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera
- pgsql: Avoid planner crash/Assert failure with joins to unflattened sub Tom Lane
- pgsql: Avoid planner crash/Assert failure with joins to unflattened sub Tom Lane
- pgsql: refactor ALTER some-obj SET OWNER implementation Alvaro Herrera
- pgsql: Support CREATE SCHEMA IF NOT EXISTS. Tom Lane
- pgsql: Fix typo in comment, and reword it slightly while we're at it. Heikki Linnakangas
- pgsql: Fix typo in comment, and reword it slightly while we're at it. Heikki Linnakangas
- pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane
- pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane
- pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane
- pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane
- pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane
- pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane
- pgsql: Fix parse location tracking for lists that can be empty. Tom Lane
- pgsql: Make CREATE AGGREGATE complain if the initcond is invalid for th Tom Lane
- pgsql: Remove redundant code for getnameinfo() replacement Peter Eisentraut
- pgsql: PL/pgSQL: rename gram.y to pl_gram.y Peter Eisentraut
- pgsql: getnameinfo_unix has to be taught not to insist on NI_NUMERIC fl Tom Lane
- Re: pgsql: Disable _FORTIFY_SOURCE with ICC Peter Eisentraut
- pgsql: Use the regular main processing loop also in walsenders. Heikki Linnakangas
- pgsql: Fixed test for array boundary. Michael Meskes
- pgsql: Fixed test for array boundary. Michael Meskes
- pgsql: Removed sentence about not being able to retrieve more than one Michael Meskes
- pgsql: Fixed test for array boundary. Michael Meskes
- pgsql: Removed sentence about not being able to retrieve more than one Michael Meskes
- pgsql: Removed sentence about not being able to retrieve more than one Michael Meskes
- Re: pgsql: Fixed test for array boundary. Tom Lane
- pgsql: Fixed test for array boundary. Michael Meskes
- pgsql: Removed sentence about not being able to retrieve more than one Michael Meskes
- Re: pgsql: Fixed test for array boundary. Michael Meskes
- pgsql: Improve LDAP authentication documentation Peter Eisentraut
- Re: pgsql: Use the regular main processing loop also in walsenders. Thom Brown
- pgsql: Add API for 64-bit large object access. Now users can access up Tatsuo Ishii
- pgsql: Bump up catalog vesion due to 64-bit large object API functions Tatsuo Ishii
- Re: pgsql: Use the regular main processing loop also in walsenders. Thom Brown
- pgsql: Fix compiling errors on Windows platform. Fix wrong usage of Tatsuo Ishii
- Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of Andrew Dunstan
- Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of Tom Lane
- pgsql: Quiet a few MSC compiler warnings. Andrew Dunstan
- pgsql: Improve documentation about large-object functions. Tom Lane
- pgsql: Fix typo in previous MSC commit. Andrew Dunstan
- Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of Tatsuo Ishii
- pgsql: Autoconfiscate selection of 64-bit int type for 64-bit large obj Tom Lane
- pgsql: Fix walsender handling of postmaster shutdown, to not go into en Heikki Linnakangas
- Re: pgsql: Use the regular main processing loop also in walsenders. Heikki Linnakangas
- Re: pgsql: Use the regular main processing loop also in walsenders. Thom Brown
- pgsql: Say ANALYZE, not VACUUM, in error message on analyze in hot stan Heikki Linnakangas
- pgsql: Say ANALYZE, not VACUUM, in error message on analyze in hot stan Heikki Linnakangas
- pgsql: Say ANALYZE, not VACUUM, in error message on analyze in hot stan Heikki Linnakangas
- pgsql: Say ANALYZE, not VACUUM, in error message on analyze in hot stan Heikki Linnakangas
- pgsql: Add #define for UUIDOID. Robert Haas
- pgsql: Add support for easily declaring static inline functions Alvaro Herrera
- pgsql: Fix thinko in previous commit Alvaro Herrera
- pgsql: Code review for 64-bit-large-object patch. Tom Lane
- pgsql: Remove generation of repl_gram.h Peter Eisentraut
- pgsql: Fix lo_read, lo_write, lo_truncate to cope with "size_t" length Tom Lane
- pgsql: Fix lo_export usage in example programs. Tom Lane
- pgsql: Fix lo_export usage in example programs. Tom Lane
- pgsql: Fix lo_export usage in example programs. Tom Lane
- pgsql: Fix lo_export usage in example programs. Tom Lane
- pgsql: Fix lo_export usage in example programs. Tom Lane
- pgsql: Fix lo_export usage in example programs. Tom Lane
- pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane
- pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane
- pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane
- pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane
- pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane
- pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane
- Re: pgsql: Fix thinko in previous commit Alvaro Herrera
- Re: pgsql: Fix thinko in previous commit Tom Lane
- Re: pgsql: Fix thinko in previous commit Tom Lane
- pgsql: Add microsecs/op display to pg_test_fsync utility Simon Riggs
- pgsql: Use tablespace_option consistently on doc page Simon Riggs
- pgsql: Remove stray newline in comment. Heikki Linnakangas
- Re: pgsql: Fix thinko in previous commit Alvaro Herrera
- pgsql: Rename USE_INLINE to PG_USE_INLINE Alvaro Herrera
- pgsql: restore permission bits Alvaro Herrera
- pgsql: Put the logic to wait for WAL in standby mode to a separate func Heikki Linnakangas
- pgsql: Fix silly bug in previous refactoring. Heikki Linnakangas
- Re: pgsql: Fix thinko in previous commit Tom Lane
- pgsql: Remove unnecessary overhead in backend's large-object operations Tom Lane
- pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane
- pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane
- pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane
- pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane
- pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane
- pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane
- pgsql: Set procost to 10 for each of the pg_foo_is_visible() functions. Tom Lane
- pgsql: In pg_upgrade, issue proper error message when we can't open PG_ Bruce Momjian
- pgsql: In pg_upgrade, issue proper error message when we can't open PG_ Bruce Momjian
- pgsql: Update obsolete text in fdwhandler.sgml. Tom Lane
- pgsql: Update obsolete text in fdwhandler.sgml. Tom Lane
- pgsql: Create an improved FDW option validator function for contrib/dbl Tom Lane
- pgsql: Update obsolete comment. Tom Lane
- Re: pgsql: Create an improved FDW option validator function for contrib/dbl Andrew Dunstan
- Re: pgsql: Create an improved FDW option validator function for contrib/dbl Tom Lane
- pgsql: Remove configure-option-dependent test cases from dblink tests. Tom Lane
- pgsql: Remove _FORTIFY_SOURCE Peter Eisentraut
- pgsql: Refactor flex and bison make rules Peter Eisentraut
- pgsql: Improve replication connection timeouts. Heikki Linnakangas
- pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane
- pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane
- pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane
- pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane
- pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane
- pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane
- pgsql: Unbreak MSVC builds after recent Makefile refactoring. Andrew Dunstan
- pgsql: Make equal() ignore CoercionForm fields for better planning with Tom Lane
- pgsql: Make equal() ignore CoercionForm fields for better planning with Tom Lane
- pgsql: Fix unportable format string. Tom Lane
- pgsql: Get rid of COERCE_DONTCARE. Tom Lane
- pgsql: In our source code, make a copy of getopt's 'optarg' string argu Bruce Momjian
- pgsql: Fix oversight in new code for printing rangetable aliases. Tom Lane
- pgsql: Split up process latch initialization for more-fail-soft behavio Tom Lane
- pgsql: Split up process latch initialization for more-fail-soft behavio Tom Lane
- pgsql: Split up process latch initialization for more-fail-soft behavio Tom Lane
- pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas
- pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas
- pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas
- pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas
- pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas
- pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas
- pgsql: Remove comment that is no longer true. Heikki Linnakangas
- pgsql: Fix typo in comment. Heikki Linnakangas
- Re: pgsql: Fix race condition in pg_ctl reading postmaster.pid. Tom Lane
- Re: pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas
- pgsql: alter_generic regression test cannot run concurrently with privi Tom Lane
- pgsql: When outputting the session id in log_line_prefix (%c) or in CSV Bruce Momjian
- Re: pgsql: Provide some static-assertion functionality on all compilers. Andres Freund
- Re: pgsql: Provide some static-assertion functionality on all compilers. Tom Lane
- pgsql: Clarify hash index caution and copy to CREATE INDEX docs Simon Riggs
- pgsql: Clarify hash index caution and copy to CREATE INDEX docs Simon Riggs
- pgsql: Clarify hash index caution and copy to CREATE INDEX docs Simon Riggs
- pgsql: Clarify hash index caution and copy to CREATE INDEX docs Simon Riggs
- pgsql: Add hash index caution to CREATE INDEX docs Simon Riggs
- pgsql: Add hash index caution to CREATE INDEX docs Simon Riggs
- Re: pgsql: Add hash index caution to CREATE INDEX docs Thom Brown
- Re: pgsql: Add hash index caution to CREATE INDEX docs Thom Brown
- pgsql: Fix typo in previous commit Simon Riggs
- pgsql: Fix typo in previous commit Simon Riggs
- pgsql: Fix typo in previous commit Simon Riggs
- pgsql: Fix typo in previous commit Simon Riggs
- pgsql: Fix typo in previous commit Simon Riggs
- pgsql: Fix typo in previous commit Simon Riggs
- pgsql: Embedded list interface Alvaro Herrera
- pgsql: Close un-owned SMgrRelations at transaction end. Tom Lane
- pgsql: Close un-owned SMgrRelations at transaction end. Tom Lane
- pgsql: Close un-owned SMgrRelations at transaction end. Tom Lane
- pgsql: Revert "Use "transient" files for blind writes, take 2". Tom Lane
- pgsql: Revert "Use "transient" files for blind writes, take 2". Tom Lane
- pgsql: Revert "Use "transient" files for blind writes, take 2". Tom Lane
- pgsql: Add isolation tests for DROP INDEX CONCURRENTLY. Simon Riggs
- pgsql: Add isolation tests for DROP INDEX CONCURRENTLY. Simon Riggs
- Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY. Tom Lane
- Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY. Simon Riggs
- pgsql: Revert tests for drop index concurrently. Simon Riggs
- pgsql: Revert tests for drop index concurrently. Simon Riggs
- Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY. Tom Lane
- pgsql: pg_dump: Output functions deterministically sorted Alvaro Herrera
- pgsql: Fix planning of non-strict equivalence clauses above outer joins Tom Lane
- pgsql: Fix planning of non-strict equivalence clauses above outer joins Tom Lane
- pgsql: Fix planning of non-strict equivalence clauses above outer joins Tom Lane
- pgsql: Fix planning of non-strict equivalence clauses above outer joins Tom Lane
- pgsql: Fix planning of non-strict equivalence clauses above outer joins Tom Lane
- pgsql: Fix planning of non-strict equivalence clauses above outer joins Tom Lane
- pgsql: Re-think guts of DROP INDEX CONCURRENTLY. Simon Riggs
- pgsql: Re-think guts of DROP INDEX CONCURRENTLY. Simon Riggs
- pgsql: Isolation test for DROP INDEX CONCURRENTLY Simon Riggs
- pgsql: Isolation test for DROP INDEX CONCURRENTLY Simon Riggs
- pgsql: Further tweaking of the readfile() function in pg_ctl. Heikki Linnakangas
- pgsql: Further tweaking of the readfile() function in pg_ctl. Heikki Linnakangas
- pgsql: Further tweaking of the readfile() function in pg_ctl. Heikki Linnakangas
- pgsql: Further tweaking of the readfile() function in pg_ctl. Heikki Linnakangas
- pgsql: Further tweaking of the readfile() function in pg_ctl. Heikki Linnakangas
- pgsql: Further tweaking of the readfile() function in pg_ctl. Heikki Linnakangas
- pgsql: Use a more portable platform test. Andrew Dunstan
- pgsql: Use a more portable platform test. Andrew Dunstan
- pgsql: Code review for inline-list patch. Tom Lane
- pgsql: Remove unnecessary "head" arguments from some dlist/slist functi Tom Lane
- pgsql: Further cleanup of catcache.c ilist changes. Tom Lane
- pgsql: Fix orphan on cancel of drop index concurrently. Simon Riggs
- pgsql: Fix orphan on cancel of drop index concurrently. Simon Riggs
- Re: pgsql: Provide some static-assertion functionality on all compilers. Andres Freund
- pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl Tom Lane
- pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl Tom Lane
- pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl Tom Lane
- pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl Tom Lane
- pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl Tom Lane
- pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl Tom Lane
- pgsql: Fix hash_search to avoid corruption of the hash table on out-of- Tom Lane
- pgsql: Fix hash_search to avoid corruption of the hash table on out-of- Tom Lane
- pgsql: Fix hash_search to avoid corruption of the hash table on out-of- Tom Lane
- pgsql: Fix hash_search to avoid corruption of the hash table on out-of- Tom Lane
- pgsql: Fix hash_search to avoid corruption of the hash table on out-of- Tom Lane
- pgsql: Fix hash_search to avoid corruption of the hash table on out-of- Tom Lane
- pgsql: Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE cor Tom Lane
- pgsql: Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE cor Tom Lane
- pgsql: Prevent overflow in pgbench's percent-done display. Tom Lane
- pgsql: Fix pg_dump's handling of DROP DATABASE commands in --clean mode Tom Lane
- pgsql: Fix pg_dump's handling of DROP DATABASE commands in --clean mode Tom Lane
- pgsql: Correct predicate locking for DROP INDEX CONCURRENTLY. Kevin Grittner
- pgsql: Correct predicate locking for DROP INDEX CONCURRENTLY. Kevin Grittner
- pgsql: Add context info to OAT_POST_CREATE security hook Alvaro Herrera
- pgsql: When converting a table to a view, remove its system columns. Tom Lane
- pgsql: Prevent parser from believing that views have system columns. Tom Lane
- pgsql: Prevent parser from believing that views have system columns. Tom Lane
- pgsql: Prevent parser from believing that views have system columns. Tom Lane
- pgsql: Prevent parser from believing that views have system columns. Tom Lane
- pgsql: Prevent parser from believing that views have system columns. Tom Lane
- pgsql: Tweak genericcostestimate's fudge factor for index size. Tom Lane
- pgsql: In pg_dump, dump SEQUENCE SET items in the data not pre-data sec Tom Lane
- pgsql: In pg_dump, dump SEQUENCE SET items in the data not pre-data sec Tom Lane
- pgsql: In pg_dump, dump SEQUENCE SET items in the data not pre-data sec Tom Lane
- pgsql: Prefer actual constants to pseudo-constants in equivalence class Tom Lane
- pgsql: Prefer actual constants to pseudo-constants in equivalence class Tom Lane
- pgsql: Prefer actual constants to pseudo-constants in equivalence class Tom Lane
- pgsql: Prefer actual constants to pseudo-constants in equivalence class Tom Lane
- pgsql: Prefer actual constants to pseudo-constants in equivalence class Tom Lane
- pgsql: Prefer actual constants to pseudo-constants in equivalence class Tom Lane
- pgsql: Throw error if expiring tuple is again updated or deleted. Kevin Grittner
- pgsql: Preserve intermediate .c files in coverage mode Peter Eisentraut
- Re: pgsql: Preserve intermediate .c files in coverage mode Tom Lane
- pgsql: Fix ALTER EXTENSION / SET SCHEMA Alvaro Herrera
- pgsql: Fix ALTER EXTENSION / SET SCHEMA Alvaro Herrera
- pgsql: Fix ALTER EXTENSION / SET SCHEMA Alvaro Herrera
- pgsql: Fix erroneous choices of segNo variables Alvaro Herrera
- pgsql: Document that TCP keepalive settings read as 0 on Unix-socket co Tom Lane
- pgsql: Document that TCP keepalive settings read as 0 on Unix-socket co Tom Lane
- pgsql: Document that TCP keepalive settings read as 0 on Unix-socket co Tom Lane
- pgsql: Document that TCP keepalive settings read as 0 on Unix-socket co Tom Lane
- pgsql: Fix erroneous choice of timeline variable, too Alvaro Herrera