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
/
include
/
utils
Age
Commit message (
Expand
)
Author
2022-09-20
Fix recent cpluspluscheck issue in selfuncs.h.
Peter Geoghegan
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-16
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
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
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-07
Renumber confusing value for GUC_UNIT_BYTE
Peter Eisentraut
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-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-30
Various cleanups of the new memory context header code
David Rowley
2022-08-30
Revert "Add missing padding from MemoryChunk struct"
David Rowley
2022-08-29
Add missing padding from MemoryChunk struct
David Rowley
2022-08-29
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-25
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-23
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
Make role grant system more consistent with other privileges.
Robert Haas
2022-08-19
Move a definition inside a header file
Peter Eisentraut
2022-08-13
Remove configure probe for sys/resource.h and refactor.
Thomas Munro
2022-08-09
Fix some inconsistencies with GUC categories
Michael Paquier
2022-08-07
Rely on __func__ being supported
Andres Freund
2022-08-02
Move common catalog cache access routines to lsyscache.c
Amit Kapila
2022-07-27
Split tuplesortvariants.c from tuplesort.c
Alexander Korotkov
2022-07-26
Remove the restriction that the relmap must be 512 bytes.
Robert Haas
2022-07-19
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-15
Support gcc -fkeep-inline-functions
Peter Eisentraut
2022-07-14
Create a distinct wait event for POSIX DSM allocation.
Thomas Munro
2022-07-11
Provide log_status_format(), useful for an emit_log_hook.
Jeff Davis
2022-07-09
Automatically generate node support functions
Peter Eisentraut
2022-07-08
Reformat some more node comments
Peter Eisentraut
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-02
Introduce pg_attribute_nonnull(...)
Michael Paquier
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-06-26
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-10
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-07
Custom WAL Resource Managers.
Jeff Davis
2022-04-07
pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.
Andres Freund
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-07
pgstat: normalize function naming.
Andres Freund
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
[next]