Mailing lists [pgsql-committers]
- pgsql: Fix intermittent failure in event_trigger test Alvaro Herrera
- Re: pgsql: Invent a memory context reset/delete callback mechanism. Simon Riggs
- pgsql: Move memory context callback declarations into palloc.h. Tom Lane
- pgsql: Unlink static libraries before rebuilding them. Noah Misch
- pgsql: Unlink static libraries before rebuilding them. Noah Misch
- pgsql: Unlink static libraries before rebuilding them. Noah Misch
- pgsql: Unlink static libraries before rebuilding them. Noah Misch
- pgsql: Unlink static libraries before rebuilding them. Noah Misch
- pgsql: Unlink static libraries before rebuilding them. Noah Misch
- pgsql: Add transform functions for AT TIME ZONE. Noah Misch
- pgsql: Use the typcache to cache constraints for domain types. Tom Lane
- pgsql: Fix targetRelation initializiation in prepsecurity Stephen Frost
- pgsql: Fix targetRelation initializiation in prepsecurity Stephen Frost
- pgsql: Fix pg_dump handling of extension config tables Stephen Frost
- pgsql: Fix pg_dump handling of extension config tables Stephen Frost
- pgsql: Fix pg_dump handling of extension config tables Stephen Frost
- pgsql: Fix pg_dump handling of extension config tables Stephen Frost
- pgsql: Fix pg_dump handling of extension config tables Stephen Frost
- pgsql: pgbench: Add a real expression syntax to \set Robert Haas
- Re: pgsql: pgbench: Add a real expression syntax to \set Tom Lane
- Re: pgsql: pgbench: Add a real expression syntax to \set Fabien COELHO
- Re: pgsql: pgbench: Add a real expression syntax to \set Robert Haas
- Re: pgsql: pgbench: Add a real expression syntax to \set Fabien COELHO
- Re: pgsql: pgbench: Add a real expression syntax to \set Tom Lane
- pgsql: Fix busted markup. Tom Lane
- pgsql: pgbench: Fix mistakes in Makefile. Robert Haas
- pgsql: Reduce json <=> jsonb casts from explicit-only to assignment lev Tom Lane
- pgsql: Add comment for "is_internal" parameter Alvaro Herrera
- pgsql: Add comment for "is_internal" parameter Alvaro Herrera
- pgsql: Add comment for "is_internal" parameter Alvaro Herrera
- pgsql: Change many routines to return ObjectAddress rather than OID Alvaro Herrera
- pgsql: Remove residual NULL-pstate handling in addRangeTableEntry. Robert Haas
- pgsql: Fix long-obsolete code for separating filter conditions in cost_ Tom Lane
- pgsql: Fix an obsolete reference to SnapshotNow in comment. Fujii Masao
- pgsql: Fix cost estimation for indexscans on expensive indexed expressi Tom Lane
- pgsql: Use standard casting mechanism to convert types in plpgsql, when Tom Lane
- pgsql: Need to special-case RECORD as well as UNKNOWN in plpgsql's cast Tom Lane
- pgsql: Change plpgsql's cast cache to consider source typmod as signifi Tom Lane
- pgsql: Avoid unused-variable warning in non-assert builds. Tom Lane
- pgsql: Fix typo in comment. Fujii Masao
- pgsql: Remove comment claiming that PARAM_EXTERN Params always have typ Tom Lane
- pgsql: Silence warning in non-assert-enabled build Alvaro Herrera
- pgsql: Fix user mapping object description Alvaro Herrera
- pgsql: Fix user mapping object description Alvaro Herrera
- pgsql: Fix user mapping object description Alvaro Herrera
- pgsql: Fix user mapping object description Alvaro Herrera
- pgsql: Fix user mapping object description Alvaro Herrera
- pgsql: Fix user mapping object description Alvaro Herrera
- Re: pgsql: Fix user mapping object description Peter Eisentraut
- pgsql: Fix contrib/file_fdw's expected file Alvaro Herrera
- pgsql: Fix contrib/file_fdw's expected file Alvaro Herrera
- pgsql: Fix contrib/file_fdw's expected file Alvaro Herrera
- pgsql: Fix contrib/file_fdw's expected file Alvaro Herrera
- Re: pgsql: Fix user mapping object description Alvaro Herrera
- pgsql: Fix contrib/file_fdw's expected file Alvaro Herrera
- pgsql: Rethink function argument sorting in pg_dump. Tom Lane
- pgsql: Rethink function argument sorting in pg_dump. Tom Lane
- pgsql: Rethink function argument sorting in pg_dump. Tom Lane
- pgsql: Add some more tests on event triggers Alvaro Herrera
- pgsql: Remove rolcatupdate Peter Eisentraut
- pgsql: Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS Noah Misch
- pgsql: Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop. Noah Misch
- pgsql: Fix erroneous error message for REINDEX SYSTEM. Tom Lane
- pgsql: Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM. Tom Lane
- pgsql: Fix documentation for libpq's PQfn(). Tom Lane
- pgsql: Fix documentation for libpq's PQfn(). Tom Lane
- pgsql: Fix documentation for libpq's PQfn(). Tom Lane
- pgsql: Fix documentation for libpq's PQfn(). Tom Lane
- pgsql: Fix documentation for libpq's PQfn(). Tom Lane
- pgsql: Fix documentation for libpq's PQfn(). Tom Lane
- pgsql: Remove struct PQArgBlock from server-side header libpq/libpq.h. Tom Lane
- pgsql: Cast to (void *) rather than (int *) when passing int64's to PQf Tom Lane
- pgsql: Cast to (void *) rather than (int *) when passing int64's to PQf Tom Lane
- pgsql: Cast to (void *) rather than (int *) when passing int64's to PQf Tom Lane
- pgsql: Sort SUBDIRS variable in src/bin/Makefile Peter Eisentraut
- pgsql: Add missing "goto err" statements in xlogreader.c. Fujii Masao
- pgsql: Fix typo in comment. Fujii Masao
- pgsql: Ignore object files generated by ecpg test suite on Windows Michael Meskes
- pgsql: Move WAL-related definitions from dbcommands.h to separate heade Heikki Linnakangas
- pgsql: Fix handling of sortKeys field in Tuplesortstate. Robert Haas
- pgsql: Ignore leftover artifacts from ecpg testsuite runs on Windows. Michael Meskes
- pgsql: Revert "Ignore object files generated by ecpg test suite on Wind Michael Meskes
- pgsql: Allow CURRENT/SESSION_USER to be used in certain commands Alvaro Herrera
- Re: pgsql: Allow CURRENT/SESSION_USER to be used in certain commands Alvaro Herrera
- pgsql: Fix crasher bugs in previous commit Alvaro Herrera
- pgsql: Keep CommitTs module in sync in standby and master Alvaro Herrera
- pgsql: Allow named parameters to be specified using => in addition to : Robert Haas
- pgsql: Fix stray sentence fragment in shared_preload_libraries document Alvaro Herrera
- pgsql: Move BRIN page type to page's last two bytes Alvaro Herrera
- pgsql: Clean up the mess from => patch. Tom Lane
- pgsql: Add GUC to enable compression of full page images stored in WAL. Fujii Masao
- pgsql: Refactor Mkvcbuild.pm to facilitate modules migrations Alvaro Herrera
- pgsql: Add macros wrapping all usage of gcc's __attribute__. Andres Freund
- Re: pgsql: Refactor Mkvcbuild.pm to facilitate modules migrations Michael Paquier
- Re: pgsql: Add GUC to enable compression of full page images stored in WAL. Andres Freund
- Re: pgsql: Add GUC to enable compression of full page images stored in WAL. Michael Paquier
- pgsql: Suggest to the user the column they may have meant to reference. Robert Haas
- pgsql: sepgsql: Improve error message when unsupported object type is l Robert Haas
- pgsql: Allocate ParamListInfo once per plpgsql function, not once per e Tom Lane
- pgsql: Make operator precedence follow the SQL standard more closely. Tom Lane
- pgsql: Require non-NULL pstate for all addRangeTableEntryFor* functions Robert Haas
- pgsql: PL/Python: Avoid lossiness in float conversion Peter Eisentraut
- pgsql: Support user mappings in get_object_address Alvaro Herrera
- pgsql: Fix libpq test expected output file Alvaro Herrera
- Re: pgsql: PL/Python: Avoid lossiness in float conversion Alvaro Herrera
- pgsql: Support default ACLs in get_object_address Alvaro Herrera
- pgsql: PL/Python: Fix regression tests for Python 3 Peter Eisentraut
- pgsql: Improve planner's cost estimation in the presence of semijoins. Tom Lane
- pgsql: Fix old bug in get_loop_count(). Tom Lane
- pgsql: Support flattening of empty-FROM subqueries and one-row VALUES t Tom Lane
- Re: pgsql: Add GUC to enable compression of full page images stored in WAL. Fujii Masao
- pgsql: Fix memory leaks in GIN index vacuum. Heikki Linnakangas
- pgsql: Fix memory leaks in GIN index vacuum. Heikki Linnakangas
- pgsql: Ensure tableoid reads correctly in EvalPlanQual-manufactured tup Tom Lane
- pgsql: Ensure tableoid reads correctly in EvalPlanQual-manufactured tup Tom Lane
- pgsql: Ensure tableoid reads correctly in EvalPlanQual-manufactured tup Tom Lane
- pgsql: Ensure tableoid reads correctly in EvalPlanQual-manufactured tup Tom Lane
- pgsql: Ensure tableoid reads correctly in EvalPlanQual-manufactured tup Tom Lane
- pgsql: Improve documentation of bt_page_items(). Tom Lane
- Re: pgsql: Add GUC to enable compression of full page images stored in WAL. Michael Paquier
- pgsql: Document the new custom scan APIs. Robert Haas
- pgsql: Fix integer overflow in debug message of walreceiver Tatsuo Ishii
- pgsql: Fix integer overflow in debug message of walreceiver Tatsuo Ishii
- pgsql: Fix integer overflow in debug message of walreceiver Tatsuo Ishii
- pgsql: Fix integer overflow in debug message of walreceiver Tatsuo Ishii
- pgsql: Remove workaround for ancient incompatibility between readline a Tom Lane
- pgsql: Remove workaround for ancient incompatibility between readline a Tom Lane
- pgsql: Remove workaround for ancient incompatibility between readline a Tom Lane
- pgsql: Remove workaround for ancient incompatibility between readline a Tom Lane
- pgsql: Remove workaround for ancient incompatibility between readline a Tom Lane
- pgsql: Remove workaround for ancient incompatibility between readline a Tom Lane
- pgsql: Build src/port/dirmod.c only on Windows. Tom Lane
- pgsql: Build src/port/dirmod.c only on Windows. Tom Lane
- Re: pgsql: Add GUC to enable compression of full page images stored in WAL. Peter Eisentraut
- pgsql: doc: Remove link to outdated dtrace project on pgfoundry Peter Eisentraut
- pgsql: Remove obsolete comment. Tom Lane
- pgsql: Suppress maybe-uninitialized compiler warnings. Fujii Masao
- Re: pgsql: Add GUC to enable compression of full page images stored in WAL. Fujii Masao
- Re: pgsql: Invent PGC_SU_BACKEND and mark log_connections/log_disconnection Magnus Hagander
- Re: pgsql: Invent PGC_SU_BACKEND and mark log_connections/log_disconnection Tom Lane
- Re: pgsql: Invent PGC_SU_BACKEND and mark log_connections/log_disconnection Magnus Hagander
- pgsql: Adjust valgrind suppressions wrt 025c02420. Andres Freund
- pgsql: Increase max_wal_size's default from 128MB to 1GB. Andres Freund
- pgsql: Merge the various forms of transaction commit & abort records. Andres Freund
- pgsql: Remove pause_at_recovery_target recovery.conf setting. Andres Freund
- pgsql: Add missing documentation for PGC_SU_BACKEND in description of p Tom Lane
- pgsql: src/port/dirmod.c needs to be built on Cygwin too. Tom Lane
- pgsql: src/port/dirmod.c needs to be built on Cygwin too. Tom Lane
- pgsql: Move LockClauseStrength, LockWaitPolicy into new file nodes/lock Tom Lane
- pgsql: Improve representation of PlanRowMark. Tom Lane
- pgsql: Replace insertion sort in contrib/intarray with qsort(). Tom Lane
- pgsql: Replace insertion sort in contrib/intarray with qsort(). Tom Lane
- pgsql: Replace insertion sort in contrib/intarray with qsort(). Tom Lane
- pgsql: Replace insertion sort in contrib/intarray with qsort(). Tom Lane
- pgsql: Replace insertion sort in contrib/intarray with qsort(). Tom Lane
- pgsql: Replace insertion sort in contrib/intarray with qsort(). Tom Lane
- pgsql: Support opfamily members in get_object_address Alvaro Herrera
- Re: pgsql: Support opfamily members in get_object_address Peter Eisentraut
- pgsql: Fix out-of-array-bounds compiler warning Alvaro Herrera
- Re: [HACKERS] get_object_address support for additional object types Alvaro Herrera
- Re: pgsql: Remove pause_at_recovery_target recovery.conf setting. Fujii Masao
- pgsql: Remove docs missed in 51c11a7025. Andres Freund
- Re: pgsql: Remove pause_at_recovery_target recovery.conf setting. Andres Freund
- pgsql: Rationalize vacuuming options and parameters Alvaro Herrera
- pgsql: Setup cursor position for schema-qualified elements Alvaro Herrera
- pgsql: Install shared libraries to bin/ in Windows under MSVC Alvaro Herrera
- pgsql: array_offset() and array_offsets() Alvaro Herrera
- pgsql: pg_upgrade: document use of rsync for slave upgrades Bruce Momjian
- pgsql: Fix status reporting for terminated bgworkers that were never st Robert Haas
- pgsql: Fix status reporting for terminated bgworkers that were never st Robert Haas
- pgsql: doc: ALTER DOMAIN VALIDATE CONSTRAINT can also fail Bruce Momjian
- pgsql: Add flags argument to dsm_create. Robert Haas
- pgsql: GetUserId() changes to has_privs_of_role() Stephen Frost
- pgsql: psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off mode Bruce Momjian
- pgsql: regression tests: remove polygon diagrams Bruce Momjian
- pgsql: Fix whitespace Peter Eisentraut
- pgsql: docs: mention the optimizer can increase the index usage count Bruce Momjian
- pgsql: Use 128-bit math to accelerate some aggregation functions. Andres Freund
- pgsql: Add, optional, support for 128bit integers. Andres Freund
- Re: pgsql: Allow empty target list in SELECT. Bruce Momjian
- pgsql: C comment: update lock level mention in comment Bruce Momjian
- pgsql: doc: add comma for clarity Bruce Momjian
- pgsql: vacuumdb --help text: clarify analyze-only Bruce Momjian
- Re: pgsql: doc: add comma for clarity Simon Riggs
- Re: pgsql: doc: add comma for clarity Bruce Momjian
- pgsql: C comment: clearify SQL command mention Bruce Momjian
- pgsql: docs: clarify the use of shell types Bruce Momjian
- Re: pgsql: doc: add comma for clarity Alvaro Herrera
- Re: pgsql: doc: add comma for clarity Bruce Momjian
- pgsql: pg_recvlogical: update --help description Bruce Momjian
- pgsql: Make pg_xlogdump MSVC build work more like others. Heikki Linnakangas
- Re: pgsql: vacuumdb: enable parallel mode Michael Paquier
- pgsql: to_char(float4/8): zero pad to specified length Bruce Momjian
- pgsql: to_char(float4/8): don't print "junk" digits Bruce Momjian
- pgsql: Use mmap MAP_NOSYNC option to limit shared memory writes Bruce Momjian
- pgsql: Add TOAST table to pg_shseclabel for long label use Bruce Momjian
- pgsql: rm src/test/performance Bruce Momjian
- Re: pgsql: to_char(float4/8): zero pad to specified length Tom Lane
- Re: pgsql: to_char(float4/8): don't print "junk" digits Tom Lane
- Re: pgsql: to_char(float4/8): don't print "junk" digits Bruce Momjian
- Re: pgsql: to_char(float4/8): zero pad to specified length Tom Lane
- Re: pgsql: to_char(float4/8): zero pad to specified length Bruce Momjian
- Re: pgsql: to_char(float4/8): zero pad to specified length Tom Lane
- pgsql: Allow foreign tables to participate in inheritance. Tom Lane
- pgsql: Fix minor copy & pasto in the int128 accumulator patch. Andres Freund
- Re: pgsql: to_char(float4/8): zero pad to specified length Bruce Momjian
- pgsql: to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14 Bruce Momjian
- Re: pgsql: Merge the various forms of transaction commit & abort records. Michael Paquier
- pgsql: Remove ill-advised pre-check for DSM segment exhaustion. Robert Haas
- Re: pgsql: Merge the various forms of transaction commit & abort records. Andres Freund
- pgsql: Fix copy & paste error in 4f1b890b137. Andres Freund
- pgsql: Don't delay replication for less than recovery_min_apply_delay's Andres Freund
- pgsql: Don't delay replication for less than recovery_min_apply_delay's Andres Freund
- pgsql: Add pg_rewind, for re-synchronizing a master server after failba Heikki Linnakangas
- pgsql: Try to fix MSVC build of pg_rewind. Heikki Linnakangas
- pgsql: vacuumdb: Check result status of PQsendQuery Alvaro Herrera
- Re: pgsql: vacuumdb: enable parallel mode Alvaro Herrera
- pgsql: Apply table and domain CHECK constraints in name order. Tom Lane
- Re: pgsql: Try to fix MSVC build of pg_rewind. juan perez
- Re: pgsql: Try to fix MSVC build of pg_rewind. Robert Haas
- pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane
- pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane
- pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane
- pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane
- pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane
- pgsql: Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relat Tom Lane
- pgsql: Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT Bruce Momjian
- pgsql: doc: update NUMERIC to state that only some ops are exact Bruce Momjian
- pgsql: btree_gin: properly call DirectFunctionCall1() Bruce Momjian
- pgsql: docs: clarify when MVCC snapshot is taken Bruce Momjian
- pgsql: psql: show proper row count in \x mode for zero-column output Bruce Momjian
- Re: pgsql: Allow empty target list in SELECT. Bruce Momjian
- pgsql: PL/pgSQL docs: recommend format() for query construction Bruce Momjian
- Re: pgsql: btree_gin: properly call DirectFunctionCall1() Tom Lane
- Re: pgsql: btree_gin: properly call DirectFunctionCall1() Bruce Momjian
- pgsql: Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74 Bruce Momjian
- Re: pgsql: Allow empty target list in SELECT. Thom Brown
- pgsql: Fix gram.y comment to match reality Alvaro Herrera
- pgsql: Fix bug for array-formatted identities of user mappings Alvaro Herrera
- pgsql: Add OID output argument to DefineTSConfiguration Alvaro Herrera
- pgsql: Reduce pinning and buffer content locking for btree scans. Kevin Grittner
- pgsql: Upgrade src/port/rint.c to be POSIX-compliant. Tom Lane
- pgsql: Return ObjectAddress in many ALTER TABLE sub-routines Alvaro Herrera
- pgsql: Centralize definition of integer limits. Andres Freund
- pgsql: Add an ASSERT statement in plpgsql. Tom Lane
- pgsql: Make SyncRepWakeQueue to a static function Tatsuo Ishii
- pgsql: Make SyncRepWakeQueue to a static function Tatsuo Ishii
- pgsql: Make SyncRepWakeQueue to a static function Tatsuo Ishii
- pgsql: Make SyncRepWakeQueue to a static function Tatsuo Ishii
- pgsql: Suppress some unused-variable complaints in new LOCK_DEBUG code. Tom Lane
- pgsql: Minor cleanup of GiST code, for readability. Heikki Linnakangas
- pgsql: Add support for index-only scans in GiST. Heikki Linnakangas
- pgsql: Tweak __attribute__-wrapping macros for better pgindent results. Tom Lane
- pgsql: Fix GiST index-only scans for opclasses with different storage t Heikki Linnakangas
- pgsql: Minor refactoring of btree_gist code. Heikki Linnakangas
- pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Andrew Dunstan
- pgsql: Fix portability issues with stddev in pg_stat_statements Andrew Dunstan
- pgsql: Add index-only scan support to btree_gist. Heikki Linnakangas
- Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Tom Lane
- Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Andrew Dunstan
- Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Petr Jelinek
- Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Tom Lane
- pgsql: Fix whitespace Peter Eisentraut
- Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements Tom Lane
- pgsql: Add index-only scan support to inet GiST opclass. Heikki Linnakangas
- pgsql: Use standard librart sqrt function in pg_stat_statements Andrew Dunstan
- pgsql: Add a pager_min_lines setting to psql Andrew Dunstan
- pgsql: Better fix for misuse of Float8GetDatumFast(). Tom Lane
- pgsql: Minor code cleanups in pgbench expression support. Tom Lane
- pgsql: Remove a couple other vestigial yylex() declarations. Tom Lane
- pgsql: Make ginbuild's funcCtx be independent of its tmpCtx. Tom Lane
- pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane
- pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane
- pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane
- pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane
- pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane
- pgsql: Add vacuum_delay_point call in compute_index_stats's per-sample- Tom Lane
- pgsql: Fix multiple bugs and infelicities in pg_rewind. Tom Lane
- pgsql: Clean up all the cruft after a pg_rewind test run. Tom Lane
- Re: pgsql: Centralize definition of integer limits. Michael Paquier
- Re: pgsql: Centralize definition of integer limits. Michael Paquier
- pgsql: Add index-only scan support to range type GiST opclass. Heikki Linnakangas
- Re: pgsql: Centralize definition of integer limits. Andres Freund
- Re: pgsql: Centralize definition of integer limits. Andres Freund
- Re: pgsql: Centralize definition of integer limits. Michael Paquier
- pgsql: Fix rare core dump in BackendIdGetTransactionIds(). Tom Lane
- pgsql: Fix rare core dump in BackendIdGetTransactionIds(). Tom Lane
- pgsql: Be more careful about printing constants in ruleutils.c. Tom Lane
- pgsql: Fix lost persistence setting during REINDEX INDEX Alvaro Herrera
- pgsql: Change array_offset to return subscripts, not offsets Alvaro Herrera
- pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane
- pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane
- pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane
- pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane
- pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane
- pgsql: Fix bogus concurrent use of _hash_getnewbuf() in bucket split co Tom Lane
- pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan
- pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan
- pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan
- pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan
- pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan
- pgsql: Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan
- pgsql: Remove spurious semicolons. Heikki Linnakangas
- pgsql: Remove spurious semicolons. Heikki Linnakangas
- pgsql: Remove spurious semicolons. Heikki Linnakangas
- pgsql: Remove spurious semicolons. Heikki Linnakangas
- pgsql: Remove spurious semicolons. Heikki Linnakangas
- pgsql: Remove spurious semicolons. Heikki Linnakangas
- pgsql: btree_gin: properly call DirectFunctionCall1() Bruce Momjian
- pgsql: psql: add asciidoc output format Bruce Momjian
- pgsql: pg_ctl: change default shutdown mode from 'smart' to 'fast' Bruce Momjian
- pgsql: initdb: remove unnecessary VACUUM FULL Bruce Momjian
- pgsql: Make pg_ctl use SIGINT as a default shutdown signal. Fujii Masao
- Re: pgsql: Make pg_ctl use SIGINT as a default shutdown signal. Bruce Momjian