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
...
*
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-12-22
3
-3
/
+24
*
Introduce float4in_internal
Andrew Dunstan
2022-12-21
1
-0
/
+3
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Fix comment that was missing a word.
Robert Haas
2022-12-19
1
-2
/
+2
*
Expose some information about backend subxact status.
Robert Haas
2022-12-19
1
-0
/
+11
*
Fix typo in reference to __FreeBSD__.
Thomas Munro
2022-12-16
1
-1
/
+1
*
Convert range_in and multirange_in to report errors softly.
Tom Lane
2022-12-15
1
-2
/
+4
*
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
1
-0
/
+2
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
1
-4
/
+3
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
1
-4
/
+9
*
Restructure soft-error handling in formatting.c.
Tom Lane
2022-12-09
1
-1
/
+1
*
Convert datetime input functions to use "soft" error reporting.
Tom Lane
2022-12-09
1
-7
/
+5
*
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-12-09
1
-9
/
+23
*
Const-ify a couple of datetime parsing subroutines.
Tom Lane
2022-12-09
1
-4
/
+4
*
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-12-09
3
-4
/
+9
*
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
1
-0
/
+61
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
1
-4
/
+7
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
1
-2
/
+4
*
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-25
1
-0
/
+4
*
Expand AclMode to 64 bits
Andrew Dunstan
2022-11-23
1
-14
/
+14
*
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-21
1
-0
/
+1
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
2
-8
/
+0
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
1
-1
/
+2
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
1
-40
/
+4
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
1
-22
/
+1
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
1
-0
/
+2
*
Move code related to configuration files in directories to new file
Michael Paquier
2022-11-07
1
-0
/
+23
*
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
1
-1
/
+2
*
Fix outdated comment in tuplesort.h
David Rowley
2022-11-02
1
-5
/
+4
*
Add doubly linked count list implementation
David Rowley
2022-11-02
1
-2
/
+1
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
1
-0
/
+7
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
1
-2
/
+2
*
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-28
1
-1
/
+1
*
Add auxiliary lists to GUC data structures for better performance.
Tom Lane
2022-10-14
1
-0
/
+12
*
Replace the sorted array of GUC variables with a hash table.
Tom Lane
2022-10-14
2
-2
/
+1
*
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
1
-0
/
+1
*
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-14
1
-0
/
+2
*
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
1
-2
/
+3
*
Convert macros to static inline functions (rel.h)
Peter Eisentraut
2022-10-07
1
-11
/
+10
*
Improve our ability to detect bogus pointers passed to pfree et al.
Tom Lane
2022-10-06
1
-26
/
+14
*
Remove MemoryContextContains().
Tom Lane
2022-10-06
1
-1
/
+0
*
Add optional parameter to PG_TRY() macros
David Rowley
2022-10-06
1
-18
/
+26
*
Remove definition of JUMBLE_SIZE from queryjumble.h
Michael Paquier
2022-10-05
1
-2
/
+0
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
1
-5
/
+0
*
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
1
-1
/
+9
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
17
-78
/
+386
*
Include common/relpath.h in utils/relfilenumbermap.h
Robert Haas
2022-09-27
1
-0
/
+2
*
Move RelFileNumber declarations to common/relpath.h.
Robert Haas
2022-09-27
1
-0
/
+1
*
Renumber GUC flags for a bit more sanity.
Tom Lane
2022-09-27
1
-37
/
+32
*
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-27
1
-0
/
+1
[prev]
[next]