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-08-22
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-17
Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.
Tom Lane
2018-08-14
Remove duplicate function declarations.
Tom Lane
2018-08-13
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)
Andrew Gierth
2018-08-06
Stamp 11beta3.
REL_11_BETA3
Tom Lane
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-04
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-23
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-16
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-12
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-10
Fix typos
Peter Eisentraut
2018-07-10
Fix typo
Peter Eisentraut
2018-07-09
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
Add UtilityReturnsTuples() support for CALL
Peter Eisentraut
2018-07-04
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-27
Fix typo in comment
Alvaro Herrera
2018-06-27
Change pqformat.h's integer handling functions to take unsigned integers.
Andres Freund
2018-06-27
Cosmetic improvements for faster column addition.
Amit Kapila
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-25
Stamp 11beta2.
REL_11_BETA2
Alvaro Herrera
2018-06-23
Mark binary_upgrade_set_missing_value as parallel_unsafe
Andrew Dunstan
2018-06-22
Allow for pg_upgrade of attributes with missing values
Andrew Dunstan
2018-06-20
Consistently use the term 'partitioned rel' in partprune comments
Alvaro Herrera
2018-06-19
Track new configure flags introduced for version 11 in pg_config.h.win32
Michael Paquier
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
[next]