index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+57
*
Fix recent cpluspluscheck issue in selfuncs.h.
Peter Geoghegan
2022-09-20
1
-2
/
+2
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
17
-30
/
+30
*
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-09-16
1
-0
/
+12
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
5
-52
/
+193
*
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
Peter Eisentraut
2022-09-12
17
-386
/
+78
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-12
17
-78
/
+386
*
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-12
1
-0
/
+22
*
Renumber confusing value for GUC_UNIT_BYTE
Peter Eisentraut
2022-09-07
1
-1
/
+1
*
Move private declarations shared between guc.c and guc-file.l to new header
John Naylor
2022-09-04
1
-10
/
+0
*
Preparatory refactoring for compiling guc-file.c standalone
John Naylor
2022-09-04
1
-0
/
+9
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
5
-107
/
+0
*
Various cleanups of the new memory context header code
David Rowley
2022-08-31
2
-3
/
+6
*
Revert "Add missing padding from MemoryChunk struct"
David Rowley
2022-08-31
1
-8
/
+0
*
Add missing padding from MemoryChunk struct
David Rowley
2022-08-29
1
-0
/
+8
*
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-29
3
-47
/
+368
*
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-26
1
-2
/
+2
*
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
1
-0
/
+1
*
Make role grant system more consistent with other privileges.
Robert Haas
2022-08-22
1
-0
/
+1
*
Move a definition inside a header file
Peter Eisentraut
2022-08-19
1
-2
/
+2
*
Remove configure probe for sys/resource.h and refactor.
Thomas Munro
2022-08-14
1
-6
/
+1
*
Fix some inconsistencies with GUC categories
Michael Paquier
2022-08-09
1
-0
/
+1
*
Rely on __func__ being supported
Andres Freund
2022-08-07
1
-2
/
+2
*
Move common catalog cache access routines to lsyscache.c
Amit Kapila
2022-08-02
1
-0
/
+4
*
Split tuplesortvariants.c from tuplesort.c
Alexander Korotkov
2022-07-27
1
-34
/
+188
*
Remove the restriction that the relmap must be 512 bytes.
Robert Haas
2022-07-26
1
-1
/
+1
*
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
2
-0
/
+13
*
Support gcc -fkeep-inline-functions
Peter Eisentraut
2022-07-15
2
-0
/
+4
*
Create a distinct wait event for POSIX DSM allocation.
Thomas Munro
2022-07-14
1
-0
/
+1
*
Provide log_status_format(), useful for an emit_log_hook.
Jeff Davis
2022-07-11
1
-0
/
+4
*
Automatically generate node support functions
Peter Eisentraut
2022-07-09
1
-3
/
+5
*
Reformat some more node comments
Peter Eisentraut
2022-07-08
1
-8
/
+18
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
5
-42
/
+45
*
Introduce pg_attribute_nonnull(...)
Michael Paquier
2022-07-02
1
-5
/
+5
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
1
-0
/
+4
*
Fix relptr's encoding of the base address.
Thomas Munro
2022-06-27
2
-8
/
+11
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
2
-4
/
+3
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
1
-2
/
+6
*
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-24
1
-3
/
+3
*
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
4
-6
/
+6
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
6
-15
/
+15
*
Use correct datum macros in more tuplesort specialization functions.
John Naylor
2022-05-12
1
-9
/
+6
*
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-11
1
-0
/
+2
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
1
-1
/
+1
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
19
-76
/
+79
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
2
-0
/
+5
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
1
-0
/
+1
*
pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.
Andres Freund
2022-04-06
1
-1
/
+1
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
4
-31
/
+635
*
pgstat: normalize function naming.
Andres Freund
2022-04-06
1
-4
/
+3
[prev]
[next]