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
*
Copy and store addrinfo in libpq-owned private memory
Daniel Gustafsson
2023-03-29
*
Remove empty function BufmgrCommit().
Tom Lane
2023-03-29
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Move definition of standard collations from initdb to pg_collation.dat
Peter Eisentraut
2023-03-29
*
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-03-29
*
Validate ICU locales.
Jeff Davis
2023-03-28
*
Save a few bytes in pg_attribute
Peter Eisentraut
2023-03-28
*
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-27
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-25
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
*
libpq: Add sslcertmode option to control client certificates
Michael Paquier
2023-03-24
*
Rename fields in pgstat structures for functions and relations
Michael Paquier
2023-03-24
*
Count updates that move row to a new page.
Peter Geoghegan
2023-03-23
*
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-23
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-23
*
Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Tom Lane
2023-03-21
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Add functions to do timestamptz arithmetic in a non-default timezone.
Tom Lane
2023-03-18
*
Add files related to query jumbling in src/include/nodes/ for meson
Michael Paquier
2023-03-18
*
Refactor datetime functions' timezone lookup code to reduce duplication.
Tom Lane
2023-03-17
*
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
*
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-17
*
libpq: Remove code for SCM credential authentication
Michael Paquier
2023-03-17
*
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-03-16
*
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-15
*
Add a hook for modifying the ldapbind password
Andrew Dunstan
2023-03-15
*
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-15
*
Add support for the error functions erf() and erfc().
Dean Rasheed
2023-03-14
*
libpq: Add support for require_auth to control authorized auth methods
Michael Paquier
2023-03-14
*
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
*
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
*
Improve support for UNICODE collation on older ICU
Peter Eisentraut
2023-03-13
*
Add standard collation UNICODE
Peter Eisentraut
2023-03-10
*
Include headers of archive/ in installation
Michael Paquier
2023-03-10
*
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
*
Update comment
Peter Eisentraut
2023-03-08
*
Refine query jumbling handling for CallStmt
Michael Paquier
2023-03-08
*
Ignore IntoClause.viewQuery in query jumbling
Michael Paquier
2023-03-08
*
Make get_extension_schema() available
Michael Paquier
2023-03-07
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
*
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
*
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
*
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-06
*
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-04
*
Update some incorrect comments about xlog records.
Robert Haas
2023-03-03
*
Don't leak descriptors into subprograms.
Thomas Munro
2023-03-03
*
Require empty Bitmapsets to be represented as NULL.
Tom Lane
2023-03-02
*
Mop up some undue familiarity with the innards of Bitmapsets.
Tom Lane
2023-03-02
[next]