index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
Makefile
Age
Commit message (
Expand
)
Author
2025-11-12
Move code specific to pg_dependencies to new file
Michael Paquier
2025-11-12
Move code specific to pg_ndistinct to new file
Michael Paquier
2025-08-18
Move SQL-callable code related to multixacts into its own file
Michael Paquier
2025-07-02
Move code for the bytea data type from varlena.c to new bytea.c
Michael Paquier
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2024-12-02
Perform provider-specific initialization in new functions.
Jeff Davis
2024-10-14
Move libc-specific code from pg_locale.c into pg_locale_libc.c.
Jeff Davis
2024-10-14
Move ICU-specific code from pg_locale.c into pg_locale_icu.c.
Jeff Davis
2024-06-27
Create waitfuncs.c for pg_isolation_test_session_is_blocked().
Noah Misch
2024-03-27
Add functions to generate random numbers in a specified range.
Dean Rasheed
2023-11-06
Remove distprep
Peter Eisentraut
2022-09-04
Build all Flex files standalone
John Naylor
2022-03-24
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2021-04-12
Use "-I." in directories holding Bison parsers, for Oracle compilers.
Noah Misch
2021-01-31
Implementation of subscripting for jsonb
Alexander Korotkov
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-04
Rename cryptohashes.c to cryptohashfuncs.c
Michael Paquier
2020-11-04
Revert pg_relation_check_pages()
Michael Paquier
2020-10-28
Add pg_relation_check_pages() to check on-disk pages of a relation
Michael Paquier
2020-09-06
Apply auto-vectorization to the inner loop of numeric multiplication.
Tom Lane
2020-08-26
Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.
Fujii Masao
2020-04-07
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-01-29
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-24
Split JSON lexer/parser from 'json' data type support.
Robert Haas
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-04-17
Minor jsonpath fixes.
Tom Lane
2019-03-25
Get rid of backtracking in jsonpath_scan.l
Alexander Korotkov
2019-03-20
Get rid of jsonpath_gram.h and jsonpath_scanner.h
Alexander Korotkov
2019-03-17
Remove some make rules added in 142c400d72
Alexander Korotkov
2019-03-17
Fix make rules for jsonpath grammar making them similar to SQL grammar
Alexander Korotkov
2019-03-16
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-02-11
Allow extensions to generate lossy index conditions.
Tom Lane
2018-10-30
Add pg_partition_tree to display information about partitions
Michael Paquier
2018-10-11
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-02-22
Add user-callable SHA-2 functions
Peter Eisentraut
2018-02-13
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2017-03-15
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2016-08-23
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-03-30
Introduce SP-GiST operator class over box.
Teodor Sigaev
2015-11-02
Remove some more dead Alpha-specific code.
Tom Lane
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-04-14
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-02-09
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-25
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-11-13
Move the guts of our Levenshtein implementation into core.
Robert Haas
2014-04-08
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
[next]