index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
2
-4
/
+4
*
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
2
-1
/
+1
*
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
3
-2
/
+34
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
2
-0
/
+16
*
Move the be_gssapi_get_* prototypes
Stephen Frost
2019-04-04
1
-7
/
+7
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
5
-41
/
+130
*
tableam: basic documentation.
Andres Freund
2019-04-03
1
-0
/
+3
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
2
-4
/
+4
*
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-04
3
-0
/
+4
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
2
-0
/
+4
*
Reduce overhead of pg_mcv_list (de)serialization
Tomas Vondra
2019-04-03
1
-1
/
+1
*
GSSAPI encryption support
Stephen Frost
2019-04-03
6
-7
/
+55
*
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-03
3
-4
/
+3
*
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-03
8
-7
/
+26
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
10
-10
/
+73
*
Add support for partial TOAST decompression
Stephen Frost
2019-04-02
1
-1
/
+1
*
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
1
-0
/
+18
*
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-04-02
1
-0
/
+3
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
1
-0
/
+2
*
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-04-01
1
-1
/
+31
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
5
-21
/
+104
*
GIN support for @@ and @? jsonpath operators
Alexander Korotkov
2019-04-01
4
-1
/
+18
*
tableam: bitmap table scan.
Andres Freund
2019-03-31
3
-8
/
+96
*
tableam: sample scan.
Andres Freund
2019-03-31
3
-1
/
+93
*
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
1
-21
/
+42
*
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
2
-0
/
+36
*
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
1
-3
/
+111
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
3
-4
/
+9
*
Generated columns
Peter Eisentraut
2019-03-30
12
-9
/
+41
*
Tweak some nbtree-related code comments.
Peter Geoghegan
2019-03-29
1
-6
/
+5
*
Fix memory alignment in pg_mcv_list serialization
Tomas Vondra
2019-03-29
1
-1
/
+1
*
tableam: Comment fixes.
Andres Freund
2019-03-29
1
-6
/
+6
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
4
-4
/
+25
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
4
-5
/
+124
*
Fix a few comment copy & pastos.
Andres Freund
2019-03-28
1
-5
/
+5
*
Fix deserialization of pg_mcv_list values
Tomas Vondra
2019-03-28
1
-1
/
+1
*
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
2
-1
/
+7
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
5
-9
/
+53
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
2
-27
/
+191
*
Minor improvements for the multivariate MCV lists
Tomas Vondra
2019-03-27
1
-2
/
+2
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
8
-0
/
+126
*
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-27
2
-4
/
+9
*
Switch function current_schema[s]() to be parallel-unsafe
Michael Paquier
2019-03-27
2
-5
/
+5
*
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-27
1
-1
/
+2
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
6
-4
/
+31
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
2
-0
/
+3
*
Remove heap_hot_search().
Andres Freund
2019-03-25
1
-2
/
+0
*
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Andres Freund
2019-03-25
1
-0
/
+18
*
tableam: Add helper for indexes to check if a corresponding table tuples exist.
Andres Freund
2019-03-25
1
-6
/
+19
*
pgbench: Remove \cset
Alvaro Herrera
2019-03-25
2
-3
/
+0
[next]