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
*
#ifdef out assorted unused GEQO code.
Tom Lane
2017-06-04
*
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-04
*
Fix signal handling in logical replication workers
Peter Eisentraut
2017-06-02
*
Avoid -Wconversion warnings from direct use of GET_n_BYTES macros.
Tom Lane
2017-05-31
*
Sort syscache identifiers into alphabetical order.
Tom Lane
2017-05-30
*
Fix omission of locations in outfuncs/readfuncs partitioning node support.
Tom Lane
2017-05-30
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Check relkind of tables in CREATE/ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-16
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-16
*
Stamp 10beta1.
REL_10_BETA1
Tom Lane
2017-05-15
*
Fix handling of extended statistics during ALTER COLUMN TYPE.
Tom Lane
2017-05-14
*
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
*
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-13
*
Teach \d+ to show partitioning constraints.
Robert Haas
2017-05-13
*
Fix multi-column range partitioning constraints.
Robert Haas
2017-05-13
*
Complete tab completion for DROP STATISTICS
Alvaro Herrera
2017-05-13
*
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
*
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
*
Fix dependencies for extended statistics objects.
Tom Lane
2017-05-12
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
*
Lag tracking for logical replication
Simon Riggs
2017-05-12
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
*
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
*
Improve memory use in logical replication apply
Peter Eisentraut
2017-05-09
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
*
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
*
Prevent panic during shutdown checkpoint
Peter Eisentraut
2017-05-05
*
Make SCRAM salts and nonces longer.
Heikki Linnakangas
2017-05-05
*
Misc cleanup of SCRAM code.
Heikki Linnakangas
2017-05-05
*
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-05-03
*
Remove create_singleton_array(), hard-coding the case in its sole caller.
Tom Lane
2017-05-02
*
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
*
Fix logical replication launcher wake up and reset
Peter Eisentraut
2017-05-01
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-28
*
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
*
Fix various concurrency issues in logical replication worker launching
Peter Eisentraut
2017-04-26
*
Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...
Tom Lane
2017-04-24
[next]