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
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
*
Allow event trigger table_rewrite for ALTER MATERIALIZED VIEW
Michael Paquier
2022-08-17
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
*
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-10
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
*
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-26
*
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-25
*
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
*
windows: msvc: Define STDIN/OUT/ERR_FILENO.
Andres Freund
2022-07-18
*
Fix inconsistent parameter names between prototype and declaration
David Rowley
2022-07-15
*
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-13
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
*
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
*
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-07
*
Remove size increase in ExprEvalStep caused by hashed saops
David Rowley
2022-07-06
*
expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.
Andres Freund
2022-07-05
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
*
Rename pg_checkpointer predefined role to pg_checkpoint.
Robert Haas
2022-07-05
*
pgindent run prior to branching v15.
Tom Lane
2022-06-30
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
Fix relptr's encoding of the base address.
Thomas Munro
2022-06-27
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
*
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-16
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
shm_mq_sendv: Fix flushing bug when receiver not yet attached.
Robert Haas
2022-05-31
*
Make STRING an unreserved_keyword.
Tom Lane
2022-05-30
*
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-24
*
Remove unused-and-misspelled function extern declaration.
Tom Lane
2022-05-21
*
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
*
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
*
Fix incorrect comments for Memoize struct
David Rowley
2022-05-19
*
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-19
*
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-13
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
*
Remove PGDLLIMPORT marker from __pg_log_level
Michael Paquier
2022-05-13
*
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
*
Do pre-release housekeeping on catalog data.
Tom Lane
2022-05-12
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Add some missing PGDLLIMPORT markings
Michael Paquier
2022-05-12
*
Use correct datum macros in more tuplesort specialization functions.
John Naylor
2022-05-12
*
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-11
*
Fix old-fd issues using global barriers everywhere.
Thomas Munro
2022-05-07
*
Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.
Thomas Munro
2022-05-07
*
Remove JsonPathSpec typedef
Peter Eisentraut
2022-05-04
*
Add missing enum tag in enum used in nodes
Peter Eisentraut
2022-05-04
[next]