index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
Move the built-in conversions into the initial catalog data.
Tom Lane
2019-01-03
*
Use symbolic references for pg_language OIDs in the bootstrap data.
Tom Lane
2019-01-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Add a hash opclass for type "tid".
Tom Lane
2018-12-30
*
Use a separate random seed for SQL random()/setseed() functions.
Tom Lane
2018-12-29
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
*
Avoid producing over-length specific_name outputs in information_schema.
Tom Lane
2018-12-20
*
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
*
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-12-18
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
*
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
2018-12-13
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
*
Tweak pg_partition_tree for undefined relations and unsupported relkinds
Michael Paquier
2018-12-12
*
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-07
*
Improve our response to invalid format strings, and detect more cases.
Tom Lane
2018-12-06
*
Add log_statement_sample_rate parameter
Alvaro Herrera
2018-11-29
*
Fix minor typo in dsa.c.
Thomas Munro
2018-11-29
*
Have BufFileSize() ereport() on FileSize() failure.
Peter Geoghegan
2018-11-28
*
Only allow one recovery target setting
Peter Eisentraut
2018-11-28
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
Fix float-to-integer coercions to handle edge cases correctly.
Tom Lane
2018-11-23
*
Clamp semijoin selectivity to be not more than inner-join selectivity.
Tom Lane
2018-11-23
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-11-22
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Add settings to control SSL/TLS protocol version
Peter Eisentraut
2018-11-20
*
Refine some guc.c help texts
Peter Eisentraut
2018-11-20
*
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
geo_ops.c: Clarify comments and function arguments
Alvaro Herrera
2018-11-15
*
Use 64 bit type for BufFileSize().
Thomas Munro
2018-11-15
*
Add a timezone-specific variant of date_trunc().
Tom Lane
2018-11-14
*
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-14
*
Apply RI trigger skipping tests also for DELETE
Peter Eisentraut
2018-11-10
*
Remove dead foreign key optimization code
Peter Eisentraut
2018-11-10
*
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2018-11-08
*
Disable recheck_on_update optimization to avoid crashes.
Tom Lane
2018-11-06
*
GUC: adjust effective_cache_size SQL descriptions
Bruce Momjian
2018-11-06
*
GUC: adjust effective_cache_size docs and SQL description
Bruce Momjian
2018-11-02
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Adjust trace_sort log messages.
Peter Geoghegan
2018-11-01
*
Add pg_partition_tree to display information about partitions
Michael Paquier
2018-10-30
*
Apply unconstify() in more places
Peter Eisentraut
2018-10-25
*
Remove get_attidentity()
Peter Eisentraut
2018-10-23
*
Remove get_atttypmod()
Peter Eisentraut
2018-10-23
*
Drop const cast from dlsym() calls
Peter Eisentraut
2018-10-23
[next]