index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Use truncate(2) where appropriate.
Thomas Munro
2020-12-01
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
*
Fix typo in comment.
Fujii Masao
2020-11-30
*
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
*
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-25
*
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-25
*
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
*
Fix unportable usage of __has_attribute
David Rowley
2020-11-24
*
Improve compiler code layout in elog/ereport ERROR calls
David Rowley
2020-11-24
*
Define pg_attribute_cold and pg_attribute_hot macros
David Rowley
2020-11-24
*
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
2020-11-23
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23
*
Fix FPeq() and friends to get the right answers for infinities.
Tom Lane
2020-11-21
*
Remove ability to independently select random number generator
Magnus Hagander
2020-11-20
*
Remove undocumented IS [NOT] OF syntax.
Tom Lane
2020-11-19
*
Hash support for row types
Peter Eisentraut
2020-11-19
*
Add BarrierArriveAndDetachExceptLast().
Thomas Munro
2020-11-19
*
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
*
Deprecate nbtree's BTP_HAS_GARBAGE flag.
Peter Geoghegan
2020-11-17
*
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-17
*
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
*
Provide the OR REPLACE option for CREATE TRIGGER.
Tom Lane
2020-11-14
*
Fix some typos
Michael Paquier
2020-11-14
*
Add pg_nodiscard decorations to some functions
Peter Eisentraut
2020-11-11
*
Add pg_nodiscard function declaration specifier
Peter Eisentraut
2020-11-11
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Move catalog toast table declarations
Peter Eisentraut
2020-11-07
*
Add pg_strong_random_init function to initialize random number generator
Magnus Hagander
2020-11-06
*
Remove underflow error in float division with infinite divisor.
Tom Lane
2020-11-04
*
Declare assorted array functions using anycompatible not anyelement.
Tom Lane
2020-11-04
*
Declare lead() and lag() using anycompatible not anyelement.
Tom Lane
2020-11-04
*
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-04
*
Revert pg_relation_check_pages()
Michael Paquier
2020-11-04
*
Fix get_useful_pathkeys_for_relation for volatile expressions
Tomas Vondra
2020-11-03
*
Remove deprecated containment operators for built-in types
Peter Eisentraut
2020-11-03
*
Fix typos.
Amit Kapila
2020-11-03
*
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-11-02
*
Use PG_GETARG_TRANSACTIONID where appropriate
Peter Eisentraut
2020-11-02
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Add pg_depend.refobjversion.
Thomas Munro
2020-11-03
*
Remove pg_collation.collversion.
Thomas Munro
2020-11-03
[next]