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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2023-01-19
Remove some dead code in selfuncs.c
Alvaro Herrera
2023-01-19
Add missing assign hook for GUC checkpoint_completion_target
Michael Paquier
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-17
Remove dead code in formatting.c
John Naylor
2023-01-16
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
Store IdentLine->pg_user as an AuthToken
Michael Paquier
2023-01-15
Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin.
Tom Lane
2023-01-13
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-12
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-12
Rename some variables related to ident files in hba.{c,h}
Michael Paquier
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Use WaitEventSet API for postmaster's event loop.
Thomas Munro
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
Fix typos in code and comments
Michael Paquier
2023-01-10
Add new GUC createrole_self_grant.
Robert Haas
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
Fix the display of lock information for specktoken.
Amit Kapila
2023-01-09
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-09
Remove redundant setting of tuplesort status
John Naylor
2023-01-09
Allow left join removals and unique joins on partitioned tables
David Rowley
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-08
Improve GIN cost estimation
Alexander Korotkov
2023-01-08
Extract the multiplier for CPU process cost of index page into a macro
Alexander Korotkov
2023-01-04
Fix some compiler warnings in aset.c and generation.c
David Rowley
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2023-01-01
Accept "+infinity" in date and timestamp[tz] input.
Tom Lane
2022-12-30
Fix precision handling for some COERCE_SQL_SYNTAX functions
Michael Paquier
2022-12-30
Change argument of appendBinaryStringInfo from char * to void *
Peter Eisentraut
2022-12-30
Use appendStringInfoString instead of appendBinaryStringInfo where possible
Peter Eisentraut
2022-12-30
Add const to BufFileWrite
Peter Eisentraut
2022-12-30
Remove unnecessary casts
Peter Eisentraut
2022-12-27
Remove new locale dependency in regproc regression test.
Tom Lane
2022-12-27
Simplify the implementations of the to_reg* functions.
Tom Lane
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-25
Convert enum_in() to report errors softly.
Tom Lane
2022-12-24
Convert jsonpath's input function to report errors softly
Andrew Dunstan
2022-12-24
Make the numeric-OID cases of regprocin and friends be non-throwing.
Tom Lane
2022-12-22
Allow window functions to adjust their frameOptions
David Rowley
2022-12-22
Improve notation of cacheinfo table in syscache.c.
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-21
Fix newly introduced bug in slab.c
David Rowley
2022-12-21
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
Add enable_presorted_aggregate GUC
David Rowley
[next]