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
*
Allow window functions to adjust their frameOptions
David Rowley
2022-12-23
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Add work-around for VA_ARGS_NARGS() on MSVC.
Thomas Munro
2022-12-22
*
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-12-22
*
Introduce float4in_internal
Andrew Dunstan
2022-12-21
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
*
Add pg_dissect_walfile_name()
Michael Paquier
2022-12-20
*
Remove hardcoded dependency to cryptohash type in the internals of SCRAM
Michael Paquier
2022-12-20
*
Fix comment that was missing a word.
Robert Haas
2022-12-19
*
Expose some information about backend subxact status.
Robert Haas
2022-12-19
*
Doc: update pg_list.h header comments to include XidLists.
Tom Lane
2022-12-17
*
Fix typo in reference to __FreeBSD__.
Thomas Munro
2022-12-16
*
Speed up creation of command completion tags
David Rowley
2022-12-16
*
Convert range_in and multirange_in to report errors softly.
Tom Lane
2022-12-15
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Remove SHA256_HMAC_B from scram-common.h
Michael Paquier
2022-12-14
*
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
*
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-12
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
*
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-11
*
Restructure soft-error handling in formatting.c.
Tom Lane
2022-12-09
*
Convert datetime input functions to use "soft" error reporting.
Tom Lane
2022-12-09
*
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-12-09
*
Const-ify a couple of datetime parsing subroutines.
Tom Lane
2022-12-09
*
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-12-09
*
Add test scaffolding for soft error reporting from input functions.
Tom Lane
2022-12-09
*
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
*
Update types in File API
Peter Eisentraut
2022-12-08
*
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-08
*
Avoid unnecessary streaming of transactions during logical replication.
Amit Kapila
2022-12-08
*
meson: Add basic PGXS compatibility
Andres Freund
2022-12-06
*
Generate pg_stat_get*() functions for databases using macros
Michael Paquier
2022-12-07
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-12-06
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
*
Re-pgindent a few files.
Tom Lane
2022-12-04
*
Remove gen_node_support.pl's special treatment of EquivalenceClasses.
Tom Lane
2022-12-02
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
*
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-12-02
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
*
Bump catalog version for previous commit
Alvaro Herrera
2022-11-30
*
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-30
*
Refactor code parsing compression option values (-Z/--compress)
Michael Paquier
2022-11-30
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-29
*
Remove promote_trigger_file.
Thomas Munro
2022-11-29
[next]