index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Commit message (
Expand
)
Author
Age
*
Redesign archive modules
Michael Paquier
2023-02-17
*
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-02-13
*
Add tests for pg_stat_io
Andres Freund
2023-02-11
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-02-08
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Include values of A_Const nodes in query jumbling
Michael Paquier
2023-02-07
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
*
dblink: Fix variable confusion introduced in e4602483e95
Andres Freund
2023-01-31
*
Generate code for query jumbling through gen_node_support.pl
Michael Paquier
2023-01-31
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Remove gratuitous references to postmaster program
Peter Eisentraut
2023-01-26
*
Make auto_explain print the query identifier in verbose mode
Michael Paquier
2023-01-26
*
Revert "Rename contrib module basic_archive to basic_wal_module"
Michael Paquier
2023-01-26
*
Rename contrib module basic_archive to basic_wal_module
Michael Paquier
2023-01-25
*
dblink, postgres_fdw: Handle interrupts during connection establishment
Andres Freund
2023-01-23
*
pg_walinspect: Add pg_get_wal_fpi_info()
Michael Paquier
2023-01-23
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
*
Constify the arguments of copydir.h functions
Michael Paquier
2023-01-18
*
meson: Add two missing regress tests
Andres Freund
2023-01-17
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
*
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-11
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
*
Doc: improve commentary about providing our own definitions of M_PI.
Tom Lane
2023-01-08
*
Check relkind before using TABLESAMPLE in postgres_fdw
Tomas Vondra
2023-01-07
*
Allow hyphens in ltree labels
Andrew Dunstan
2023-01-06
*
Fix stale comment about sample_frac adjustment
Tomas Vondra
2023-01-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add bt_multi_page_stats() function to contrib/pageinspect.
Tom Lane
2023-01-02
*
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-30
*
Fix oversight in 7a05425d96
Andrew Dunstan
2022-12-29
*
Convert contrib/ltree's input functions to report errors softly
Andrew Dunstan
2022-12-28
*
Convert contrib/intarray's bqarr_in() to report errors softly
Andrew Dunstan
2022-12-28
*
Convert hstore_in to report errors softly.
Tom Lane
2022-12-27
*
Fix thinko in 720e0327bc
Andrew Dunstan
2022-12-25
*
Convert contrib/isn's input functions to report errors softly
Andrew Dunstan
2022-12-24
*
Convert contrib/seg's input function to report errors softly
Andrew Dunstan
2022-12-23
*
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-24
*
Fix contrib/seg to be more wary of long input numbers.
Tom Lane
2022-12-21
*
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-21
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-20
*
C comment: fix wording
Bruce Momjian
2022-12-16
*
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-16
*
basebackup_to_shell: Add some const qualifiers for consistency
Peter Eisentraut
2022-12-13
[next]