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
/
commands
Age
Commit message (
Expand
)
Author
2020-07-03
Fix temporary tablespaces for shared filesets some more.
Tom Lane
2020-07-03
Fix temporary tablespaces for shared filesets
Magnus Hagander
2020-07-01
Refactor creation of normal dependency records when creating extension
Michael Paquier
2020-07-01
Further adjustments to Hashagg EXPLAIN ANALYZE output
David Rowley
2020-06-29
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-22
Undo double-quoting of index names in non-text EXPLAIN output formats.
Tom Lane
2020-06-20
Removal unused function parameter in CopyReadBinaryAttribute.
Amit Kapila
2020-06-19
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-15
Fix some comments referring to past features
Michael Paquier
2020-06-13
Refactor AlterExtensionContentsStmt grammar
Peter Eisentraut
2020-06-13
Grammar object type refactoring
Peter Eisentraut
2020-06-12
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-10
Change default of password_encryption to scram-sha-256
Peter Eisentraut
2020-06-09
Spelling adjustments
Peter Eisentraut
2020-06-09
Unify drop-by-OID functions
Peter Eisentraut
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-05-28
Add missing error code to "cannot attach index ..." error.
Heikki Linnakangas
2020-05-23
Add missing invocations to object access hooks
Michael Paquier
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
Make COPY TO keep locks until the transaction end.
Amit Kapila
2020-05-14
Remove duplicated comment block in event_trigger.c
Michael Paquier
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
Fix async.c to not register any SLRU stats counts in the postmaster.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
Rework EXPLAIN format for incremental sort
Tomas Vondra
2020-05-12
Fix typos and improve incremental sort comments
Tomas Vondra
2020-05-09
Simplify show_incremental_sort_info a bit
Tomas Vondra
2020-05-08
Fix several DDL issues of generated columns versus inheritance
Peter Eisentraut
2020-05-08
Propagate ALTER TABLE ... SET STORAGE to indexes
Peter Eisentraut
2020-05-06
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-05-05
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-04-25
Fix error case for CREATE ROLE ... IN ROLE.
Andrew Gierth
2020-04-22
Remove bogus Assert in foreign key cloning code
David Rowley
2020-04-21
Fix detaching partitions with cloned row triggers
Alvaro Herrera
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-16
Fix the usage of parallel and full options of vacuum command.
Amit Kapila
2020-04-14
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-13
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-11
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-10
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-08
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
2020-04-07
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
Minor improvements in Incremental Sort explain
Tomas Vondra
2020-04-07
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
Tom Lane
2020-04-06
Use INT64_FORMAT when formatting int64 values in explain
Tomas Vondra
2020-04-06
Fix show_incremental_sort_info with force_parallel_mode
Tomas Vondra
2020-04-06
Implement Incremental Sort
Tomas Vondra
[next]