index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Avoid integer overflow hazard in interval_time().
Dean Rasheed
2023-11-09
*
Fix AFTER ROW trigger execution in MERGE cross-partition update.
Dean Rasheed
2023-11-09
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Fix corner-case 64-bit integer subtraction bug on some platforms.
Dean Rasheed
2023-11-09
*
Fix uninitialized slot array access during the upgrade.
Amit Kapila
2023-11-09
*
pg_stat_statements: Remove duplicated tests for SET statements
Michael Paquier
2023-11-09
*
Fix bug in the new ResourceOwner implementation.
Heikki Linnakangas
2023-11-09
*
doc:: simplify introductory text
Bruce Momjian
2023-11-08
*
README: remove duplicate download link & mention related softw.
Bruce Momjian
2023-11-08
*
doc: change "system" to "cluster" where appropriate
Bruce Momjian
2023-11-08
*
doc: mention that ANALYZE does block DDL
Bruce Momjian
2023-11-08
*
Check stack depth in new recursive functions
Alvaro Herrera
2023-11-08
*
Fix some issues with tracking nesting level in pg_stat_statements.
Tom Lane
2023-11-08
*
Call pqPipelineFlush from PQsendFlushRequest
Alvaro Herrera
2023-11-08
*
Change pgcrypto to use the new ResourceOwner mechanism.
Heikki Linnakangas
2023-11-08
*
Use a faster hash function in resource owners.
Heikki Linnakangas
2023-11-08
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Move a few ResourceOwnerEnlarge() calls for safety and clarity.
Heikki Linnakangas
2023-11-08
*
Don't install ldap_password_func in meson
Peter Eisentraut
2023-11-08
*
Fix use of OPENSSL in SSL tests if command is not found
Michael Paquier
2023-11-08
*
Enlarge assertion in bloom_init() for false_positive_rate
Michael Paquier
2023-11-08
*
Stop including parsenodes.h in plannodes.h
Alvaro Herrera
2023-11-07
*
citext: Allow tests to pass in OpenSSL FIPS mode
Peter Eisentraut
2023-11-07
*
Fix the test 003_logical_slots.
Amit Kapila
2023-11-07
*
Reorder two functions in inval.c
Michael Paquier
2023-11-07
*
Make use of initReadOnlyStringInfo() in more places
David Rowley
2023-11-07
*
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
*
Compute aggregate argument types correctly in transformAggregateCall().
Tom Lane
2023-11-06
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Set GUC "is_superuser" in all processes that set AuthenticatedUserId.
Noah Misch
2023-11-06
*
Ban role pg_signal_backend from more superuser backend types.
Noah Misch
2023-11-06
*
Add XMLText function (SQL/XML X038)
Daniel Gustafsson
2023-11-06
*
pg_resetwal: Add more tests and test coverage
Peter Eisentraut
2023-11-06
*
doc: pg_resetwal: Add comments how the multipliers are derived
Peter Eisentraut
2023-11-06
*
Fix allocation of UniqueRelInfo
Alexander Korotkov
2023-11-06
*
More consistent behavior of GetDataDirectoryCreatePerm on Windows
Peter Eisentraut
2023-11-05
*
Try again to fix the MSVC build
David Rowley
2023-11-04
*
Fix usage of the parse tree for estimate_num_groups() in set operations
Alexander Korotkov
2023-11-04
*
meson: docs: Install all manpages, not just ones in man1
Andres Freund
2023-11-03
*
doc: move HBA reload instructions above the syntax details
Bruce Momjian
2023-11-03
*
doc: \copy can get data values \. and end-of-input confused
Bruce Momjian
2023-11-03
*
doc: CREATE DATABASE doesn't copy db-level perms. from template
Bruce Momjian
2023-11-03
*
doc: mention ORDER BY for some aggregates, add ORDER BY examples
Bruce Momjian
2023-11-03
*
Doc: update CREATE RULE ref page's hoary discussion of views.
Tom Lane
2023-11-03
*
doc: ALTER DEFAULT PRIVILEGES does not affect inherited roles
Bruce Momjian
2023-11-03
*
Add missing unicode_category.c to MSVC build scripts
David Rowley
2023-11-03
*
Stabilize postgres_fdw tests on 32-bit machines
David Rowley
2023-11-03
*
Make GetConfigOption/GetConfigOptionResetString return "" for NULL.
Tom Lane
2023-11-02
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
Attempt to stabilize postgres_fdw tests
David Rowley
2023-11-02
[next]