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