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
/
include
/
utils
Age
Commit message (
Expand
)
Author
2023-11-06
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-02
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-05-19
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-03-17
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-01-20
Make our back branches build under -fkeep-inline-functions.
Tom Lane
2022-11-02
Fix outdated comment in tuplesort.h
David Rowley
2022-10-08
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-14
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-22
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-07-19
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-06-27
Fix relptr's encoding of the base address.
Thomas Munro
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-24
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
Use correct datum macros in more tuplesort specialization functions.
John Naylor
2022-05-11
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-06
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.
Andres Freund
2022-04-06
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
pgstat: normalize function naming.
Andres Freund
2022-04-06
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
pgstat: move transactional code into pgstat_xact.c.
Andres Freund
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-04
JSON_TABLE
Andrew Dunstan
2022-04-04
Use Generation memory contexts to store tuples in sorts
David Rowley
2022-04-04
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
Improve the generation memory allocator
David Rowley
2022-04-02
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
Remove obsolete comment
Peter Eisentraut
2022-03-31
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-30
SQL JSON functions
Andrew Dunstan
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-28
IS JSON predicate
Andrew Dunstan
2022-03-28
Add public ruleutils.c entry point to deparse a Query.
Tom Lane
2022-03-27
SQL/JSON constructors
Andrew Dunstan
2022-03-26
Suppress compiler warning in relptr_store().
Tom Lane
2022-03-22
Add String object access hooks
Andrew Dunstan
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-03-21
pgstat: split different types of stats into separate files.
Andres Freund
[next]