index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2018-12-30
Add a hash opclass for type "tid".
Tom Lane
2018-12-29
Use a separate random seed for SQL random()/setseed() functions.
Tom Lane
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-20
Avoid producing over-length specific_name outputs in information_schema.
Tom Lane
2018-12-19
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-18
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-12-14
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-13
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-12
Tweak pg_partition_tree for undefined relations and unsupported relkinds
Michael Paquier
2018-12-06
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-06
Improve our response to invalid format strings, and detect more cases.
Tom Lane
2018-11-29
Add log_statement_sample_rate parameter
Alvaro Herrera
2018-11-29
Fix minor typo in dsa.c.
Thomas Munro
2018-11-28
Have BufFileSize() ereport() on FileSize() failure.
Peter Geoghegan
2018-11-28
Only allow one recovery target setting
Peter Eisentraut
2018-11-25
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-24
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-22
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-11-21
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-19
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-16
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-14
Add a timezone-specific variant of date_trunc().
Tom Lane
2018-11-14
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-10
Apply RI trigger skipping tests also for DELETE
Peter Eisentraut
2018-11-10
Remove dead foreign key optimization code
Peter Eisentraut
2018-11-08
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2018-11-06
Disable recheck_on_update optimization to avoid crashes.
Tom Lane
2018-11-06
GUC: adjust effective_cache_size SQL descriptions
Bruce Momjian
2018-11-02
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-01
Adjust trace_sort log messages.
Peter Geoghegan
2018-10-30
Add pg_partition_tree to display information about partitions
Michael Paquier
2018-10-25
Apply unconstify() in more places
Peter Eisentraut
2018-10-23
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-19
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.
Tom Lane
2018-10-19
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-17
Const-ify a few more large static tables.
Tom Lane
2018-10-16
Reorder FmgrBuiltin members, saving 25% in size.
Andres Freund
[next]