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
/
backend
/
utils
/
cache
Age
Commit message (
Expand
)
Author
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-06-05
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-05-15
Rename assorted LWLock tranches.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-08
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-05
Fix recently introduced typo.
Andres Freund
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-30
Remove rudiments of supporting procnum == 0 from 911e702077
Alexander Korotkov
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-30
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-28
Ensure snapshot is registered within ScanPgRelation().
Andres Freund
2020-03-27
Rearrange validity checks for plpgsql "simple" expressions.
Tom Lane
2020-03-26
Improve performance of "simple expressions" in PL/pgSQL.
Tom Lane
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-16
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-10
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-06
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-06
Ensure relcache consistency around generated columns
Peter Eisentraut
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-07
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-09-09
Fix handling of non-key columns get_index_column_opclass()
Alexander Korotkov
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-08-28
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-08-15
Fix plpgsql to re-look-up composite type names at need.
Tom Lane
2019-07-30
Allow table AM's to use rd_amcache, too.
Heikki Linnakangas
2019-07-16
Clean up some ad-hoc code for sorting and de-duplicating Lists.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-07
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-01
pgindent run prior to branching v12.
Tom Lane
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-15
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-14
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-11
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
[next]