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-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2022-03-23
Don't try to translate NULL in GetConfigOptionByNum().
Andres Freund
2022-03-23
Don't call fwrite() with len == 0 when writing out relcache init file.
Andres Freund
2022-03-22
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
Common SQL/JSON clauses
Andrew Dunstan
2022-03-22
Add String object access hooks
Andrew Dunstan
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-03-21
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-03-21
pgstat: split different types of stats into separate files.
Andres Freund
2022-03-21
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-20
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-18
Fix incorrect xmlschema output for types timetz and timestamptz.
Tom Lane
2022-03-17
Refactor code for reading and writing relation map files.
Robert Haas
2022-03-17
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
Fix pg_tablespace_location() with in-place tablespaces
Michael Paquier
2022-03-16
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-14
Support "of", "tzh", and "tzm" format codes.
Robert Haas
2022-03-11
Restore the previous semantics of get_constraint_index().
Tom Lane
2022-03-11
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
2022-03-04
Tighten overflow checks in tidin().
Tom Lane
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-02-28
Handle integer overflow in interval justification functions.
Tom Lane
2022-02-28
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-27
Optimise numeric division for one and two base-NBASE digit divisors.
Dean Rasheed
2022-02-27
Simplify the inner loop of numeric division in div_var().
Dean Rasheed
2022-02-27
Apply auto-vectorization to the inner loop of div_var_fast().
Dean Rasheed
2022-02-26
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-24
Simplify more checks related to set-returning functions
Michael Paquier
2022-02-24
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-23
Re-allow underscore as first character of custom GUC names.
Tom Lane
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
Add compute_query_id = regress
Michael Paquier
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
Assert in init_toast_snapshot() that some snapshot registered or active.
Andres Freund
2022-02-21
Fix possible null pointer reference
Peter Eisentraut
2022-02-20
Fix meaning-changing typo introduced in fa0e03c15a9f.
Andres Freund
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
[next]