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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-23
2
-9
/
+57
*
Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Tom Lane
2023-03-21
1
-0
/
+1
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
1
-1
/
+2
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
8
-10
/
+37
*
Add functions to do timestamptz arithmetic in a non-default timezone.
Tom Lane
2023-03-18
2
-1
/
+22
*
Add files related to query jumbling in src/include/nodes/ for meson
Michael Paquier
2023-03-18
1
-0
/
+2
*
Refactor datetime functions' timezone lookup code to reduce duplication.
Tom Lane
2023-03-17
1
-0
/
+8
*
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
1
-0
/
+2
*
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-17
1
-0
/
+18
*
libpq: Remove code for SCM credential authentication
Michael Paquier
2023-03-17
2
-4
/
+1
*
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-03-16
1
-10
/
+1
*
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-15
5
-3
/
+8
*
Add a hook for modifying the ldapbind password
Andrew Dunstan
2023-03-15
1
-0
/
+6
*
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-15
1
-0
/
+4
*
Add support for the error functions erf() and erfc().
Dean Rasheed
2023-03-14
2
-1
/
+8
*
libpq: Add support for require_auth to control authorized auth methods
Michael Paquier
2023-03-14
1
-0
/
+1
*
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
2
-5
/
+11
*
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
1
-1
/
+4
*
Improve support for UNICODE collation on older ICU
Peter Eisentraut
2023-03-13
1
-1
/
+1
*
Add standard collation UNICODE
Peter Eisentraut
2023-03-10
1
-1
/
+1
*
Include headers of archive/ in installation
Michael Paquier
2023-03-10
2
-1
/
+2
*
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
5
-2
/
+8
*
Update comment
Peter Eisentraut
2023-03-08
1
-2
/
+1
*
Refine query jumbling handling for CallStmt
Michael Paquier
2023-03-08
1
-2
/
+6
*
Ignore IntoClause.viewQuery in query jumbling
Michael Paquier
2023-03-08
1
-3
/
+6
*
Make get_extension_schema() available
Michael Paquier
2023-03-07
1
-0
/
+1
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
1
-4
/
+6
*
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
1
-1
/
+1
*
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
1
-4
/
+5
*
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-06
1
-1
/
+1
*
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-04
1
-1
/
+1
*
Update some incorrect comments about xlog records.
Robert Haas
2023-03-03
3
-8
/
+11
*
Don't leak descriptors into subprograms.
Thomas Munro
2023-03-03
1
-0
/
+7
*
Require empty Bitmapsets to be represented as NULL.
Tom Lane
2023-03-02
1
-5
/
+5
*
Mop up some undue familiarity with the innards of Bitmapsets.
Tom Lane
2023-03-02
1
-0
/
+1
*
Remove bms_first_member().
Tom Lane
2023-03-02
1
-1
/
+0
*
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-02
1
-1
/
+1
*
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2023-02-28
1
-3
/
+7
*
Suppress compiler warnings in new pgstats code.
Tom Lane
2023-02-27
1
-3
/
+0
*
Update types in smgr API
Peter Eisentraut
2023-02-27
2
-6
/
+6
*
Change xl_hash_vacuum_one_page.ntuples from int to uint16.
Amit Kapila
2023-02-27
2
-3
/
+3
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
1
-5
/
+5
*
Refactor to introduce pg_locale_deterministic().
Jeff Davis
2023-02-23
1
-0
/
+1
*
Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Jeff Davis
2023-02-23
1
-0
/
+13
*
Introduce a generic pg_dump compression API
Tomas Vondra
2023-02-23
1
-0
/
+4
*
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-23
1
-1
/
+2
*
Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes
Andres Freund
2023-02-22
1
-0
/
+4
*
Remove newly added asserts from pg_bitutils.h
John Naylor
2023-02-22
1
-99
/
+51
*
Implement ANY_VALUE aggregate
Peter Eisentraut
2023-02-22
3
-1
/
+13
*
Add MSVC support for pg_leftmost_one_pos32() and friends
John Naylor
2023-02-20
1
-8
/
+67
[prev]
[next]