index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
*
Revert 29854ee8d1 due to buildfarm failures
Alexander Korotkov
2021-06-15
*
Support for unnest(multirange) and cast multirange as an array of ranges
Alexander Korotkov
2021-06-15
*
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
*
Remove pg_wait_for_backend_termination().
Noah Misch
2021-06-14
*
Copy-edit text for the pg_terminate_backend() "timeout" parameter.
Noah Misch
2021-06-14
*
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
*
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-06-11
*
Change position of field "transformed" in struct CreateStatsStmt.
Noah Misch
2021-06-10
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Add some const decorations
Peter Eisentraut
2021-06-10
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
Remove two_phase variable from CreateReplicationSlotCmd struct.
Amit Kapila
2021-06-07
*
Add transformed flag to nodes/*funcs.c for CREATE STATISTICS
Tomas Vondra
2021-06-06
*
Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.
Noah Misch
2021-06-06
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
*
Fix incorrect permissions on pg_subscription.
Tom Lane
2021-06-03
*
Update plannodes.h's comments about PlanRowMark.
Tom Lane
2021-06-02
*
Reduce the range of OIDs reserved for genbki.pl.
Tom Lane
2021-05-27
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-27
*
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Fix issues in pg_stat_wal.
Fujii Masao
2021-05-19
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
*
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-05-14
*
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
*
Do pre-release housekeeping on catalog data.
Tom Lane
2021-05-12
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
*
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-05-10
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Improve comments about USE_VALGRIND in pg_config_manual.h.
Tom Lane
2021-05-09
*
Sync guc.c and postgresql.conf.sample with the SGML docs.
Tom Lane
2021-05-08
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Track detached partitions more accurately in partdescs
Alvaro Herrera
2021-05-06
*
Update replication statistics after every stream/spill.
Amit Kapila
2021-05-06
*
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-28
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
*
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-27
*
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-27
*
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-27
*
Mark multirange_constructor0() and multirange_constructor2() strict
Alexander Korotkov
2021-04-23
*
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
Fujii Masao
2021-04-23
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
Add DISTINCT to information schema usage views
Peter Eisentraut
2021-04-21
*
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-21
[next]