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
Age
Commit message (
Expand
)
Author
2023-10-10
Replace has_multiple_baserels() with a bitmap test on all_baserels.
Tom Lane
2023-10-10
pg_resetwal: Corrections around -c option
Peter Eisentraut
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
Fix possible crash in add_paths_to_append_rel()
David Rowley
2023-10-10
Revert "Optimize various aggregate deserialization functions"
David Rowley
2023-10-10
worker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONN
Michael Paquier
2023-10-09
Rename StartBackgroundWorker() to BackgroundWorkerMain().
Heikki Linnakangas
2023-10-09
Allocate Backend structs in PostmasterContext.
Heikki Linnakangas
2023-10-09
Clarify the checks in RegisterBackgroundWorker.
Heikki Linnakangas
2023-10-09
Optimize various aggregate deserialization functions
David Rowley
2023-10-09
Remove duplicate words in docs and code comments.
Amit Kapila
2023-10-09
Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_path
David Rowley
2023-10-09
Remove debug_print_rel and replace usages with pprint
David Rowley
2023-10-07
Fix another typo in e0b1ee17dc
Alexander Korotkov
2023-10-07
Restore proper linkage of pg_char_to_encoding() and friends.
Tom Lane
2023-10-07
Fix typos in e0b1ee17dc
Alexander Korotkov
2023-10-06
Add test for checking the line length of --help output
Peter Eisentraut
2023-10-06
Remove environment-variable-based defaults in psql --help
Peter Eisentraut
2023-10-06
Remove extra parenthesis from comment.
Etsuro Fujita
2023-10-06
Skip checking of scan keys required for directional scan in B-tree
Alexander Korotkov
2023-10-06
Fix crash on syslogger startup
Heikki Linnakangas
2023-10-06
worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN
Michael Paquier
2023-10-06
worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN
Michael Paquier
2023-10-05
Push attcompression and attstorage handling into BuildDescForRelation()
Peter Eisentraut
2023-10-05
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
Push attidentity and attgenerated handling into BuildDescForRelation()
Peter Eisentraut
2023-10-05
Refactor ListenSocket array.
Heikki Linnakangas
2023-10-05
Improve JsonLexContext's freeability
Alvaro Herrera
2023-10-05
Consider cheap startup paths in add_paths_to_append_rel
David Rowley
2023-10-05
Fix memory leak in Memoize code
David Rowley
2023-10-05
Modernize const handling with readline
Peter Eisentraut
2023-10-05
worker_spi: Expand set of options to start workers
Michael Paquier
2023-10-04
test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom wait events
Michael Paquier
2023-10-04
worker_spi: Rename custom wait event to "WorkerSpiMain"
Michael Paquier
2023-10-03
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-10-03
Add some notes about why "ALTER TYPE enum DROP VALUE" is hard.
Tom Lane
2023-10-03
In basebackup.c, refactor to create read_file_data_into_buffer.
Robert Haas
2023-10-03
In basebackup.c, refactor to create verify_page_checksum.
Robert Haas
2023-10-03
Avoid memory size overflow when allocating backend activity buffer
Michael Paquier
2023-10-03
Fix incorrect format placeholder
Peter Eisentraut
2023-10-03
Tidy-up some appendStringInfo*() usages
David Rowley
2023-10-03
Fail hard on out-of-memory failures in xlogreader.c
Michael Paquier
2023-10-02
Replace use of stat()[7] by -s switch in TAP tests to retrieve file size
Michael Paquier
2023-10-02
Fix omission of column-level privileges in selective pg_restore.
Tom Lane
2023-10-02
Remove retry loop in heap_page_prune().
Robert Haas
2023-10-02
Flush WAL stats in bgwriter
Heikki Linnakangas
2023-10-02
Add rmgrdesc README
Heikki Linnakangas
2023-10-02
Add regression tests for psql \g piped into a program
Heikki Linnakangas
2023-10-02
Revert "Add soft error handling to some expression nodes"
Amit Langote
[next]