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
/
tools
/
pgindent
Age
Commit message (
Expand
)
Author
2022-03-29
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-25
Fix replay of create database records on standby
Alvaro Herrera
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-09-29
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2020-12-08
backpatch "jit: Add support for LLVM 12."
Andres Freund
2020-07-01
Improve vacuum error context handling.
Amit Kapila
2020-06-07
pgindent run prior to branching v13.
Tom Lane
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
Final pgindent run with pg_bsd_indent version 2.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-23
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
2020-04-07
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-04
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-02
Allow pg_stat_statements to track planning statistics.
Fujii Masao
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-30
Introduce vacuum errcontext to display additional information.
Amit Kapila
2020-03-23
Fix ordering in typedefs.list
Alexander Korotkov
2020-03-19
Add new typedefs introduced in 773df883e8 to typedefs.list
Alexander Korotkov
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-11-25
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-09-25
Add dummy_index_am to src/test/modules/
Michael Paquier
2019-09-19
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-06
Create an API for inserting and deleting rows in TOAST tables.
Robert Haas
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-07-02
Refactor code of reindexdb for query generation
Michael Paquier
2019-07-01
pgindent run prior to branching v12.
Tom Lane
2019-06-15
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-04
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-01
GIN support for @@ and @? jsonpath operators
Alexander Korotkov
2019-03-28
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-26
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-24
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-22
Add options to enable and disable checksums in pg_checksums
Michael Paquier
2019-03-16
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-22
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2018-10-29
Exclude temporary directories from pgindent
Peter Eisentraut
2018-09-20
Add missing pg_description strings for pg_type entries.
Tom Lane
2018-07-24
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-16
Add subtransaction handling for table synchronization workers.
Robert Haas
[next]