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
/
include
Age
Commit message (
Expand
)
Author
2018-06-16
Remove AELs from subxids correctly on standby
Simon Riggs
2018-06-13
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-12
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-06-11
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-11
Don't needlessly check the partition contraint twice
Alvaro Herrera
2018-06-10
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-10
Fix and document lock handling for in-memory replication slot data
Michael Paquier
2018-06-08
Teach SHOW ALL to honor pg_read_all_settings membership
Alvaro Herrera
2018-05-30
Move _bt_upgrademetapage() into critical section.
Teodor Sigaev
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-26
Update a couple of long-obsolete comments in pg_type.h.
Tom Lane
2018-05-23
Remove configure's check for nonstandard "long long" printf modifiers.
Tom Lane
2018-05-23
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-21
Stamp 11beta1.
REL_11_BETA1
Tom Lane
2018-05-21
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-19
Assorted minor cleanups for bootstrap-data Perl scripts.
Tom Lane
2018-05-19
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
Tom Lane
2018-05-19
Arrange to supply declarations for strtoll/strtoull if needed.
Tom Lane
2018-05-18
Recognize that MSVC can support strtoll() and strtoull().
Tom Lane
2018-05-16
Detoast plpgsql variables if they might live across a transaction boundary.
Tom Lane
2018-05-09
Make gen_partprune_steps static
Alvaro Herrera
2018-05-04
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-04
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-03
Rearrange makefile rules for running Gen_fmgrtab.pl.
Tom Lane
2018-05-03
Fix SPI error cleanup and memory leak
Peter Eisentraut
2018-05-02
Improve our method for probing the availability of ARM CRC instructions.
Tom Lane
2018-05-02
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-05-02
Change SIZEOF_BOOL to 1 for Windows.
Tom Lane
2018-05-01
Fix some assorted compiler warnings on Windows.
Tom Lane
2018-05-01
Improve representation of 'moved partitions' indicator on deleted tuples.
Andres Freund
2018-04-29
Cosmetic improvement: use BKI_DEFAULT and BKI_LOOKUP in pg_language.
Tom Lane
2018-04-28
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-28
Tweak reformat_dat_file.pl to make it more easily hand-invokable.
Tom Lane
2018-04-28
Clarify handling of special-case values in bootstrap catalog data.
Tom Lane
2018-04-28
Assorted minor doc/comment fixes.
Tom Lane
2018-04-26
C comment: add description of root_tuple_slot
Bruce Momjian
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
Preliminary work for pgindent run.
Tom Lane
2018-04-26
Fix duplicate_oids and unused_oids so user needn't cd to catalog dir.
Tom Lane
2018-04-25
Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure.
Tom Lane
2018-04-25
Make Catalog.pm's representation of toast and index decls more abstract.
Tom Lane
2018-04-25
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-24
Initialize ExprStates once in run-time partition pruning
Alvaro Herrera
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-23
Make PGJIT_* macros safer.
Heikki Linnakangas
2018-04-23
Add comment explaining BGWORKER_BYPASS_ALLOWCONN
Magnus Hagander
[next]