index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix assign_record_type_typmod().
Jeff Davis
2021-07-10
*
Add more sanity checks in SASL exchanges
Michael Paquier
2021-07-10
*
Fix numeric_mul() overflow due to too many digits after decimal point.
Dean Rasheed
2021-07-10
*
libpq: Fix sending queries in pipeline aborted state
Alvaro Herrera
2021-07-09
*
Eliminate replication protocol error related to IDENTIFY_SYSTEM.
Jeff Davis
2021-07-09
*
Avoid creating a RESULT RTE that's marked LATERAL.
Tom Lane
2021-07-09
*
Update configure's probe for libldap to work with OpenLDAP 2.5.
Tom Lane
2021-07-09
*
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-07-09
*
Teach pg_size_pretty and pg_size_bytes about petabytes
David Rowley
2021-07-09
*
Add forgotten LSN_FORMAT_ARGS() in xlogreader.c
Michael Paquier
2021-07-09
*
Remove more obsolete comments about semaphores.
Thomas Munro
2021-07-09
*
Use a lookup table for units in pg_size_pretty and pg_size_bytes
David Rowley
2021-07-09
*
Fix incorrect return value in pg_size_pretty(bigint)
David Rowley
2021-07-09
*
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Daniel Gustafsson
2021-07-08
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
*
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
*
Refactor SASL code with a generic interface for its mechanisms
Michael Paquier
2021-07-07
*
Allow CustomScan providers to say whether they support projections.
Tom Lane
2021-07-06
*
Improve TestLib::system_or_bail error reporting
Alvaro Herrera
2021-07-06
*
Reduce the cost of planning deeply-nested views.
Tom Lane
2021-07-06
*
Refactor function parse_subscription_options.
Amit Kapila
2021-07-06
*
Fix typo in comment
David Rowley
2021-07-06
*
Reduce the number of pallocs when building partition bounds
David Rowley
2021-07-06
*
Use WaitLatch() instead of pg_usleep() at the end of backups
Michael Paquier
2021-07-06
*
Reduce overhead of cache-clobber testing in LookupOpclassInfo().
Tom Lane
2021-07-05
*
Rethink blocking annotations in detach-partition-concurrently-[34].
Tom Lane
2021-07-05
*
Prevent numeric overflows in parallel numeric aggregates.
Dean Rasheed
2021-07-05
*
Cleanup some aggregate code in the executor
David Rowley
2021-07-04
*
Further restrict the scope of no-exit()-in-libpq test.
Tom Lane
2021-07-03
*
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-07-02
*
Use InvalidBucket instead of -1 where appropriate
Peter Eisentraut
2021-07-02
*
Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation
Michael Paquier
2021-07-02
*
Remove some dead stores.
Thomas Munro
2021-07-02
*
Simplify error handing of jsonapi.c for the frontend
Michael Paquier
2021-07-02
*
Add --clobber-cache option to initdb, for CCA testing.
Tom Lane
2021-07-01
*
Don't reset relhasindex for partitioned tables on ANALYZE
Alvaro Herrera
2021-07-01
*
Improve build-time check that libpq doesn't call exit().
Tom Lane
2021-07-01
*
Fix prove_installcheck to use correct paths when used with PGXS
Andrew Dunstan
2021-07-01
*
Allow specifying pg_waldump --rmgr option multiple times.
Heikki Linnakangas
2021-07-01
*
Add tests for UNBOUNDED syntax ambiguity
Peter Eisentraut
2021-07-01
*
Improve various places that double the size of a buffer
David Rowley
2021-07-01
*
Fix portability fallout from commit dc227eb82.
Tom Lane
2021-06-30
*
genbki stricter error handling
Peter Eisentraut
2021-06-30
*
Replace magic constants used in pg_stat_get_replication_slot().
Amit Kapila
2021-06-30
*
Allow streaming the changes after speculative aborts.
Amit Kapila
2021-06-30
*
Allow enabling two-phase option via replication protocol.
Amit Kapila
2021-06-30
*
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-30
*
Optimize pg_checksums --enable where checksum is already set
Michael Paquier
2021-06-30
*
Fixes for multirange selectivity estimation
Alexander Korotkov
2021-06-29
*
Fix libpq state machine in pipeline mode
Alvaro Herrera
2021-06-29
[next]