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
Age
Commit message (
Expand
)
Author
2022-09-14
Fix outdated convert_saop_to_hashed_saop comment
David Rowley
2022-09-14
Small wording improvements
Peter Eisentraut
2022-09-14
Use SIGNAL_ARGS consistently to declare signal handlers.
Tom Lane
2022-09-14
Remove duplicate initialization
Alvaro Herrera
2022-09-14
Move gramparse.h to src/backend/parser
John Naylor
2022-09-14
Simplify handling of compression level with compression specifications
Michael Paquier
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
Don't reflect unescaped cert data to the logs
Peter Eisentraut
2022-09-13
pg_clean_ascii(): escape bytes rather than lose them
Peter Eisentraut
2022-09-13
Improve wal_decode_buffer_size description some more
Alvaro Herrera
2022-09-13
Remove useless pstrdups in untransformRelOptions
Alvaro Herrera
2022-09-13
Rename macro related to pg_backup_stop()
Michael Paquier
2022-09-12
Don't reference out-of-bounds array elements in brin_minmax_multi.c
David Rowley
2022-09-12
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
Peter Eisentraut
2022-09-12
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-12
Fix NaN comparison in circle_same test
Daniel Gustafsson
2022-09-12
Make the tablesync worker's replication origin drop logic robust.
Amit Kapila
2022-09-12
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-12
Make eval statement naturally proof against perltidy
John Naylor
2022-09-12
Replace loading of ldap_start_tls_sA() by direct function call
Michael Paquier
2022-09-10
Free correctly LDAPMessage returned by ldap_search_s() in auth.c
Michael Paquier
2022-09-09
Fix GetForeignKey*Triggers for self-referential FKs
Alvaro Herrera
2022-09-09
Bump minimum version of Flex to 2.5.35
John Naylor
2022-09-09
Bump minimum version of Bison to 2.3
John Naylor
2022-09-09
Add jsonpath_gram.h to list of distprep targets
John Naylor
2022-09-09
Replace load of functions by direct calls for some WIN32
Michael Paquier
2022-09-09
Add more error context to RestoreBlockImage() and consume it
Michael Paquier
2022-09-08
Instrument freezing in autovacuum log reports.
Peter Geoghegan
2022-09-08
Temporarily make MemoryContextContains return false
David Rowley
2022-09-08
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-09-08
Fix recovery_prefetch with low maintenance_io_concurrency.
Thomas Munro
2022-09-08
Fix perltidy breaking perlcritic
Alvaro Herrera
2022-09-08
Run perltidy over Catalog.pm
John Naylor
2022-09-08
Parse catalog .dat files as a whole when compiling the backend
John Naylor
2022-09-08
Raise a warning if there is a possibility of data from multiple origins.
Amit Kapila
2022-09-07
Message style fixes
Alvaro Herrera
2022-09-07
Make MemoryContextContains work correctly again
David Rowley
2022-09-07
Make more effort to put a sentinel at the end of allocated memory
David Rowley
2022-09-06
Fix new pg_publication_tables query.
Tom Lane
2022-09-06
Fix failure to maintainer-clean jsonpath_gram.h
John Naylor
2022-09-06
Fix typo in 16d69ec29
David Rowley
2022-09-06
Remove buggy and dead code from CreateTriggerFiringOn
David Rowley
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-09-04
Build all Flex files standalone
John Naylor
2022-09-04
Move private declarations shared between guc.c and guc-file.l to new header
John Naylor
2022-09-04
Preparatory refactoring for compiling guc-file.c standalone
John Naylor
2022-09-03
Fix cache invalidation bug in recovery_prefetch.
Thomas Munro
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-02
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
[next]