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-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
2021-04-02
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-03-31
Fix has_column_privilege function corner case
Joe Conway
2021-03-31
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-30
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-26
Extended statistics on expressions
Tomas Vondra
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-23
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-18
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-02-22
Hide internal error for pg_collation_actual_version(<bad OID>).
Thomas Munro
2021-02-10
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-07
Rename removable xid function for consistency.
Peter Geoghegan
2021-01-31
Implementation of subscripting for jsonb
Alexander Korotkov
2021-01-30
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-26
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
[next]