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
2021-03-18
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-02-22
Hide internal error for pg_collation_actual_version(<bad OID>).
Thomas Munro
2021-02-10
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-07
Rename removable xid function for consistency.
Peter Geoghegan
2021-01-31
Implementation of subscripting for jsonb
Alexander Korotkov
2021-01-30
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-26
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-14
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-06
Add idle_session_timeout.
Tom Lane
2021-01-06
Replace CLOBBER_CACHE_ALWAYS with run-time GUC
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
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
[next]