index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2022-12-30
Change argument of appendBinaryStringInfo from char * to void *
Peter Eisentraut
2022-12-30
Add const to BufFileWrite
Peter Eisentraut
2022-12-29
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2022-12-28
Add page-level freezing to VACUUM.
Peter Geoghegan
2022-12-27
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
Convert tsqueryin and tsvectorin to report errors softly.
Tom Lane
2022-12-27
Detect bad input for types xid, xid8, and cid.
Tom Lane
2022-12-26
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-24
Convert jsonpath's input function to report errors softly
Andrew Dunstan
2022-12-24
Fix recent accidental omission in pg_proc.dat
David Rowley
2022-12-23
Allow parent's WaitEventSets to be freed after fork().
Thomas Munro
2022-12-23
Add WL_SOCKET_ACCEPT event to WaitEventSet API.
Thomas Munro
2022-12-23
Rename pg_dissect_walfile_name() to pg_split_walfile_name()
Michael Paquier
2022-12-22
Allow window functions to adjust their frameOptions
David Rowley
2022-12-22
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-21
Introduce float4in_internal
Andrew Dunstan
2022-12-20
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-19
Remove hardcoded dependency to cryptohash type in the internals of SCRAM
Michael Paquier
2022-12-19
Fix comment that was missing a word.
Robert Haas
2022-12-19
Expose some information about backend subxact status.
Robert Haas
2022-12-17
Doc: update pg_list.h header comments to include XidLists.
Tom Lane
2022-12-16
Fix typo in reference to __FreeBSD__.
Thomas Munro
2022-12-15
Speed up creation of command completion tags
David Rowley
2022-12-15
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-14
Remove SHA256_HMAC_B from scram-common.h
Michael Paquier
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-12
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-11
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-10
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-08
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-07
meson: Add basic PGXS compatibility
Andres Freund
2022-12-07
Generate pg_stat_get*() functions for databases using macros
Michael Paquier
2022-12-06
Rework query relation permission checking
Alvaro Herrera
[next]