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
/
include
/
utils
Age
Commit message (
Expand
)
Author
2020-12-29
Suppress log spam from multiple reports of SIGQUIT shutdown.
Tom Lane
2020-12-29
Add support of multirange matching to the existing range GiST indexes
Alexander Korotkov
2020-12-29
Improve the signature of internal multirange functions
Alexander Korotkov
2020-12-29
Implement operators for checking if the range contains a multirange
Alexander Korotkov
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-12-24
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-12-04
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-11-25
Avoid spamming the client with multiple ParameterStatus messages.
Tom Lane
2020-11-24
Tidy up definitions of pg_attribute_hot and pg_attribute_cold
David Rowley
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
Improve compiler code layout in elog/ereport ERROR calls
David Rowley
2020-11-21
Fix FPeq() and friends to get the right answers for infinities.
Tom Lane
2020-11-11
Add pg_nodiscard decorations to some functions
Peter Eisentraut
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-04
Remove underflow error in float division with infinite divisor.
Tom Lane
2020-11-02
Track collation versions for indexes.
Thomas Munro
2020-10-07
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-10-04
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-09-24
Expose oldSnapshotControl definition via new header.
Robert Haas
2020-09-18
Remove large fill factor support from dynahash.c.
Thomas Munro
2020-09-17
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-12
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-09
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-08-18
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-02
Use int64 instead of long in incremental sort code
David Rowley
2020-07-23
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-22
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-07-20
Make floating-point "NaN / 0" return NaN instead of raising an error.
Tom Lane
2020-07-20
Add generic_plans and custom_plans fields into pg_prepared_statements.
Fujii Masao
2020-07-15
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-07-14
Fix some header identifications
Michael Paquier
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-06
Refactor routines for name lookups of procedures and operators
Michael Paquier
2020-07-06
Add new flag to format_type_extended() to get NULL for undefined type
Michael Paquier
2020-06-13
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-12
Add missing extern keyword for a couple of numutils functions
David Rowley
2020-06-09
Unify drop-by-OID functions
Peter Eisentraut
2020-06-05
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-06-04
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
[next]