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
2018-09-26
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-09-24
Make EXPLAIN output for JIT compilation more dense.
Andres Freund
2018-09-24
Fast default trigger and expand_tuple fixes
Andrew Dunstan
2018-09-14
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-13
Improve autovacuum logging for aggressive and anti-wraparound runs
Michael Paquier
2018-09-13
Simplify static function in extension.c
Michael Paquier
2018-09-08
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-05
Remove no-longer-used variable.
Tom Lane
2018-09-05
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-09-04
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-30
Error position support for partition specifications
Peter Eisentraut
2018-08-30
Error position support for defaults and check constraints
Peter Eisentraut
2018-08-27
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-22
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax
Peter Eisentraut
2018-08-22
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-08-17
InsertPgAttributeTuple() to set attcacheoff
Peter Eisentraut
2018-08-13
Remove obsolete comment
Peter Eisentraut
2018-08-10
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-09
Restrict access to reindex of shared catalogs for non-privileged users
Michael Paquier
2018-08-07
Don't record FDW user mappings as members of extensions.
Tom Lane
2018-08-01
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-07-29
Fix two oversights from 9ebe0572 which refactored cluster_rel
Michael Paquier
2018-07-24
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-19
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-18
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-17
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-13
Prohibit transaction commands in security definer procedures
Peter Eisentraut
2018-07-12
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2018-07-12
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
Michael Paquier
2018-07-12
Add assertion in expand_vacuum_rel() for non-autovacuum path
Michael Paquier
2018-07-11
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-09
Add UtilityReturnsTuples() support for CALL
Peter Eisentraut
2018-07-06
Allow CALL with polymorphic type arguments
Peter Eisentraut
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-29
Fix crash when ALTER TABLE recreates indexes on partitions
Alvaro Herrera
2018-06-22
When index recurses to a partition, map columns numbers
Alvaro Herrera
2018-06-20
Clarify use of temporary tables within partition trees
Michael Paquier
2018-06-13
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-11
Fix access to just-closed relcache entry.
Tom Lane
2018-06-11
Don't needlessly check the partition contraint twice
Alvaro Herrera
2018-05-22
Widen COPY FROM's current-line-number counter from 32 to 64 bits.
Tom Lane
2018-05-21
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-27
Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.
Tom Lane
[next]