summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-12-30Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-12-29Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane
2020-12-29Add support of multirange matching to the existing range GiST indexesAlexander Korotkov
2020-12-29Improve the signature of internal multirange functionsAlexander Korotkov
2020-12-29Implement operators for checking if the range contains a multirangeAlexander Korotkov
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25remove uint128 requirement from patch 978f869b99 (CFE)Bruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-24move hex_decode() to /common so it can be called from frontendBruce Momjian
2020-12-24Fix race condition between shutdown and unstarted background workers.Tom Lane
2020-12-24Improve client error messages for immediate-stop situations.Tom Lane
2020-12-21Disallow SRFs when considering sorts below Gather MergeTomas Vondra
2020-12-21Check parallel safety in generate_useful_gather_pathsTomas Vondra
2020-12-21Refactor logic to check for ASCII-only characters in stringMichael Paquier
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-14Improve some code around cryptohash functionsMichael Paquier
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-09Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut
2020-12-09jit: Reference function pointer types via llvmjit_types.c.Andres Freund
2020-12-08Remove operator_precedence_warning.Tom Lane
2020-12-08Bump catversion for pg_stat_wal changes.Fujii Masao
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-12-03Improve estimation of OR clauses using extended statistics.Dean Rasheed
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-12-02Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-12-01Use truncate(2) where appropriate.Thomas Munro
2020-11-30Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane
2020-11-30Fix typo in comment.Fujii Masao
2020-11-26Restore lock level to update statusFlagsAlvaro Herrera
2020-11-25Avoid spurious waits in concurrent indexingAlvaro Herrera
2020-11-25Avoid spamming the client with multiple ParameterStatus messages.Tom Lane
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-25Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1David Rowley
2020-11-25Remove catalog function currtid()Michael Paquier
2020-11-24Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth
2020-11-24Tidy up definitions of pg_attribute_hot and pg_attribute_coldDavid Rowley
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-24Centralize logic for skipping useless ereport/elog calls.Tom Lane
2020-11-24Fix unportable usage of __has_attributeDavid Rowley
2020-11-23Improve compiler code layout in elog/ereport ERROR callsDavid Rowley
2020-11-23Define pg_attribute_cold and pg_attribute_hot macrosDavid Rowley
2020-11-23Remove unnecessary #include.Tom Lane
2020-11-23Rename the "point is strictly above/below point" comparison operators.Tom Lane
2020-11-23Fix a few comments that referred to copy.c.Heikki Linnakangas