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
2023-11-02
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-06-30
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-01-20
Make our back branches build under -fkeep-inline-functions.
Tom Lane
2022-11-17
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-09-14
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-03-26
Suppress compiler warning in relptr_store().
Tom Lane
2022-01-27
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-01
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-10
Prevent integer overflows in array subscripting calculations.
Tom Lane
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-06-04
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-09-22
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-08-28
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-07-01
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-04-13
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2018-11-10
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-10-12
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-09-27
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-21
Use size_t consistently in dsa.{ch}.
Thomas Munro
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-06-08
Teach SHOW ALL to honor pg_read_all_settings membership
Alvaro Herrera
2018-05-16
Detoast plpgsql variables if they might live across a transaction boundary.
Tom Lane
2018-05-03
Rearrange makefile rules for running Gen_fmgrtab.pl.
Tom Lane
2018-05-02
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-06
Rename MemoryContextCopySetIdentifier() for clarity
Peter Eisentraut
2018-04-04
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-03
Add prefix operator for TEXT type.
Teodor Sigaev
2018-03-28
Allow committing inside cursor loop
Peter Eisentraut
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-22
Basic JIT provider and error handling infrastructure.
Andres Freund
2018-03-22
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
[next]