aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-10
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut2020-12-09
* jit: Reference function pointer types via llvmjit_types.c.Andres Freund2020-12-08
* Remove operator_precedence_warning.Tom Lane2020-12-08
* Bump catversion for pg_stat_wal changes.Fujii Masao2020-12-08
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-04
* Improve estimation of OR clauses using extended statistics.Dean Rasheed2020-12-03
* Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier2020-12-03
* Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao2020-12-02
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Use truncate(2) where appropriate.Thomas Munro2020-12-01
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Fix typo in comment.Fujii Masao2020-11-30
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-26
* Avoid spurious waits in concurrent indexingAlvaro Herrera2020-11-25
* Avoid spamming the client with multiple ParameterStatus messages.Tom Lane2020-11-25
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1David Rowley2020-11-25
* Remove catalog function currtid()Michael Paquier2020-11-25
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Tidy up definitions of pg_attribute_hot and pg_attribute_coldDavid Rowley2020-11-25
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-23
* Fix unportable usage of __has_attributeDavid Rowley2020-11-24
* Improve compiler code layout in elog/ereport ERROR callsDavid Rowley2020-11-24
* Define pg_attribute_cold and pg_attribute_hot macrosDavid Rowley2020-11-24
* Remove unnecessary #include.Tom Lane2020-11-23
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-23
* Fix a few comments that referred to copy.c.Heikki Linnakangas2020-11-23
* Split copy.c into four files.Heikki Linnakangas2020-11-23
* Fix FPeq() and friends to get the right answers for infinities.Tom Lane2020-11-21
* Remove ability to independently select random number generatorMagnus Hagander2020-11-20
* Remove undocumented IS [NOT] OF syntax.Tom Lane2020-11-19
* Hash support for row typesPeter Eisentraut2020-11-19
* Add BarrierArriveAndDetachExceptLast().Thomas Munro2020-11-19
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-18
* Deprecate nbtree's BTP_HAS_GARBAGE flag.Peter Geoghegan2020-11-17
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-17
* Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera2020-11-16
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-14
* Fix some typosMichael Paquier2020-11-14
* Add pg_nodiscard decorations to some functionsPeter Eisentraut2020-11-11
* Add pg_nodiscard function declaration specifierPeter Eisentraut2020-11-11
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Move catalog index declarationsPeter Eisentraut2020-11-07
* Move catalog toast table declarationsPeter Eisentraut2020-11-07
* Add pg_strong_random_init function to initialize random number generatorMagnus Hagander2020-11-06
* Remove underflow error in float division with infinite divisor.Tom Lane2020-11-04