index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2020-12-30
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-12-30
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
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
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
remove uint128 requirement from patch 978f869b99 (CFE)
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-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-24
Improve client error messages for immediate-stop situations.
Tom Lane
2020-12-21
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-14
Improve some code around cryptohash functions
Michael Paquier
2020-12-10
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
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-09
jit: Reference function pointer types via llvmjit_types.c.
Andres Freund
2020-12-08
Remove operator_precedence_warning.
Tom Lane
2020-12-08
Bump catversion for pg_stat_wal changes.
Fujii Masao
2020-12-04
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-12-03
Improve estimation of OR clauses using extended statistics.
Dean Rasheed
2020-12-03
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-02
Track total number of WAL records, FPIs and bytes generated in the cluster.
Fujii Masao
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
Use truncate(2) where appropriate.
Thomas Munro
2020-11-30
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
Fix typo in comment.
Fujii Masao
2020-11-26
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-25
Avoid spurious waits in concurrent indexing
Alvaro Herrera
2020-11-25
Avoid spamming the client with multiple ParameterStatus messages.
Tom Lane
2020-11-25
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1
David Rowley
2020-11-25
Remove catalog function currtid()
Michael Paquier
2020-11-24
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
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-24
Fix unportable usage of __has_attribute
David Rowley
2020-11-23
Improve compiler code layout in elog/ereport ERROR calls
David Rowley
2020-11-23
Define pg_attribute_cold and pg_attribute_hot macros
David Rowley
2020-11-23
Remove unnecessary #include.
Tom Lane
2020-11-23
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
Fix a few comments that referred to copy.c.
Heikki Linnakangas
[next]