index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-04-21
*
Change the on-disk format of SCRAM verifiers to conform to RFC 5803.
Heikki Linnakangas
2017-04-21
*
Synchronize table list before creating slot in CREATE SUBSCRIPTION
Peter Eisentraut
2017-04-21
*
Modify message when partitioned table is added to publication
Peter Eisentraut
2017-04-20
*
Prevent log_replication_commands from causing SQL commands to be logged.
Fujii Masao
2017-04-21
*
Don't call the function that may raise an error while holding spinlock.
Fujii Masao
2017-04-20
*
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-18
*
Improve documentation and comment for quorum-based sync replication.
Fujii Masao
2017-04-19
*
Provide an error cursor for "can't call an SRF here" errors.
Tom Lane
2017-04-18
*
A collection of small fixes for logical replication.
Fujii Masao
2017-04-19
*
Use DatumGetInt32() to extract 32-bit integer value from a datum.
Fujii Masao
2017-04-19
*
Also fix comment in sample postgresql.conf file, for "scram-sha-256".
Heikki Linnakangas
2017-04-18
*
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-18
*
Fix minor typo in comment
Simon Riggs
2017-04-18
*
Exit correctly from PrepareRedoRemove() when not found
Simon Riggs
2017-04-18
*
Don’t push nextid too far forwards in recovery
Simon Riggs
2017-04-18
*
Allow COMMENT ON COLUMN with partitioned tables
Simon Riggs
2017-04-18
*
Set range table for CopyFrom() in tablesync
Peter Eisentraut
2017-04-17
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Tighten up relation kind checks for extended statistics
Alvaro Herrera
2017-04-17
*
Always build a custom plan node's targetlist from the path's pathtarget.
Tom Lane
2017-04-17
*
Fix typos in comment and log message.
Fujii Masao
2017-04-18
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Fix extended statistics with partial analyzes
Alvaro Herrera
2017-04-17
*
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-16
*
Fix typo in comment
Peter Eisentraut
2017-04-16
*
Sync addRangeTableEntryForENR() with its peer functions.
Tom Lane
2017-04-16
*
Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.
Tom Lane
2017-04-15
*
More cleanup of manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-15
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
*
Use one transaction while reading postgres.bki, not one per line.
Tom Lane
2017-04-14
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Report statistics in logical replication workers
Peter Eisentraut
2017-04-14
*
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-14
*
Remove pstrdup of TextDatumGetCString
Peter Eisentraut
2017-04-14
*
Remove trailing spaces in some output
Peter Eisentraut
2017-04-13
*
Fix regexport.c to behave sanely with lookaround constraints.
Tom Lane
2017-04-13
*
Improve the SASL authentication protocol.
Heikki Linnakangas
2017-04-13
*
Move bootstrap-time lookup of regproc OIDs into genbki.pl.
Tom Lane
2017-04-13
*
Minor cleanup of backend SCRAM code.
Heikki Linnakangas
2017-04-13
*
Remove pg_stats_ext view
Alvaro Herrera
2017-04-13
*
Mention pg_index changes also cause relcache invalidation
Simon Riggs
2017-04-13
*
Avoid transferring parallel-unsafe subplans to parallel workers.
Tom Lane
2017-04-12
*
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-12
*
Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
Robert Haas
2017-04-12
*
Allow a rule on partitioned table to be renamed.
Robert Haas
2017-04-11
*
Add an Assert() to max_parallel_workers enforcement.
Robert Haas
2017-04-11
*
Fix confusion of max_parallel_workers mechanism following crash.
Robert Haas
2017-04-11
*
Fix failure when a shared tidbitmap has only one page.
Robert Haas
2017-04-11
*
Add max_sync_workers_per_subscription to postgresql.conf.sample.
Fujii Masao
2017-04-12
[next]