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
2022-02-20
Use bitwise rotate functions in more places
John Naylor
2022-02-19
Fix inconsistencies in SRF checks of pg_config() and string_to_table()
Michael Paquier
2022-02-18
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
Increase hash_mem_multiplier default to 2.0.
Peter Geoghegan
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-15
Ensure that length argument of memcmp() isn't seen as negative.
Tom Lane
2022-02-15
Remove pg_atoi()
Peter Eisentraut
2022-02-15
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-14
Remove one use of pg_atoi()
Peter Eisentraut
2022-02-14
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-14
Database-level collation version tracking
Peter Eisentraut
2022-02-14
Use WL_SOCKET_CLOSED for client_connection_check_interval.
Thomas Munro
2022-02-14
Correct Makefile dependencies for catalog scripts
John Naylor
2022-02-10
Make timeout.c more robust against missed timer interrupts.
Tom Lane
2022-02-10
Update comment
Peter Eisentraut
2022-02-10
Add min() and max() aggregates for xid8.
Fujii Masao
2022-02-10
Reduce more the number of calls to GetMaxBackends()
Michael Paquier
2022-02-09
Retire src/backend/utils/misc/check_guc
Michael Paquier
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-04
Improve worst-case performance of text_position_get_match_pos()
John Naylor
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-31
Simplify coding around path_contains_parent_reference().
Tom Lane
2022-01-30
Introduce pg_settings_get_flags() to find flags associated to a GUC
Michael Paquier
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-29
Fix comments about bgworker registration before MaxBackends initialization
Michael Paquier
2022-01-28
Prevent memory context logging from sending log message to connected client.
Fujii Masao
2022-01-27
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-20
Support base backup targets.
Robert Haas
2022-01-20
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-17
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-17
Introduce log_destination=jsonlog
Michael Paquier
2022-01-16
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-15
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-14
Allow "in place" tablespaces.
Thomas Munro
2022-01-14
Rename value node fields
Peter Eisentraut
2022-01-13
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
Tom Lane
2022-01-12
Move any code specific to log_destination=csvlog to its own file
Michael Paquier
2022-01-12
Refactor set of routines specific to elog.c
Michael Paquier
2022-01-11
Enhance pg_log_backend_memory_contexts() for auxiliary processes.
Fujii Masao
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
2022-01-09
Make pg_get_expr() more bulletproof.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-03
Clean up error messages related to bad datetime units.
Tom Lane
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
[next]