index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Create an API for inserting and deleting rows in TOAST tables.
Robert Haas
2019-09-06
*
When performing a base backup, check for read errors.
Robert Haas
2019-09-06
*
Make pg_promote() detect postmaster death while waiting for promotion to end.
Fujii Masao
2019-09-06
*
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-09-05
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Use explicit_bzero
Peter Eisentraut
2019-09-05
*
Fix thinko when ending progress report for a backend
Michael Paquier
2019-09-04
*
Make XLogReaderInvalReadState static
Alvaro Herrera
2019-09-03
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
*
Better error messages for short reads/writes in SLRU
Peter Eisentraut
2019-09-03
*
Fix memory leak with lower, upper and initcap with ICU-provided collations
Michael Paquier
2019-09-03
*
Avoid touching replica identity index in ExtractReplicaIdentity().
Tom Lane
2019-09-02
*
Fix overflow check and comment in GIN posting list encoding.
Heikki Linnakangas
2019-08-28
*
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-08-28
*
Remove obsolete nbtree page deletion comment.
Peter Geoghegan
2019-08-27
*
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-27
*
Fix postmaster state machine to handle dead_end child crashes better.
Tom Lane
2019-08-26
*
Don't rely on llvm::make_unique.
Thomas Munro
2019-08-25
*
Explain subtlety in nbtree locking protocol.
Peter Geoghegan
2019-08-23
*
Update SQL conformance information
Peter Eisentraut
2019-08-22
*
Make SQL/JSON error code names match SQL standard
Peter Eisentraut
2019-08-22
*
Update comments on nbtree stack struct.
Peter Geoghegan
2019-08-21
*
Remove configure detection of crypt()
Peter Eisentraut
2019-08-21
*
Fix typo
Alvaro Herrera
2019-08-21
*
Clean up some SCRAM attribute processing
Peter Eisentraut
2019-08-20
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Avoid conflicts with library versions of inet_net_ntop() and friends.
Tom Lane
2019-08-18
*
Fix incidental warnings from cpluspluscheck.
Tom Lane
2019-08-18
*
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-08-18
*
Add default_table_access_method to postgresql.conf.sample.
Andres Freund
2019-08-16
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-16
*
Remove useless bms_free() calls in build_child_join_rel().
Etsuro Fujita
2019-08-16
*
Fix plpgsql to re-look-up composite type names at need.
Tom Lane
2019-08-15
*
Use a hash table to de-duplicate NOTIFY events faster.
Tom Lane
2019-08-15
*
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
Tom Lane
2019-08-14
*
Remove block number field from nbtree stack.
Peter Geoghegan
2019-08-14
*
initdb: Remove obsolete locale handling
Peter Eisentraut
2019-08-14
*
Remove obsolete nbtree README commentary.
Peter Geoghegan
2019-08-13
*
Use PageIndexTupleOverwrite() within nbtree.
Peter Geoghegan
2019-08-13
*
Don't constraint-exclude partitioned tables as much
Alvaro Herrera
2019-08-13
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix planner's test for case-foldable characters in ILIKE with ICU.
Tom Lane
2019-08-12
*
Remove EState.es_range_table_array.
Tom Lane
2019-08-12
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Fix string comparison in jsonpath
Alexander Korotkov
2019-08-12
*
Adjust string comparison in jsonpath
Alexander Korotkov
2019-08-11
*
Fix "ANALYZE t, t" inside a transaction block.
Tom Lane
2019-08-10
[next]