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
Age
Commit message (
Expand
)
Author
2021-05-27
Reduce the range of OIDs reserved for genbki.pl.
Tom Lane
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-23
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-19
Fix issues in pg_stat_wal.
Fujii Masao
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-14
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-05-12
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
Do pre-release housekeeping on catalog data.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
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-09
Improve comments about USE_VALGRIND in pg_config_manual.h.
Tom Lane
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-05-06
Update replication statistics after every stream/spill.
Amit Kapila
2021-04-28
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-28
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-27
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-27
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-27
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-23
Mark multirange_constructor0() and multirange_constructor2() strict
Alexander Korotkov
2021-04-23
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
Fujii Masao
2021-04-22
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-21
Add DISTINCT to information schema usage views
Peter Eisentraut
2021-04-21
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-20
Fix under-parenthesized XLogRecHasBlockRef() macro.
Tom Lane
2021-04-20
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
Rename find_em_expr_usable_for_sorting_rel.
Tom Lane
2021-04-20
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-19
Fix test case added by commit f5fc2f5b23.
Amit Kapila
2021-04-16
Update dummy prosrc values.
Tom Lane
2021-04-16
Convert built-in SQL-language functions to SQL-standard-body style.
Tom Lane
2021-04-16
psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statements
Peter Eisentraut
2021-04-16
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-15
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-14
Use NameData datatype for slotname in stats.
Amit Kapila
2021-04-13
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-04-11
Add macro PGWARNING, and make PGERROR available on all platforms.
Tom Lane
2021-04-11
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-04-10
Standardize pg_authid oid_symbol values.
Noah Misch
2021-04-10
Fix failure of xlogprefetch.h to include all prerequisite headers.
Tom Lane
2021-04-09
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-08
Remove duplicate typedef.
Thomas Munro
2021-04-08
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
[next]