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
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
1
-8
/
+7
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
1
-0
/
+8
*
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-22
1
-0
/
+4
*
Allow publishing the tables of schema.
Amit Kapila
2021-10-27
1
-0
/
+2
*
Report progress of startup operations that take a long time.
Robert Haas
2021-10-25
1
-0
/
+1
*
Add enable_timeout_every() to fire the same timeout repeatedly.
Robert Haas
2021-10-25
1
-2
/
+5
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
2
-1
/
+2
*
Remove unused wait events.
Amit Kapila
2021-10-21
1
-5
/
+1
*
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-10-18
1
-20
/
+17
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
2
-0
/
+3
*
Split macros from visibilitymap.h into a separate header
Alexander Korotkov
2021-09-23
1
-1
/
+0
*
Support "postgres -C" with runtime-computed GUCs
Michael Paquier
2021-09-16
1
-0
/
+6
*
Fix typo
Peter Eisentraut
2021-08-25
1
-1
/
+1
*
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-19
1
-0
/
+4
*
Let regexp_replace() make use of REG_NOSUB when feasible.
Tom Lane
2021-08-09
1
-1
/
+2
*
Add assorted new regexp_xxx SQL functions.
Tom Lane
2021-08-03
1
-1
/
+2
*
Allow numeric scale to be negative or greater than precision.
Dean Rasheed
2021-07-26
1
-3
/
+13
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
1
-1
/
+1
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
1
-13
/
+24
*
Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation
Michael Paquier
2021-07-02
1
-1
/
+2
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
1
-2
/
+2
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
1
-1
/
+9
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
1
-0
/
+9
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
2
-3
/
+31
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
5
-12
/
+12
*
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-05-10
1
-0
/
+1
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
2
-5
/
+0
*
Sync guc.c and postgresql.conf.sample with the SGML docs.
Tom Lane
2021-05-08
1
-11
/
+4
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
2
-2
/
+1
*
Track detached partitions more accurately in partdescs
Alvaro Herrera
2021-05-06
1
-3
/
+1
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
1
-0
/
+15
*
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-27
1
-0
/
+2
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
1
-3
/
+3
*
Add macro PGWARNING, and make PGERROR available on all platforms.
Tom Lane
2021-04-11
1
-7
/
+9
*
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-09
1
-7
/
+6
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
1
-1
/
+3
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
1
-0
/
+4
*
Add functions to wait for backend termination
Magnus Hagander
2021-04-08
1
-0
/
+1
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
1
-0
/
+5
*
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-07
2
-0
/
+59
*
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-04-06
1
-0
/
+1
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
1
-1
/
+4
*
Improve efficiency of wait event reporting, remove proc.h dependency.
Andres Freund
2021-04-03
1
-30
/
+12
*
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-04-03
2
-0
/
+360
*
Refactor HMAC implementations
Michael Paquier
2021-04-03
1
-0
/
+7
*
Split wait event related code from pgstat.[ch] into wait_event.[ch].
Andres Freund
2021-04-02
1
-0
/
+301
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
1
-0
/
+1
*
Fix has_column_privilege function corner case
Joe Conway
2021-03-31
1
-0
/
+11
*
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-31
1
-0
/
+3
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
1
-1
/
+16
[next]